#E58EC1

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

Shades of Shocking #E58EC1

Tints of Shocking #E58EC1

Color information

#E58EC1 (or 0xE58EC1) is unknown color: approx Shocking. HEX triplet: E5, 8E and C1. RGB value is (229,142,193). Sum of RGB (Red+Green+Blue) = 229+142+193=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EC1 is #1A713E. Grayscale: #ADADAD. Windows color (decimal): -1732927 or 12685029. OLE color: 12685029.

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

Color convert

RGB229142193-
CMYK00.380.160.10
HSL324.83º62.59%72.75%-
HSV(B)324.83º37.99%89.8%-
XYZ51.6139.8555.42-
YUV173.83138.82167.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=40.60%
G=25.18%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914219300.380.160.10324.8362.5972.75
HexE58EC102610A1453f49
Octal345216301046201250577111
Binary11100101100011101100000101001101000010101010001011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EC1; }

 p { color: rgb(229,142,193); }

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

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

 a { background-color: rgb(229,142,193); }

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

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

 span { border-color: rgb(229,142,193); }

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