#E996C8

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

Shades of Shocking #E996C8

Tints of Shocking #E996C8

Color information

#E996C8 (or 0xE996C8) is unknown color: approx Shocking. HEX triplet: E9, 96 and C8. RGB value is (233,150,200). Sum of RGB (Red+Green+Blue) = 233+150+200=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E996C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996C8 is #166937. Grayscale: #B4B4B4. Windows color (decimal): -1468728 or 13145833. OLE color: 13145833.

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

Color convert

RGB233150200-
CMYK00.360.140.09
HSL323.86º65.35%75.1%-
HSV(B)323.86º35.62%91.37%-
XYZ54.9443.3160.11-
YUV180.52139165.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=39.97%
G=25.73%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315020000.360.140.09323.8665.3575.1
HexE996C8024E9144414b
Octal3512263100441611504101113
Binary11101001100101101100100001001001110100110100010010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996C8; }

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

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

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

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

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

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

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

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