#E591BA

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

Shades of Shocking #E591BA

Tints of Shocking #E591BA

Color information

#E591BA (or 0xE591BA) is unknown color: approx Shocking. HEX triplet: E5, 91 and BA. RGB value is (229,145,186). Sum of RGB (Red+Green+Blue) = 229+145+186=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E591BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591BA is #1A6E45. Grayscale: #AEAEAE. Windows color (decimal): -1732166 or 12227045. OLE color: 12227045.

HSL color Cylindrical-coordinate representation of color #E591BA: hue angle of 330.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E591BA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229145186-
CMYK00.370.190.10
HSL330.71º61.76%73.33%-
HSV(B)330.71º36.68%89.8%-
XYZ51.340.4551.56-
YUV174.79134.33166.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=40.89%
G=25.89%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914518600.370.190.10330.7161.7673.33
HexE591BA02513A14b3e49
Octal345221272045231251376111
Binary11100101100100011011101001001011001110101010010111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E591BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E591BA; }

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

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

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

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

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

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

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

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