#E88DB9

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

Shades of Shocking #E88DB9

Tints of Shocking #E88DB9

Color information

#E88DB9 (or 0xE88DB9) is unknown color: approx Shocking. HEX triplet: E8, 8D and B9. RGB value is (232,141,185). Sum of RGB (Red+Green+Blue) = 232+141+185=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DB9 is #177246. Grayscale: #ADADAD. Windows color (decimal): -1536583 or 12160488. OLE color: 12160488.

HSL color Cylindrical-coordinate representation of color #E88DB9: hue angle of 330.99º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DB9 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232141185-
CMYK00.390.200.09
HSL330.99º66.42%73.14%-
HSV(B)330.99º39.22%90.98%-
XYZ51.5639.7150.85-
YUV173.22134.65169.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=41.58%
G=25.27%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214118500.390.200.09330.9966.4273.14
HexE88DB902714914b4249
Octal3502152710472411513102111
Binary111010001000110110111001010011110100100110100101110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DB9; }

 p { color: rgb(232,141,185); }

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

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

 a { background-color: rgb(232,141,185); }

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

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

 span { border-color: rgb(232,141,185); }

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