#e08cca

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

Shades of Shocking #E08CCA

Tints of Shocking #E08CCA

Color information

#E08CCA (or 0xE08CCA) is unknown color: approx Shocking. HEX triplet: E0, 8C and CA. RGB value is (224,140,202). Sum of RGB (Red+Green+Blue) = 224+140+202=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CCA is #1F7335. Grayscale: #ACACAC. Windows color (decimal): -2061110 or 13274336. OLE color: 13274336.

HSL color Cylindrical-coordinate representation of color #E08CCA: hue angle of 315.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CCA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224140202-
CMYK00.380.100.12
HSL315.71º57.53%71.37%-
HSV(B)315.71º37.5%87.84%-
XYZ50.7838.8760.7-
YUV172.18144.83164.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=39.58%
G=24.73%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414020200.380.100.12315.7157.5371.37
HexE08CCA026AC13c3a47
Octal340214312046121447472107
Binary1110000010001100110010100100110101011001001111001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08cca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08cca; }

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

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

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

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

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

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

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

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