Shades of Shocking Pink #E60DCE
Tints of Shocking Pink #E60DCE
RGB
CMYK
RGB Variations
Color information
#E60DCE (or 0xE60DCE) is known color: Shocking Pink. HEX triplet: E6, 0D and CE. RGB value is (230,13,206). Sum of RGB (Red+Green+Blue) = 230+13+206=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DCE is #19F231. Grayscale: #636363. Windows color (decimal): -1700402 or 13503974. OLE color: 13503974.
HSL color Cylindrical-coordinate representation of color #E60DCE: hue angle of 306.64º 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 #E60DCE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.10 |
| HSL | 306.64º | 0.89% | 0.48% | - |
| HSV(B) | 306.64º | 0.94% | 0.9% | - |
| XYZ | 43.92 | 21.57 | 60.24 | - |
| YUV | 99.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 206 | 0 | 0.94 | 0.10 | 0.10 | 306.64 | 0.89 | 0.48 |
| Hex | E6 | D | CE | 0 | 5E | A | A | 133 | 59 | 30 |
| Octal | 346 | 15 | 316 | 0 | 136 | 12 | 12 | 463 | 131 | 60 |
| Binary | 11100110 | 1101 | 11001110 | 0 | 1011110 | 1010 | 1010 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E60DCE
Complementary color
Monochromatic Colors of #E60DCE
Black with #E60DCE
Text Example
Text Example
White with #E60DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DCE; }
p { color: rgb(230,13,206); }
H1.HeaderClassName
{
color: #E60DCE;
}
.AnyTagClassName
{
color: #E60DCE;
}
</style>
background-color css
<style>
a { background-color: #E60DCE; }
a { background-color: rgb(230,13,206); }
div.DivClassName
{
background-color: #E60DCE;
}
.BgClassName
{
background-color: #E60DCE;
}
</style>
border-color css
<style>
span { border-color: #E60DCE; }
span { border-color: rgb(230,13,206); }
td.TdClassName
{
border-color: #E60DCE;
}
.TagClassName
{
border-color: #E60DCE;
}
</style>