#E596CC

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

Shades of Shocking #E596CC

Tints of Shocking #E596CC

Color information

#E596CC (or 0xE596CC) is unknown color: approx Shocking. HEX triplet: E5, 96 and CC. RGB value is (229,150,204). Sum of RGB (Red+Green+Blue) = 229+150+204=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E596CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596CC is #1A6933. Grayscale: #B3B3B3. Windows color (decimal): -1730868 or 13407973. OLE color: 13407973.

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

Color convert

RGB229150204-
CMYK00.340.110.10
HSL318.99º60.31%74.31%-
HSV(B)318.99º34.5%89.8%-
XYZ54.1242.8362.54-
YUV179.78141.67163.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.28%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=39.28%
G=25.73%
B=34.99%

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
Decimal22915020400.340.110.10318.9960.3174.31
HexE596CC022BA13f3c4a
Octal345226314042131247774112
Binary1110010110010110110011000100010101110101001111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596CC; }

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

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

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

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

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

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

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

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