#E596C5

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

Shades of Shocking #E596C5

Tints of Shocking #E596C5

Color information

#E596C5 (or 0xE596C5) is unknown color: approx Shocking. HEX triplet: E5, 96 and C5. RGB value is (229,150,197). Sum of RGB (Red+Green+Blue) = 229+150+197=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E596C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596C5 is #1A693A. Grayscale: #B2B2B2. Windows color (decimal): -1730875 or 12949221. OLE color: 12949221.

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

Color convert

RGB229150197-
CMYK00.340.140.10
HSL324.3º60.31%74.31%-
HSV(B)324.3º34.5%89.8%-
XYZ53.342.558.22-
YUV178.98138.17163.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=39.76%
G=26.04%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915019700.340.140.10324.360.3174.31
HexE596C5022EA1443c4a
Octal345226305042161250474112
Binary1110010110010110110001010100010111010101010001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596C5; }

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

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

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

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

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

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

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

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