#E88DB5

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

Shades of Shocking #E88DB5

Tints of Shocking #E88DB5

Color information

#E88DB5 (or 0xE88DB5) is unknown color: approx Shocking. HEX triplet: E8, 8D and B5. RGB value is (232,141,181). Sum of RGB (Red+Green+Blue) = 232+141+181=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DB5 is #17724A. Grayscale: #ACACAC. Windows color (decimal): -1536587 or 11898344. OLE color: 11898344.

HSL color Cylindrical-coordinate representation of color #E88DB5: hue angle of 333.63º 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 #E88DB5 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232141181-
CMYK00.390.220.09
HSL333.63º66.42%73.14%-
HSV(B)333.63º39.22%90.98%-
XYZ51.1439.5448.65-
YUV172.77132.65170.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.88%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=41.88%
G=25.45%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214118100.390.220.09333.6366.4273.14
HexE88DB502716914e4249
Octal3502152650472611516102111
Binary111010001000110110110101010011110110100110100111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DB5; }

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

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

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

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

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

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

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

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