#E597BD

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

Shades of Shocking #E597BD

Tints of Shocking #E597BD

Color information

#E597BD (or 0xE597BD) is unknown color: approx Shocking. HEX triplet: E5, 97 and BD. RGB value is (229,151,189). Sum of RGB (Red+Green+Blue) = 229+151+189=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E597BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E597BD is #1A6842. Grayscale: #B2B2B2. Windows color (decimal): -1730627 or 12425189. OLE color: 12425189.

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

Color convert

RGB229151189-
CMYK00.340.170.10
HSL330.77º60%74.51%-
HSV(B)330.77º34.06%89.8%-
XYZ52.5742.4753.57-
YUV178.65133.84163.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.25%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=40.25%
G=26.54%
B=33.22%

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
Decimal22915118900.340.170.10330.776074.51
HexE597BD02211A14b3c4b
Octal345227275042211251374113
Binary11100101100101111011110101000101000110101010010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E597BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E597BD; }

 p { color: rgb(229,151,189); }

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

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

 a { background-color: rgb(229,151,189); }

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

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

 span { border-color: rgb(229,151,189); }

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