Shades of Shocking #E59ECA
Tints of Shocking #E59ECA
RGB
CMYK
RGB Variations
Color information
#E59ECA (or 0xE59ECA) is known color: Shocking. HEX triplet: E5, 9E and CA. RGB value is (229,158,202). Sum of RGB (Red+Green+Blue) = 229+158+202=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ECA is #1A6135. Grayscale: #B8B8B8. Windows color (decimal): -1728822 or 13278949. OLE color: 13278949.
HSL color Cylindrical-coordinate representation of color #E59ECA: hue angle of 322.82º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59ECA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 202 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.10 |
| HSL | 322.82º | 0.58% | 0.76% | - |
| HSV(B) | 322.82º | 0.31% | 0.9% | - |
| XYZ | 55.2 | 45.38 | 61.73 | - |
| YUV | 184.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 202 | 0 | 0.31 | 0.12 | 0.10 | 322.82 | 0.58 | 0.76 |
| Hex | E5 | 9E | CA | 0 | 1F | C | A | 143 | 3A | 4C |
| Octal | 345 | 236 | 312 | 0 | 37 | 14 | 12 | 503 | 72 | 114 |
| Binary | 11100101 | 10011110 | 11001010 | 0 | 11111 | 1100 | 1010 | 101000011 | 111010 | 1001100 |
Color Harmonies of #E59ECA
Complementary color
Monochromatic Colors of #E59ECA
Black with #E59ECA
Text Example
Text Example
White with #E59ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ECA; }
p { color: rgb(229,158,202); }
H1.HeaderClassName
{
color: #E59ECA;
}
.AnyTagClassName
{
color: #E59ECA;
}
</style>
background-color css
<style>
a { background-color: #E59ECA; }
a { background-color: rgb(229,158,202); }
div.DivClassName
{
background-color: #E59ECA;
}
.BgClassName
{
background-color: #E59ECA;
}
</style>
border-color css
<style>
span { border-color: #E59ECA; }
span { border-color: rgb(229,158,202); }
td.TdClassName
{
border-color: #E59ECA;
}
.TagClassName
{
border-color: #E59ECA;
}
</style>