Shades of Shocking #E59DCF
Tints of Shocking #E59DCF
RGB
CMYK
RGB Variations
Color information
#E59DCF (or 0xE59DCF) is known color: Shocking. HEX triplet: E5, 9D and CF. RGB value is (229,157,207). Sum of RGB (Red+Green+Blue) = 229+157+207=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DCF is #1A6230. Grayscale: #B8B8B8. Windows color (decimal): -1729073 or 13606373. OLE color: 13606373.
HSL color Cylindrical-coordinate representation of color #E59DCF: hue angle of 318.33º 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 #E59DCF is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 207 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.10 |
| HSL | 318.33º | 0.58% | 0.76% | - |
| HSV(B) | 318.33º | 0.31% | 0.9% | - |
| XYZ | 55.63 | 45.28 | 64.84 | - |
| YUV | 184.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 207 | 0 | 0.31 | 0.10 | 0.10 | 318.33 | 0.58 | 0.76 |
| Hex | E5 | 9D | CF | 0 | 1F | A | A | 13E | 3A | 4C |
| Octal | 345 | 235 | 317 | 0 | 37 | 12 | 12 | 476 | 72 | 114 |
| Binary | 11100101 | 10011101 | 11001111 | 0 | 11111 | 1010 | 1010 | 100111110 | 111010 | 1001100 |
Color Harmonies of #E59DCF
Complementary color
Monochromatic Colors of #E59DCF
Black with #E59DCF
Text Example
Text Example
White with #E59DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DCF; }
p { color: rgb(229,157,207); }
H1.HeaderClassName
{
color: #E59DCF;
}
.AnyTagClassName
{
color: #E59DCF;
}
</style>
background-color css
<style>
a { background-color: #E59DCF; }
a { background-color: rgb(229,157,207); }
div.DivClassName
{
background-color: #E59DCF;
}
.BgClassName
{
background-color: #E59DCF;
}
</style>
border-color css
<style>
span { border-color: #E59DCF; }
span { border-color: rgb(229,157,207); }
td.TdClassName
{
border-color: #E59DCF;
}
.TagClassName
{
border-color: #E59DCF;
}
</style>