#E58ABE

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

Shades of Shocking #E58ABE

Tints of Shocking #E58ABE

Color information

#E58ABE (or 0xE58ABE) is unknown color: approx Shocking. HEX triplet: E5, 8A and BE. RGB value is (229,138,190). Sum of RGB (Red+Green+Blue) = 229+138+190=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ABE is #1A7541. Grayscale: #ABABAB. Windows color (decimal): -1733954 or 12487397. OLE color: 12487397.

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

Color convert

RGB229138190-
CMYK00.400.170.10
HSL325.71º63.64%71.96%-
HSV(B)325.71º39.74%89.8%-
XYZ50.738.5553.48-
YUV171.14138.65169.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=41.11%
G=24.78%
B=34.11%

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
Decimal22913819000.400.170.10325.7163.6471.96
HexE58ABE02811A1464048
Octal3452122760502112506100110
Binary111001011000101010111110010100010001101010100011010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58ABE; }

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

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

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

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

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

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

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

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