Shades of Shocking #E58DC0
Tints of Shocking #E58DC0
RGB
CMYK
RGB Variations
Color information
#E58DC0 (or 0xE58DC0) is known color: Shocking. HEX triplet: E5, 8D and C0. RGB value is (229,141,192). Sum of RGB (Red+Green+Blue) = 229+141+192=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DC0 is #1A723F. Grayscale: #ADADAD. Windows color (decimal): -1733184 or 12619237. OLE color: 12619237.
HSL color Cylindrical-coordinate representation of color #E58DC0: hue angle of 325.23º 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 #E58DC0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 192 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.10 |
| HSL | 325.23º | 0.63% | 0.73% | - |
| HSV(B) | 325.23º | 0.38% | 0.9% | - |
| XYZ | 51.35 | 39.51 | 54.79 | - |
| YUV | 173.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 192 | 0 | 0.38 | 0.16 | 0.10 | 325.23 | 0.63 | 0.73 |
| Hex | E5 | 8D | C0 | 0 | 26 | 10 | A | 145 | 3F | 49 |
| Octal | 345 | 215 | 300 | 0 | 46 | 20 | 12 | 505 | 77 | 111 |
| Binary | 11100101 | 10001101 | 11000000 | 0 | 100110 | 10000 | 1010 | 101000101 | 111111 | 1001001 |
Color Harmonies of #E58DC0
Complementary color
Monochromatic Colors of #E58DC0
Black with #E58DC0
Text Example
Text Example
White with #E58DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DC0; }
p { color: rgb(229,141,192); }
H1.HeaderClassName
{
color: #E58DC0;
}
.AnyTagClassName
{
color: #E58DC0;
}
</style>
background-color css
<style>
a { background-color: #E58DC0; }
a { background-color: rgb(229,141,192); }
div.DivClassName
{
background-color: #E58DC0;
}
.BgClassName
{
background-color: #E58DC0;
}
</style>
border-color css
<style>
span { border-color: #E58DC0; }
span { border-color: rgb(229,141,192); }
td.TdClassName
{
border-color: #E58DC0;
}
.TagClassName
{
border-color: #E58DC0;
}
</style>