#E597BA

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

Shades of Shocking #E597BA

Tints of Shocking #E597BA

Color information

#E597BA (or 0xE597BA) is unknown color: approx Shocking. HEX triplet: E5, 97 and BA. RGB value is (229,151,186). Sum of RGB (Red+Green+Blue) = 229+151+186=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E597BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E597BA is #1A6845. Grayscale: #B2B2B2. Windows color (decimal): -1730630 or 12228581. OLE color: 12228581.

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

Color convert

RGB229151186-
CMYK00.340.190.10
HSL333.08º60%74.51%-
HSV(B)333.08º34.06%89.8%-
XYZ52.2442.3451.87-
YUV178.31132.34164.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=40.46%
G=26.68%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915118600.340.190.10333.086074.51
HexE597BA02213A14d3c4b
Octal345227272042231251574113
Binary11100101100101111011101001000101001110101010011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E597BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E597BA; }

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

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

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

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

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

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

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

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