#E08DB8

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

Shades of Shocking #E08DB8

Tints of Shocking #E08DB8

Color information

#E08DB8 (or 0xE08DB8) is unknown color: approx Shocking. HEX triplet: E0, 8D and B8. RGB value is (224,141,184). Sum of RGB (Red+Green+Blue) = 224+141+184=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DB8 is #1F7247. Grayscale: #AAAAAA. Windows color (decimal): -2060872 or 12094944. OLE color: 12094944.

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

Color convert

RGB224141184-
CMYK00.370.180.12
HSL328.92º57.24%71.57%-
HSV(B)328.92º37.05%87.84%-
XYZ48.9238.3650.17-
YUV170.72135.5166-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=40.80%
G=25.68%
B=33.52%

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
Decimal22414118400.370.180.12328.9257.2471.57
HexE08DB802512C1493948
Octal340215270045221451171110
Binary11100000100011011011100001001011001011001010010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DB8; }

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

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

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

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

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

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

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

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