#E592BA

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

Shades of Shocking #E592BA

Tints of Shocking #E592BA

Color information

#E592BA (or 0xE592BA) is unknown color: approx Shocking. HEX triplet: E5, 92 and BA. RGB value is (229,146,186). Sum of RGB (Red+Green+Blue) = 229+146+186=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E592BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592BA is #1A6D45. Grayscale: #AFAFAF. Windows color (decimal): -1731910 or 12227301. OLE color: 12227301.

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

Color convert

RGB229146186-
CMYK00.360.190.10
HSL331.08º61.48%73.53%-
HSV(B)331.08º36.24%89.8%-
XYZ51.4540.7651.61-
YUV175.38134166.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=40.82%
G=26.02%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914618600.360.190.10331.0861.4873.53
HexE592BA02413A14b3d4a
Octal345222272044231251375112
Binary11100101100100101011101001001001001110101010010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592BA; }

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

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

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

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

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

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

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

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