#E596BF

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

Shades of Shocking #E596BF

Tints of Shocking #E596BF

Color information

#E596BF (or 0xE596BF) is unknown color: approx Shocking. HEX triplet: E5, 96 and BF. RGB value is (229,150,191). Sum of RGB (Red+Green+Blue) = 229+150+191=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E596BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596BF is #1A6940. Grayscale: #B2B2B2. Windows color (decimal): -1730881 or 12556005. OLE color: 12556005.

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

Color convert

RGB229150191-
CMYK00.340.170.10
HSL328.86º60.31%74.31%-
HSV(B)328.86º34.5%89.8%-
XYZ52.6242.2354.67-
YUV178.3135.17164.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 191 (75% from 255) = 33.51%
R=40.18%
G=26.32%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915019100.340.170.10328.8660.3174.31
HexE596BF02211A1493c4a
Octal345226277042211251174112
Binary11100101100101101011111101000101000110101010010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596BF; }

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

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

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

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

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

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

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

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