#E996BD

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

Shades of Shocking #E996BD

Tints of Shocking #E996BD

Color information

#E996BD (or 0xE996BD) is unknown color: approx Shocking. HEX triplet: E9, 96 and BD. RGB value is (233,150,189). Sum of RGB (Red+Green+Blue) = 233+150+189=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E996BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996BD is #166942. Grayscale: #B3B3B3. Windows color (decimal): -1468739 or 12424937. OLE color: 12424937.

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

Color convert

RGB233150189-
CMYK00.360.190.09
HSL331.81º65.35%75.1%-
HSV(B)331.81º35.62%91.37%-
XYZ53.742.8153.58-
YUV179.26133.5166.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=40.73%
G=26.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315018900.360.190.09331.8165.3575.1
HexE996BD02413914c414b
Octal3512262750442311514101113
Binary111010011001011010111101010010010011100110100110010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996BD; }

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

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

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

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

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

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

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

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