Shades of Shocking #E58EC1
Tints of Shocking #E58EC1
RGB
CMYK
RGB Variations
Color information
#E58EC1 (or 0xE58EC1) is known color: 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
| RGB | 229 | 142 | 193 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.10 |
| HSL | 324.83º | 0.63% | 0.73% | - |
| HSV(B) | 324.83º | 0.38% | 0.9% | - |
| XYZ | 51.61 | 39.85 | 55.42 | - |
| YUV | 173.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 193 | 0 | 0.38 | 0.16 | 0.10 | 324.83 | 0.63 | 0.73 |
| Hex | E5 | 8E | C1 | 0 | 26 | 10 | A | 145 | 3F | 49 |
| Octal | 345 | 216 | 301 | 0 | 46 | 20 | 12 | 505 | 77 | 111 |
| Binary | 11100101 | 10001110 | 11000001 | 0 | 100110 | 10000 | 1010 | 101000101 | 111111 | 1001001 |
Color Harmonies of #E58EC1
Complementary color
Monochromatic Colors of #E58EC1
Black with #E58EC1
Text Example
Text Example
White with #E58EC1
Text Example
Text Example
HTML Codes & Css Web 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>