#E58ABA

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

Shades of Shocking #E58ABA

Tints of Shocking #E58ABA

Color information

#E58ABA (or 0xE58ABA) is unknown color: approx Shocking. HEX triplet: E5, 8A and BA. RGB value is (229,138,186). Sum of RGB (Red+Green+Blue) = 229+138+186=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ABA is #1A7545. Grayscale: #AAAAAA. Windows color (decimal): -1733958 or 12225253. OLE color: 12225253.

HSL color Cylindrical-coordinate representation of color #E58ABA: hue angle of 328.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ABA is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229138186-
CMYK00.400.190.10
HSL328.35º63.64%71.96%-
HSV(B)328.35º39.74%89.8%-
XYZ50.2638.3851.21-
YUV170.68136.65169.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=41.41%
G=24.95%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913818600.400.190.10328.3563.6471.96
HexE58ABA02813A1484048
Octal3452122720502312510100110
Binary111001011000101010111010010100010011101010100100010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58ABA; }

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

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

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

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

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

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

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

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