Shades of Shocking #E598CE
Tints of Shocking #E598CE
RGB
CMYK
RGB Variations
Color information
#E598CE (or 0xE598CE) is known color: Shocking. HEX triplet: E5, 98 and CE. RGB value is (229,152,206). Sum of RGB (Red+Green+Blue) = 229+152+206=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E598CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598CE is #1A6731. Grayscale: #B5B5B5. Windows color (decimal): -1730354 or 13539557. OLE color: 13539557.
HSL color Cylindrical-coordinate representation of color #E598CE: hue angle of 317.92º 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 #E598CE is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 206 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.10 |
| HSL | 317.92º | 0.6% | 0.75% | - |
| HSV(B) | 317.92º | 0.34% | 0.9% | - |
| XYZ | 54.68 | 43.57 | 63.92 | - |
| YUV | 181.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 206 | 0 | 0.34 | 0.10 | 0.10 | 317.92 | 0.6 | 0.75 |
| Hex | E5 | 98 | CE | 0 | 22 | A | A | 13E | 3C | 4B |
| Octal | 345 | 230 | 316 | 0 | 42 | 12 | 12 | 476 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11001110 | 0 | 100010 | 1010 | 1010 | 100111110 | 111100 | 1001011 |
Color Harmonies of #E598CE
Complementary color
Monochromatic Colors of #E598CE
Black with #E598CE
Text Example
Text Example
White with #E598CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598CE; }
p { color: rgb(229,152,206); }
H1.HeaderClassName
{
color: #E598CE;
}
.AnyTagClassName
{
color: #E598CE;
}
</style>
background-color css
<style>
a { background-color: #E598CE; }
a { background-color: rgb(229,152,206); }
div.DivClassName
{
background-color: #E598CE;
}
.BgClassName
{
background-color: #E598CE;
}
</style>
border-color css
<style>
span { border-color: #E598CE; }
span { border-color: rgb(229,152,206); }
td.TdClassName
{
border-color: #E598CE;
}
.TagClassName
{
border-color: #E598CE;
}
</style>