Shades of Shocking Pink #E60CC0
Tints of Shocking Pink #E60CC0
RGB
CMYK
RGB Variations
Color information
#E60CC0 (or 0xE60CC0) is known color: Shocking Pink. HEX triplet: E6, 0C and C0. RGB value is (230,12,192). Sum of RGB (Red+Green+Blue) = 230+12+192=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CC0 is #19F33F. Grayscale: #616161. Windows color (decimal): -1700672 or 12586214. OLE color: 12586214.
HSL color Cylindrical-coordinate representation of color #E60CC0: hue angle of 310.46º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.10 |
| HSL | 310.46º | 0.9% | 0.47% | - |
| HSV(B) | 310.46º | 0.95% | 0.9% | - |
| XYZ | 42.28 | 20.89 | 51.67 | - |
| YUV | 97.7 | 181.22 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 192 | 0 | 0.95 | 0.17 | 0.10 | 310.46 | 0.9 | 0.47 |
| Hex | E6 | C | C0 | 0 | 5F | 11 | A | 136 | 5A | 2F |
| Octal | 346 | 14 | 300 | 0 | 137 | 21 | 12 | 466 | 132 | 57 |
| Binary | 11100110 | 1100 | 11000000 | 0 | 1011111 | 10001 | 1010 | 100110110 | 1011010 | 101111 |
Color Harmonies of #E60CC0
Complementary color
Monochromatic Colors of #E60CC0
Black with #E60CC0
Text Example
Text Example
White with #E60CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CC0; }
p { color: rgb(230,12,192); }
H1.HeaderClassName
{
color: #E60CC0;
}
.AnyTagClassName
{
color: #E60CC0;
}
</style>
background-color css
<style>
a { background-color: #E60CC0; }
a { background-color: rgb(230,12,192); }
div.DivClassName
{
background-color: #E60CC0;
}
.BgClassName
{
background-color: #E60CC0;
}
</style>
border-color css
<style>
span { border-color: #E60CC0; }
span { border-color: rgb(230,12,192); }
td.TdClassName
{
border-color: #E60CC0;
}
.TagClassName
{
border-color: #E60CC0;
}
</style>