#E08CB5

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

Shades of Shocking #E08CB5

Tints of Shocking #E08CB5

Color information

#E08CB5 (or 0xE08CB5) is unknown color: approx Shocking. HEX triplet: E0, 8C and B5. RGB value is (224,140,181). Sum of RGB (Red+Green+Blue) = 224+140+181=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CB5 is #1F734A. Grayscale: #A9A9A9. Windows color (decimal): -2061131 or 11898080. OLE color: 11898080.

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

Color convert

RGB224140181-
CMYK00.380.190.12
HSL330.71º57.53%71.37%-
HSV(B)330.71º37.5%87.84%-
XYZ48.4637.9448.49-
YUV169.79134.33166.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=41.10%
G=25.69%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414018100.380.190.12330.7157.5371.37
HexE08CB502613C14b3a47
Octal340214265046231451372107
Binary11100000100011001011010101001101001111001010010111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CB5; }

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

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

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

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

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

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

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

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