#E09ECC

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

Shades of Shocking #E09ECC

Tints of Shocking #E09ECC

Color information

#E09ECC (or 0xE09ECC) is unknown color: approx Shocking. HEX triplet: E0, 9E and CC. RGB value is (224,158,204). Sum of RGB (Red+Green+Blue) = 224+158+204=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ECC is #1F6133. Grayscale: #B6B6B6. Windows color (decimal): -2056500 or 13410016. OLE color: 13410016.

HSL color Cylindrical-coordinate representation of color #E09ECC: hue angle of 318.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09ECC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224158204-
CMYK00.290.090.12
HSL318.18º51.56%74.9%-
HSV(B)318.18º29.46%87.84%-
XYZ53.8744.6662.91-
YUV182.98139.87157.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=38.23%
G=26.96%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415820400.290.090.12318.1851.5674.9
HexE09ECC01D9C13e344b
Octal340236314035111447664113
Binary111000001001111011001100011101100111001001111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09ECC; }

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

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

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

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

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

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

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

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