#E08DC9

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

Shades of Shocking #E08DC9

Tints of Shocking #E08DC9

Color information

#E08DC9 (or 0xE08DC9) is unknown color: approx Shocking. HEX triplet: E0, 8D and C9. RGB value is (224,141,201). Sum of RGB (Red+Green+Blue) = 224+141+201=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DC9 is #1F7236. Grayscale: #ACACAC. Windows color (decimal): -2060855 or 13209056. OLE color: 13209056.

HSL color Cylindrical-coordinate representation of color #E08DC9: hue angle of 316.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 #E08DC9 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224141201-
CMYK00.370.100.12
HSL316.63º57.24%71.57%-
HSV(B)316.63º37.05%87.84%-
XYZ50.8139.1160.13-
YUV172.66144164.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=39.58%
G=24.91%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414120100.370.100.12316.6357.2471.57
HexE08DC9025AC13d3948
Octal340215311045121447571110
Binary1110000010001101110010010100101101011001001111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DC9; }

 p { color: rgb(224,141,201); }

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

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

 a { background-color: rgb(224,141,201); }

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

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

 span { border-color: rgb(224,141,201); }

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