#E09CCD

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

Shades of Shocking #E09CCD

Tints of Shocking #E09CCD

Color information

#E09CCD (or 0xE09CCD) is unknown color: approx Shocking. HEX triplet: E0, 9C and CD. RGB value is (224,156,205). Sum of RGB (Red+Green+Blue) = 224+156+205=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCD is #1F6332. Grayscale: #B5B5B5. Windows color (decimal): -2057011 or 13475040. OLE color: 13475040.

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

Color convert

RGB224156205-
CMYK00.300.080.12
HSL316.76º52.31%74.51%-
HSV(B)316.76º30.36%87.84%-
XYZ53.6544.0363.43-
YUV181.92141.03158.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=38.29%
G=26.67%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415620500.300.080.12316.7652.3174.51
HexE09CCD01E8C13d344b
Octal340234315036101447564113
Binary111000001001110011001101011110100011001001111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CCD; }

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

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

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

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

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

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

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

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