Shades of Shocking #E58EBD
Tints of Shocking #E58EBD
RGB
CMYK
RGB Variations
Color information
#E58EBD (or 0xE58EBD) is known color: Shocking. HEX triplet: E5, 8E and BD. RGB value is (229,142,189). Sum of RGB (Red+Green+Blue) = 229+142+189=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EBD is #1A7142. Grayscale: #ADADAD. Windows color (decimal): -1732931 or 12422885. OLE color: 12422885.
HSL color Cylindrical-coordinate representation of color #E58EBD: hue angle of 327.59º 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 #E58EBD is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 189 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.10 |
| HSL | 327.59º | 0.63% | 0.73% | - |
| HSV(B) | 327.59º | 0.38% | 0.9% | - |
| XYZ | 51.17 | 39.68 | 53.11 | - |
| YUV | 173.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 189 | 0 | 0.38 | 0.17 | 0.10 | 327.59 | 0.63 | 0.73 |
| Hex | E5 | 8E | BD | 0 | 26 | 11 | A | 148 | 3F | 49 |
| Octal | 345 | 216 | 275 | 0 | 46 | 21 | 12 | 510 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10111101 | 0 | 100110 | 10001 | 1010 | 101001000 | 111111 | 1001001 |
Color Harmonies of #E58EBD
Complementary color
Monochromatic Colors of #E58EBD
Black with #E58EBD
Text Example
Text Example
White with #E58EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EBD; }
p { color: rgb(229,142,189); }
H1.HeaderClassName
{
color: #E58EBD;
}
.AnyTagClassName
{
color: #E58EBD;
}
</style>
background-color css
<style>
a { background-color: #E58EBD; }
a { background-color: rgb(229,142,189); }
div.DivClassName
{
background-color: #E58EBD;
}
.BgClassName
{
background-color: #E58EBD;
}
</style>
border-color css
<style>
span { border-color: #E58EBD; }
span { border-color: rgb(229,142,189); }
td.TdClassName
{
border-color: #E58EBD;
}
.TagClassName
{
border-color: #E58EBD;
}
</style>