Shades of Shocking Pink #E60EC7
Tints of Shocking Pink #E60EC7
RGB
CMYK
RGB Variations
Color information
#E60EC7 (or 0xE60EC7) is known color: Shocking Pink. HEX triplet: E6, 0E and C7. RGB value is (230,14,199). Sum of RGB (Red+Green+Blue) = 230+14+199=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EC7 is #19F138. Grayscale: #636363. Windows color (decimal): -1700153 or 13045478. OLE color: 13045478.
HSL color Cylindrical-coordinate representation of color #E60EC7: hue angle of 308.61º 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 #E60EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.10 |
| HSL | 308.61º | 0.89% | 0.48% | - |
| HSV(B) | 308.61º | 0.94% | 0.9% | - |
| XYZ | 43.1 | 21.26 | 55.86 | - |
| YUV | 99.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 199 | 0 | 0.94 | 0.13 | 0.10 | 308.61 | 0.89 | 0.48 |
| Hex | E6 | E | C7 | 0 | 5E | D | A | 135 | 59 | 30 |
| Octal | 346 | 16 | 307 | 0 | 136 | 15 | 12 | 465 | 131 | 60 |
| Binary | 11100110 | 1110 | 11000111 | 0 | 1011110 | 1101 | 1010 | 100110101 | 1011001 | 110000 |
Color Harmonies of #E60EC7
Complementary color
Monochromatic Colors of #E60EC7
Black with #E60EC7
Text Example
Text Example
White with #E60EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EC7; }
p { color: rgb(230,14,199); }
H1.HeaderClassName
{
color: #E60EC7;
}
.AnyTagClassName
{
color: #E60EC7;
}
</style>
background-color css
<style>
a { background-color: #E60EC7; }
a { background-color: rgb(230,14,199); }
div.DivClassName
{
background-color: #E60EC7;
}
.BgClassName
{
background-color: #E60EC7;
}
</style>
border-color css
<style>
span { border-color: #E60EC7; }
span { border-color: rgb(230,14,199); }
td.TdClassName
{
border-color: #E60EC7;
}
.TagClassName
{
border-color: #E60EC7;
}
</style>