#E072CE

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

Shades of Orchid #E072CE

Tints of Orchid #E072CE

Color information

#E072CE (or 0xE072CE) is unknown color: approx Orchid. HEX triplet: E0, 72 and CE. RGB value is (224,114,206). Sum of RGB (Red+Green+Blue) = 224+114+206=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E072CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072CE is #1F8D31. Grayscale: #9D9D9D. Windows color (decimal): -2067762 or 13529824. OLE color: 13529824.

HSL color Cylindrical-coordinate representation of color #E072CE: hue angle of 309.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072CE is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224114206-
CMYK00.490.080.12
HSL309.82º63.95%66.27%-
HSV(B)309.82º49.11%87.84%-
XYZ47.932.3462.11-
YUV157.38155.44175.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=41.18%
G=20.96%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411420600.490.080.12309.8263.9566.27
HexE072CE0318C1364042
Octal3401623160611014466100102
Binary1110000011100101100111001100011000110010011011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E072CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E072CE; }

 p { color: rgb(224,114,206); }

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

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

 a { background-color: rgb(224,114,206); }

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

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

 span { border-color: rgb(224,114,206); }

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