#E08EB8

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

Shades of Shocking #E08EB8

Tints of Shocking #E08EB8

Color information

#E08EB8 (or 0xE08EB8) is unknown color: approx Shocking. HEX triplet: E0, 8E and B8. RGB value is (224,142,184). Sum of RGB (Red+Green+Blue) = 224+142+184=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EB8 is #1F7147. Grayscale: #ABABAB. Windows color (decimal): -2060616 or 12095200. OLE color: 12095200.

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

Color convert

RGB224142184-
CMYK00.370.180.12
HSL329.27º56.94%71.76%-
HSV(B)329.27º36.61%87.84%-
XYZ49.0738.6550.22-
YUV171.31135.17165.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 142 (55.86% from 255) = 25.82%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=40.73%
G=25.82%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414218400.370.180.12329.2756.9471.76
HexE08EB802512C1493948
Octal340216270045221451171110
Binary11100000100011101011100001001011001011001010010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EB8; }

 p { color: rgb(224,142,184); }

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

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

 a { background-color: rgb(224,142,184); }

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

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

 span { border-color: rgb(224,142,184); }

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