#E596CB

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

Shades of Shocking #E596CB

Tints of Shocking #E596CB

Color information

#E596CB (or 0xE596CB) is unknown color: approx Shocking. HEX triplet: E5, 96 and CB. RGB value is (229,150,203). Sum of RGB (Red+Green+Blue) = 229+150+203=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E596CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596CB is #1A6934. Grayscale: #B3B3B3. Windows color (decimal): -1730869 or 13342437. OLE color: 13342437.

HSL color Cylindrical-coordinate representation of color #E596CB: hue angle of 319.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596CB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229150203-
CMYK00.340.110.10
HSL319.75º60.31%74.31%-
HSV(B)319.75º34.5%89.8%-
XYZ5442.7861.91-
YUV179.66141.17163.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=39.35%
G=25.77%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915020300.340.110.10319.7560.3174.31
HexE596CB022BA1403c4a
Octal345226313042131250074112
Binary1110010110010110110010110100010101110101010000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596CB; }

 p { color: rgb(229,150,203); }

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

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

 a { background-color: rgb(229,150,203); }

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

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

 span { border-color: rgb(229,150,203); }

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