Shades of Shocking Pink #E60EC0
Tints of Shocking Pink #E60EC0
RGB
CMYK
RGB Variations
Color information
#E60EC0 (or 0xE60EC0) is known color: Shocking Pink. HEX triplet: E6, 0E and C0. RGB value is (230,14,192). Sum of RGB (Red+Green+Blue) = 230+14+192=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EC0 is #19F13F. Grayscale: #626262. Windows color (decimal): -1700160 or 12586726. OLE color: 12586726.
HSL color Cylindrical-coordinate representation of color #E60EC0: hue angle of 310.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EC0 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 192 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.10 |
| HSL | 310.56º | 0.89% | 0.48% | - |
| HSV(B) | 310.56º | 0.94% | 0.9% | - |
| XYZ | 42.3 | 20.94 | 51.68 | - |
| YUV | 98.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 192 | 0 | 0.94 | 0.17 | 0.10 | 310.56 | 0.89 | 0.48 |
| Hex | E6 | E | C0 | 0 | 5E | 11 | A | 137 | 59 | 30 |
| Octal | 346 | 16 | 300 | 0 | 136 | 21 | 12 | 467 | 131 | 60 |
| Binary | 11100110 | 1110 | 11000000 | 0 | 1011110 | 10001 | 1010 | 100110111 | 1011001 | 110000 |
Color Harmonies of #E60EC0
Complementary color
Monochromatic Colors of #E60EC0
Black with #E60EC0
Text Example
Text Example
White with #E60EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EC0; }
p { color: rgb(230,14,192); }
H1.HeaderClassName
{
color: #E60EC0;
}
.AnyTagClassName
{
color: #E60EC0;
}
</style>
background-color css
<style>
a { background-color: #E60EC0; }
a { background-color: rgb(230,14,192); }
div.DivClassName
{
background-color: #E60EC0;
}
.BgClassName
{
background-color: #E60EC0;
}
</style>
border-color css
<style>
span { border-color: #E60EC0; }
span { border-color: rgb(230,14,192); }
td.TdClassName
{
border-color: #E60EC0;
}
.TagClassName
{
border-color: #E60EC0;
}
</style>