#E08DCA

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

Shades of Shocking #E08DCA

Tints of Shocking #E08DCA

Color information

#E08DCA (or 0xE08DCA) is unknown color: approx Shocking. HEX triplet: E0, 8D and CA. RGB value is (224,141,202). Sum of RGB (Red+Green+Blue) = 224+141+202=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCA is #1F7235. Grayscale: #ACACAC. Windows color (decimal): -2060854 or 13274592. OLE color: 13274592.

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

Color convert

RGB224141202-
CMYK00.370.100.12
HSL315.9º57.24%71.57%-
HSV(B)315.9º37.05%87.84%-
XYZ50.9339.1660.75-
YUV172.77144.5164.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=39.51%
G=24.87%
B=35.63%

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
Decimal22414120200.370.100.12315.957.2471.57
HexE08DCA025AC13c3948
Octal340215312045121447471110
Binary1110000010001101110010100100101101011001001111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DCA; }

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

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

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

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

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

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

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

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