#E08ECC

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

Shades of Shocking #E08ECC

Tints of Shocking #E08ECC

Color information

#E08ECC (or 0xE08ECC) is unknown color: approx Shocking. HEX triplet: E0, 8E and CC. RGB value is (224,142,204). Sum of RGB (Red+Green+Blue) = 224+142+204=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ECC is #1F7133. Grayscale: #ADADAD. Windows color (decimal): -2060596 or 13405920. OLE color: 13405920.

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

Color convert

RGB224142204-
CMYK00.370.090.12
HSL314.63º56.94%71.76%-
HSV(B)314.63º36.61%87.84%-
XYZ51.3139.5562.06-
YUV173.59145.17163.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=39.30%
G=24.91%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414220400.370.090.12314.6356.9471.76
HexE08ECC0259C13b3948
Octal340216314045111447371110
Binary1110000010001110110011000100101100111001001110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08ECC; }

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

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

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

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

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

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

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

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