#E272CB

Color #E272CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E272CB

Tints of Orchid #E272CB

Color information

#E272CB (or 0xE272CB) is unknown color: approx Orchid. HEX triplet: E2, 72 and CB. RGB value is (226,114,203). Sum of RGB (Red+Green+Blue) = 226+114+203=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E272CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272CB is #1D8D34. Grayscale: #9D9D9D. Windows color (decimal): -1936693 or 13333218. OLE color: 13333218.

HSL color Cylindrical-coordinate representation of color #E272CB: hue angle of 312.32º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272CB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226114203-
CMYK00.500.100.11
HSL312.32º65.88%66.67%-
HSV(B)312.32º49.56%88.63%-
XYZ48.1632.5260.24-
YUV157.63153.61176.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=41.62%
G=20.99%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611420300.500.100.11312.3265.8866.67
HexE272CB032AB1384243
Octal3421623130621213470102103
Binary1110001011100101100101101100101010101110011100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E272CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E272CB; }

 p { color: rgb(226,114,203); }

 H1.HeaderClassName
 {
   color: #E272CB;
 }
 .AnyTagClassName
 {
   color: #E272CB;
 }
</style>
background-color css

<style>
 a { background-color: #E272CB; }

 a { background-color: rgb(226,114,203); }

 div.DivClassName
 {
   background-color: #E272CB;
 }
 .BgClassName
 {
   background-color: #E272CB;
 }
</style>
border-color css

<style>
 span { border-color: #E272CB; }

 span { border-color: rgb(226,114,203); }

 td.TdClassName
 {
   border-color: #E272CB;
 }
 .TagClassName
 {
   border-color: #E272CB;
 }
</style>