Shades of Shocking #E597D0
Tints of Shocking #E597D0
RGB
CMYK
RGB Variations
Color information
#E597D0 (or 0xE597D0) is known color: Shocking. HEX triplet: E5, 97 and D0. RGB value is (229,151,208). Sum of RGB (Red+Green+Blue) = 229+151+208=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E597D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E597D0 is #1A682F. Grayscale: #B4B4B4. Windows color (decimal): -1730608 or 13670373. OLE color: 13670373.
HSL color Cylindrical-coordinate representation of color #E597D0: hue angle of 316.15º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E597D0 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 208 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.10 |
| HSL | 316.15º | 0.6% | 0.75% | - |
| HSV(B) | 316.15º | 0.34% | 0.9% | - |
| XYZ | 54.76 | 43.35 | 65.15 | - |
| YUV | 180.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 208 | 0 | 0.34 | 0.09 | 0.10 | 316.15 | 0.6 | 0.75 |
| Hex | E5 | 97 | D0 | 0 | 22 | 9 | A | 13C | 3C | 4B |
| Octal | 345 | 227 | 320 | 0 | 42 | 11 | 12 | 474 | 74 | 113 |
| Binary | 11100101 | 10010111 | 11010000 | 0 | 100010 | 1001 | 1010 | 100111100 | 111100 | 1001011 |
Color Harmonies of #E597D0
Complementary color
Monochromatic Colors of #E597D0
Black with #E597D0
Text Example
Text Example
White with #E597D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597D0; }
p { color: rgb(229,151,208); }
H1.HeaderClassName
{
color: #E597D0;
}
.AnyTagClassName
{
color: #E597D0;
}
</style>
background-color css
<style>
a { background-color: #E597D0; }
a { background-color: rgb(229,151,208); }
div.DivClassName
{
background-color: #E597D0;
}
.BgClassName
{
background-color: #E597D0;
}
</style>
border-color css
<style>
span { border-color: #E597D0; }
span { border-color: rgb(229,151,208); }
td.TdClassName
{
border-color: #E597D0;
}
.TagClassName
{
border-color: #E597D0;
}
</style>