#E99ABD

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

Shades of Shocking #E99ABD

Tints of Shocking #E99ABD

Color information

#E99ABD (or 0xE99ABD) is unknown color: approx Shocking. HEX triplet: E9, 9A and BD. RGB value is (233,154,189). Sum of RGB (Red+Green+Blue) = 233+154+189=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ABD is #166542. Grayscale: #B5B5B5. Windows color (decimal): -1467715 or 12425961. OLE color: 12425961.

HSL color Cylindrical-coordinate representation of color #E99ABD: hue angle of 333.42º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99ABD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233154189-
CMYK00.340.190.09
HSL333.42º64.23%75.88%-
HSV(B)333.42º33.91%91.37%-
XYZ54.3544.1153.79-
YUV181.61132.17164.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=40.45%
G=26.74%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315418900.340.190.09333.4264.2375.88
HexE99ABD02213914d404c
Octal3512322750422311515100114
Binary111010011001101010111101010001010011100110100110110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99ABD; }

 p { color: rgb(233,154,189); }

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

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

 a { background-color: rgb(233,154,189); }

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

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

 span { border-color: rgb(233,154,189); }

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