Shades of Shocking Pink #E60ED0
Tints of Shocking Pink #E60ED0
RGB
CMYK
RGB Variations
Color information
#E60ED0 (or 0xE60ED0) is known color: Shocking Pink. HEX triplet: E6, 0E and D0. RGB value is (230,14,208). Sum of RGB (Red+Green+Blue) = 230+14+208=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ED0 is #19F12F. Grayscale: #646464. Windows color (decimal): -1700144 or 13635302. OLE color: 13635302.
HSL color Cylindrical-coordinate representation of color #E60ED0: hue angle of 306.11º 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 #E60ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.10 |
| HSL | 306.11º | 0.89% | 0.48% | - |
| HSV(B) | 306.11º | 0.94% | 0.9% | - |
| XYZ | 44.18 | 21.69 | 61.53 | - |
| YUV | 100.7 | 188.56 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 208 | 0 | 0.94 | 0.10 | 0.10 | 306.11 | 0.89 | 0.48 |
| Hex | E6 | E | D0 | 0 | 5E | A | A | 132 | 59 | 30 |
| Octal | 346 | 16 | 320 | 0 | 136 | 12 | 12 | 462 | 131 | 60 |
| Binary | 11100110 | 1110 | 11010000 | 0 | 1011110 | 1010 | 1010 | 100110010 | 1011001 | 110000 |
Color Harmonies of #E60ED0
Complementary color
Monochromatic Colors of #E60ED0
Black with #E60ED0
Text Example
Text Example
White with #E60ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ED0; }
p { color: rgb(230,14,208); }
H1.HeaderClassName
{
color: #E60ED0;
}
.AnyTagClassName
{
color: #E60ED0;
}
</style>
background-color css
<style>
a { background-color: #E60ED0; }
a { background-color: rgb(230,14,208); }
div.DivClassName
{
background-color: #E60ED0;
}
.BgClassName
{
background-color: #E60ED0;
}
</style>
border-color css
<style>
span { border-color: #E60ED0; }
span { border-color: rgb(230,14,208); }
td.TdClassName
{
border-color: #E60ED0;
}
.TagClassName
{
border-color: #E60ED0;
}
</style>