#E08BCA

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

Shades of Shocking #E08BCA

Tints of Shocking #E08BCA

Color information

#E08BCA (or 0xE08BCA) is unknown color: approx Shocking. HEX triplet: E0, 8B and CA. RGB value is (224,139,202). Sum of RGB (Red+Green+Blue) = 224+139+202=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BCA is #1F7435. Grayscale: #ABABAB. Windows color (decimal): -2061366 or 13274080. OLE color: 13274080.

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

Color convert

RGB224139202-
CMYK00.380.100.12
HSL315.53º57.82%71.18%-
HSV(B)315.53º37.95%87.84%-
XYZ50.6338.5860.65-
YUV171.6145.16165.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=39.65%
G=24.60%
B=35.75%

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
Decimal22413920200.380.100.12315.5357.8271.18
HexE08BCA026AC13c3a47
Octal340213312046121447472107
Binary1110000010001011110010100100110101011001001111001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BCA; }

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

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

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

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

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

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

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

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