#e09ccc

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

Shades of Shocking #E09CCC

Tints of Shocking #E09CCC

Color information

#E09CCC (or 0xE09CCC) is unknown color: approx Shocking. HEX triplet: E0, 9C and CC. RGB value is (224,156,204). Sum of RGB (Red+Green+Blue) = 224+156+204=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCC is #1F6333. Grayscale: #B5B5B5. Windows color (decimal): -2057012 or 13409504. OLE color: 13409504.

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

Color convert

RGB224156204-
CMYK00.300.090.12
HSL317.65º52.31%74.51%-
HSV(B)317.65º30.36%87.84%-
XYZ53.5343.9862.8-
YUV181.8140.53158.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=38.36%
G=26.71%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415620400.300.090.12317.6552.3174.51
HexE09CCC01E9C13e344b
Octal340234314036111447664113
Binary111000001001110011001100011110100111001001111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e09ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e09ccc; }

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

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

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

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

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

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

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

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