#E996CC

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

Shades of Shocking #E996CC

Tints of Shocking #E996CC

Color information

#E996CC (or 0xE996CC) is unknown color: approx Shocking. HEX triplet: E9, 96 and CC. RGB value is (233,150,204). Sum of RGB (Red+Green+Blue) = 233+150+204=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E996CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996CC is #166933. Grayscale: #B4B4B4. Windows color (decimal): -1468724 or 13407977. OLE color: 13407977.

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

Color convert

RGB233150204-
CMYK00.360.120.09
HSL320.96º65.35%75.1%-
HSV(B)320.96º35.62%91.37%-
XYZ55.4143.562.6-
YUV180.97141165.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=39.69%
G=25.55%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315020400.360.120.09320.9665.3575.1
HexE996CC024C9141414b
Octal3512263140441411501101113
Binary11101001100101101100110001001001100100110100000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996CC; }

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

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

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

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

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

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

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

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