#E996BB

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

Shades of Shocking #E996BB

Tints of Shocking #E996BB

Color information

#E996BB (or 0xE996BB) is unknown color: approx Shocking. HEX triplet: E9, 96 and BB. RGB value is (233,150,187). Sum of RGB (Red+Green+Blue) = 233+150+187=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E996BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996BB is #166944. Grayscale: #B2B2B2. Windows color (decimal): -1468741 or 12293865. OLE color: 12293865.

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

Color convert

RGB233150187-
CMYK00.360.200.09
HSL333.25º65.35%75.1%-
HSV(B)333.25º35.62%91.37%-
XYZ53.4842.7252.44-
YUV179.04132.5166.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=40.88%
G=26.32%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315018700.360.200.09333.2565.3575.1
HexE996BB02414914d414b
Octal3512262730442411515101113
Binary111010011001011010111011010010010100100110100110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996BB; }

 p { color: rgb(233,150,187); }

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

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

 a { background-color: rgb(233,150,187); }

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

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

 span { border-color: rgb(233,150,187); }

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