Shades of Shocking Pink #E60DCD
Tints of Shocking Pink #E60DCD
RGB
CMYK
RGB Variations
Color information
#E60DCD (or 0xE60DCD) is known color: Shocking Pink. HEX triplet: E6, 0D and CD. RGB value is (230,13,205). Sum of RGB (Red+Green+Blue) = 230+13+205=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DCD is #19F232. Grayscale: #636363. Windows color (decimal): -1700403 or 13438438. OLE color: 13438438.
HSL color Cylindrical-coordinate representation of color #E60DCD: hue angle of 306.91º 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 #E60DCD is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.10 |
| HSL | 306.91º | 0.89% | 0.48% | - |
| HSV(B) | 306.91º | 0.94% | 0.9% | - |
| XYZ | 43.8 | 21.52 | 59.6 | - |
| YUV | 99.77 | 187.39 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 205 | 0 | 0.94 | 0.11 | 0.10 | 306.91 | 0.89 | 0.48 |
| Hex | E6 | D | CD | 0 | 5E | B | A | 133 | 59 | 30 |
| Octal | 346 | 15 | 315 | 0 | 136 | 13 | 12 | 463 | 131 | 60 |
| Binary | 11100110 | 1101 | 11001101 | 0 | 1011110 | 1011 | 1010 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E60DCD
Complementary color
Monochromatic Colors of #E60DCD
Black with #E60DCD
Text Example
Text Example
White with #E60DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DCD; }
p { color: rgb(230,13,205); }
H1.HeaderClassName
{
color: #E60DCD;
}
.AnyTagClassName
{
color: #E60DCD;
}
</style>
background-color css
<style>
a { background-color: #E60DCD; }
a { background-color: rgb(230,13,205); }
div.DivClassName
{
background-color: #E60DCD;
}
.BgClassName
{
background-color: #E60DCD;
}
</style>
border-color css
<style>
span { border-color: #E60DCD; }
span { border-color: rgb(230,13,205); }
td.TdClassName
{
border-color: #E60DCD;
}
.TagClassName
{
border-color: #E60DCD;
}
</style>