#E58ABF

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

Shades of Shocking #E58ABF

Tints of Shocking #E58ABF

Color information

#E58ABF (or 0xE58ABF) is unknown color: approx Shocking. HEX triplet: E5, 8A and BF. RGB value is (229,138,191). Sum of RGB (Red+Green+Blue) = 229+138+191=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ABF is #1A7540. Grayscale: #ABABAB. Windows color (decimal): -1733953 or 12552933. OLE color: 12552933.

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

Color convert

RGB229138191-
CMYK00.400.170.10
HSL325.05º63.64%71.96%-
HSV(B)325.05º39.74%89.8%-
XYZ50.8138.654.06-
YUV171.25139.15169.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 191 (75% from 255) = 34.23%
R=41.04%
G=24.73%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913819100.400.170.10325.0563.6471.96
HexE58ABF02811A1454048
Octal3452122770502112505100110
Binary111001011000101010111111010100010001101010100010110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58ABF; }

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

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

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

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

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

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

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

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