#E88DB7

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

Shades of Shocking #E88DB7

Tints of Shocking #E88DB7

Color information

#E88DB7 (or 0xE88DB7) is unknown color: approx Shocking. HEX triplet: E8, 8D and B7. RGB value is (232,141,183). Sum of RGB (Red+Green+Blue) = 232+141+183=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DB7 is #177248. Grayscale: #ACACAC. Windows color (decimal): -1536585 or 12029416. OLE color: 12029416.

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

Color convert

RGB232141183-
CMYK00.390.210.09
HSL332.31º66.42%73.14%-
HSV(B)332.31º39.22%90.98%-
XYZ51.3539.6249.74-
YUV173133.65170.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=41.73%
G=25.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214118300.390.210.09332.3166.4273.14
HexE88DB702715914c4249
Octal3502152670472511514102111
Binary111010001000110110110111010011110101100110100110010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DB7; }

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

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

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

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

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

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

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

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