Shades of Shocking Pink #E60ECF
Tints of Shocking Pink #E60ECF
RGB
CMYK
RGB Variations
Color information
#E60ECF (or 0xE60ECF) is known color: Shocking Pink. HEX triplet: E6, 0E and CF. RGB value is (230,14,207). Sum of RGB (Red+Green+Blue) = 230+14+207=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ECF is #19F130. Grayscale: #646464. Windows color (decimal): -1700145 or 13569766. OLE color: 13569766.
HSL color Cylindrical-coordinate representation of color #E60ECF: hue angle of 306.39º 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 #E60ECF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.10 |
| HSL | 306.39º | 0.89% | 0.48% | - |
| HSV(B) | 306.39º | 0.94% | 0.9% | - |
| XYZ | 44.05 | 21.64 | 60.89 | - |
| YUV | 100.59 | 188.06 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 207 | 0 | 0.94 | 0.10 | 0.10 | 306.39 | 0.89 | 0.48 |
| Hex | E6 | E | CF | 0 | 5E | A | A | 132 | 59 | 30 |
| Octal | 346 | 16 | 317 | 0 | 136 | 12 | 12 | 462 | 131 | 60 |
| Binary | 11100110 | 1110 | 11001111 | 0 | 1011110 | 1010 | 1010 | 100110010 | 1011001 | 110000 |
Color Harmonies of #E60ECF
Complementary color
Monochromatic Colors of #E60ECF
Black with #E60ECF
Text Example
Text Example
White with #E60ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ECF; }
p { color: rgb(230,14,207); }
H1.HeaderClassName
{
color: #E60ECF;
}
.AnyTagClassName
{
color: #E60ECF;
}
</style>
background-color css
<style>
a { background-color: #E60ECF; }
a { background-color: rgb(230,14,207); }
div.DivClassName
{
background-color: #E60ECF;
}
.BgClassName
{
background-color: #E60ECF;
}
</style>
border-color css
<style>
span { border-color: #E60ECF; }
span { border-color: rgb(230,14,207); }
td.TdClassName
{
border-color: #E60ECF;
}
.TagClassName
{
border-color: #E60ECF;
}
</style>