Shades of Shocking #E59CD0
Tints of Shocking #E59CD0
RGB
CMYK
RGB Variations
Color information
#E59CD0 (or 0xE59CD0) is known color: Shocking. HEX triplet: E5, 9C and D0. RGB value is (229,156,208). Sum of RGB (Red+Green+Blue) = 229+156+208=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CD0 is #1A632F. Grayscale: #B7B7B7. Windows color (decimal): -1729328 or 13671653. OLE color: 13671653.
HSL color Cylindrical-coordinate representation of color #E59CD0: hue angle of 317.26º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CD0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 208 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.10 |
| HSL | 317.26º | 0.58% | 0.75% | - |
| HSV(B) | 317.26º | 0.32% | 0.9% | - |
| XYZ | 55.59 | 44.99 | 65.43 | - |
| YUV | 183.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 208 | 0 | 0.32 | 0.09 | 0.10 | 317.26 | 0.58 | 0.75 |
| Hex | E5 | 9C | D0 | 0 | 20 | 9 | A | 13D | 3A | 4B |
| Octal | 345 | 234 | 320 | 0 | 40 | 11 | 12 | 475 | 72 | 113 |
| Binary | 11100101 | 10011100 | 11010000 | 0 | 100000 | 1001 | 1010 | 100111101 | 111010 | 1001011 |
Color Harmonies of #E59CD0
Complementary color
Monochromatic Colors of #E59CD0
Black with #E59CD0
Text Example
Text Example
White with #E59CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CD0; }
p { color: rgb(229,156,208); }
H1.HeaderClassName
{
color: #E59CD0;
}
.AnyTagClassName
{
color: #E59CD0;
}
</style>
background-color css
<style>
a { background-color: #E59CD0; }
a { background-color: rgb(229,156,208); }
div.DivClassName
{
background-color: #E59CD0;
}
.BgClassName
{
background-color: #E59CD0;
}
</style>
border-color css
<style>
span { border-color: #E59CD0; }
span { border-color: rgb(229,156,208); }
td.TdClassName
{
border-color: #E59CD0;
}
.TagClassName
{
border-color: #E59CD0;
}
</style>