Shades of Shocking Pink #E60DC0
Tints of Shocking Pink #E60DC0
RGB
CMYK
RGB Variations
Color information
#E60DC0 (or 0xE60DC0) is known color: Shocking Pink. HEX triplet: E6, 0D and C0. RGB value is (230,13,192). Sum of RGB (Red+Green+Blue) = 230+13+192=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DC0 is #19F23F. Grayscale: #616161. Windows color (decimal): -1700416 or 12586470. OLE color: 12586470.
HSL color Cylindrical-coordinate representation of color #E60DC0: hue angle of 310.51º 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 #E60DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.10 |
| HSL | 310.51º | 0.89% | 0.48% | - |
| HSV(B) | 310.51º | 0.94% | 0.9% | - |
| XYZ | 42.29 | 20.92 | 51.68 | - |
| YUV | 98.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 192 | 0 | 0.94 | 0.17 | 0.10 | 310.51 | 0.89 | 0.48 |
| Hex | E6 | D | C0 | 0 | 5E | 11 | A | 137 | 59 | 30 |
| Octal | 346 | 15 | 300 | 0 | 136 | 21 | 12 | 467 | 131 | 60 |
| Binary | 11100110 | 1101 | 11000000 | 0 | 1011110 | 10001 | 1010 | 100110111 | 1011001 | 110000 |
Color Harmonies of #E60DC0
Complementary color
Monochromatic Colors of #E60DC0
Black with #E60DC0
Text Example
Text Example
White with #E60DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DC0; }
p { color: rgb(230,13,192); }
H1.HeaderClassName
{
color: #E60DC0;
}
.AnyTagClassName
{
color: #E60DC0;
}
</style>
background-color css
<style>
a { background-color: #E60DC0; }
a { background-color: rgb(230,13,192); }
div.DivClassName
{
background-color: #E60DC0;
}
.BgClassName
{
background-color: #E60DC0;
}
</style>
border-color css
<style>
span { border-color: #E60DC0; }
span { border-color: rgb(230,13,192); }
td.TdClassName
{
border-color: #E60DC0;
}
.TagClassName
{
border-color: #E60DC0;
}
</style>