Shades of Shocking #E59FCE
Tints of Shocking #E59FCE
RGB
CMYK
RGB Variations
Color information
#E59FCE (or 0xE59FCE) is known color: Shocking. HEX triplet: E5, 9F and CE. RGB value is (229,159,206). Sum of RGB (Red+Green+Blue) = 229+159+206=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FCE is #1A6031. Grayscale: #B9B9B9. Windows color (decimal): -1728562 or 13541349. OLE color: 13541349.
HSL color Cylindrical-coordinate representation of color #E59FCE: hue angle of 319.71º degrees, saturation: 0.57, 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 #E59FCE is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 206 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.10 |
| HSL | 319.71º | 0.57% | 0.76% | - |
| HSV(B) | 319.71º | 0.31% | 0.9% | - |
| XYZ | 55.85 | 45.91 | 64.31 | - |
| YUV | 185.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 206 | 0 | 0.31 | 0.10 | 0.10 | 319.71 | 0.57 | 0.76 |
| Hex | E5 | 9F | CE | 0 | 1F | A | A | 140 | 39 | 4C |
| Octal | 345 | 237 | 316 | 0 | 37 | 12 | 12 | 500 | 71 | 114 |
| Binary | 11100101 | 10011111 | 11001110 | 0 | 11111 | 1010 | 1010 | 101000000 | 111001 | 1001100 |
Color Harmonies of #E59FCE
Complementary color
Monochromatic Colors of #E59FCE
Black with #E59FCE
Text Example
Text Example
White with #E59FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FCE; }
p { color: rgb(229,159,206); }
H1.HeaderClassName
{
color: #E59FCE;
}
.AnyTagClassName
{
color: #E59FCE;
}
</style>
background-color css
<style>
a { background-color: #E59FCE; }
a { background-color: rgb(229,159,206); }
div.DivClassName
{
background-color: #E59FCE;
}
.BgClassName
{
background-color: #E59FCE;
}
</style>
border-color css
<style>
span { border-color: #E59FCE; }
span { border-color: rgb(229,159,206); }
td.TdClassName
{
border-color: #E59FCE;
}
.TagClassName
{
border-color: #E59FCE;
}
</style>