Shades of Shocking #E598D0
Tints of Shocking #E598D0
RGB
CMYK
RGB Variations
Color information
#E598D0 (or 0xE598D0) is known color: Shocking. HEX triplet: E5, 98 and D0. RGB value is (229,152,208). Sum of RGB (Red+Green+Blue) = 229+152+208=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E598D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598D0 is #1A672F. Grayscale: #B5B5B5. Windows color (decimal): -1730352 or 13670629. OLE color: 13670629.
HSL color Cylindrical-coordinate representation of color #E598D0: hue angle of 316.36º 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 #E598D0 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 208 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.10 |
| HSL | 316.36º | 0.6% | 0.75% | - |
| HSV(B) | 316.36º | 0.34% | 0.9% | - |
| XYZ | 54.93 | 43.67 | 65.21 | - |
| YUV | 181.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 208 | 0 | 0.34 | 0.09 | 0.10 | 316.36 | 0.6 | 0.75 |
| Hex | E5 | 98 | D0 | 0 | 22 | 9 | A | 13C | 3C | 4B |
| Octal | 345 | 230 | 320 | 0 | 42 | 11 | 12 | 474 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11010000 | 0 | 100010 | 1001 | 1010 | 100111100 | 111100 | 1001011 |
Color Harmonies of #E598D0
Complementary color
Monochromatic Colors of #E598D0
Black with #E598D0
Text Example
Text Example
White with #E598D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598D0; }
p { color: rgb(229,152,208); }
H1.HeaderClassName
{
color: #E598D0;
}
.AnyTagClassName
{
color: #E598D0;
}
</style>
background-color css
<style>
a { background-color: #E598D0; }
a { background-color: rgb(229,152,208); }
div.DivClassName
{
background-color: #E598D0;
}
.BgClassName
{
background-color: #E598D0;
}
</style>
border-color css
<style>
span { border-color: #E598D0; }
span { border-color: rgb(229,152,208); }
td.TdClassName
{
border-color: #E598D0;
}
.TagClassName
{
border-color: #E598D0;
}
</style>