Shades of Shocking Pink #E60ECC
Tints of Shocking Pink #E60ECC
RGB
CMYK
RGB Variations
Color information
#E60ECC (or 0xE60ECC) is known color: Shocking Pink. HEX triplet: E6, 0E and CC. RGB value is (230,14,204). Sum of RGB (Red+Green+Blue) = 230+14+204=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ECC is #19F133. Grayscale: #636363. Windows color (decimal): -1700148 or 13373158. OLE color: 13373158.
HSL color Cylindrical-coordinate representation of color #E60ECC: hue angle of 307.22º 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 #E60ECC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.10 |
| HSL | 307.22º | 0.89% | 0.48% | - |
| HSV(B) | 307.22º | 0.94% | 0.9% | - |
| XYZ | 43.69 | 21.5 | 58.97 | - |
| YUV | 100.24 | 186.56 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 204 | 0 | 0.94 | 0.11 | 0.10 | 307.22 | 0.89 | 0.48 |
| Hex | E6 | E | CC | 0 | 5E | B | A | 133 | 59 | 30 |
| Octal | 346 | 16 | 314 | 0 | 136 | 13 | 12 | 463 | 131 | 60 |
| Binary | 11100110 | 1110 | 11001100 | 0 | 1011110 | 1011 | 1010 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E60ECC
Complementary color
Monochromatic Colors of #E60ECC
Black with #E60ECC
Text Example
Text Example
White with #E60ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ECC; }
p { color: rgb(230,14,204); }
H1.HeaderClassName
{
color: #E60ECC;
}
.AnyTagClassName
{
color: #E60ECC;
}
</style>
background-color css
<style>
a { background-color: #E60ECC; }
a { background-color: rgb(230,14,204); }
div.DivClassName
{
background-color: #E60ECC;
}
.BgClassName
{
background-color: #E60ECC;
}
</style>
border-color css
<style>
span { border-color: #E60ECC; }
span { border-color: rgb(230,14,204); }
td.TdClassName
{
border-color: #E60ECC;
}
.TagClassName
{
border-color: #E60ECC;
}
</style>