#E596BC

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

Shades of Shocking #E596BC

Tints of Shocking #E596BC

Color information

#E596BC (or 0xE596BC) is unknown color: approx Shocking. HEX triplet: E5, 96 and BC. RGB value is (229,150,188). Sum of RGB (Red+Green+Blue) = 229+150+188=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E596BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596BC is #1A6943. Grayscale: #B1B1B1. Windows color (decimal): -1730884 or 12359397. OLE color: 12359397.

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

Color convert

RGB229150188-
CMYK00.340.180.10
HSL331.14º60.31%74.31%-
HSV(B)331.14º34.5%89.8%-
XYZ52.342.152.95-
YUV177.95133.67164.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.39%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=40.39%
G=26.46%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915018800.340.180.10331.1460.3174.31
HexE596BC02212A14b3c4a
Octal345226274042221251374112
Binary11100101100101101011110001000101001010101010010111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596BC; }

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

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

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

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

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

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

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

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