#E072CC

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

Shades of Orchid #E072CC

Tints of Orchid #E072CC

Color information

#E072CC (or 0xE072CC) is unknown color: approx Orchid. HEX triplet: E0, 72 and CC. RGB value is (224,114,204). Sum of RGB (Red+Green+Blue) = 224+114+204=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E072CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072CC is #1F8D33. Grayscale: #9C9C9C. Windows color (decimal): -2067764 or 13398752. OLE color: 13398752.

HSL color Cylindrical-coordinate representation of color #E072CC: hue angle of 310.91º 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 #E072CC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224114204-
CMYK00.490.090.12
HSL310.91º63.95%66.27%-
HSV(B)310.91º49.11%87.84%-
XYZ47.6632.2460.84-
YUV157.15154.44175.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=41.33%
G=21.03%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411420400.490.090.12310.9163.9566.27
HexE072CC0319C1374042
Octal3401623140611114467100102
Binary1110000011100101100110001100011001110010011011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E072CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E072CC; }

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

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

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

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

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

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

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

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