Shades of Shocking #E598CF
Tints of Shocking #E598CF
RGB
CMYK
RGB Variations
Color information
#E598CF (or 0xE598CF) is known color: Shocking. HEX triplet: E5, 98 and CF. RGB value is (229,152,207). Sum of RGB (Red+Green+Blue) = 229+152+207=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E598CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598CF is #1A6730. Grayscale: #B5B5B5. Windows color (decimal): -1730353 or 13605093. OLE color: 13605093.
HSL color Cylindrical-coordinate representation of color #E598CF: hue angle of 317.14º 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 #E598CF is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 207 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.10 |
| HSL | 317.14º | 0.6% | 0.75% | - |
| HSV(B) | 317.14º | 0.34% | 0.9% | - |
| XYZ | 54.8 | 43.62 | 64.56 | - |
| YUV | 181.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 207 | 0 | 0.34 | 0.10 | 0.10 | 317.14 | 0.6 | 0.75 |
| Hex | E5 | 98 | CF | 0 | 22 | A | A | 13D | 3C | 4B |
| Octal | 345 | 230 | 317 | 0 | 42 | 12 | 12 | 475 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11001111 | 0 | 100010 | 1010 | 1010 | 100111101 | 111100 | 1001011 |
Color Harmonies of #E598CF
Complementary color
Monochromatic Colors of #E598CF
Black with #E598CF
Text Example
Text Example
White with #E598CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598CF; }
p { color: rgb(229,152,207); }
H1.HeaderClassName
{
color: #E598CF;
}
.AnyTagClassName
{
color: #E598CF;
}
</style>
background-color css
<style>
a { background-color: #E598CF; }
a { background-color: rgb(229,152,207); }
div.DivClassName
{
background-color: #E598CF;
}
.BgClassName
{
background-color: #E598CF;
}
</style>
border-color css
<style>
span { border-color: #E598CF; }
span { border-color: rgb(229,152,207); }
td.TdClassName
{
border-color: #E598CF;
}
.TagClassName
{
border-color: #E598CF;
}
</style>