Shades of Shocking Pink #E60DBC
Tints of Shocking Pink #E60DBC
RGB
CMYK
RGB Variations
Color information
#E60DBC (or 0xE60DBC) is known color: Shocking Pink. HEX triplet: E6, 0D and BC. RGB value is (230,13,188). Sum of RGB (Red+Green+Blue) = 230+13+188=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DBC is #19F243. Grayscale: #616161. Windows color (decimal): -1700420 or 12324326. OLE color: 12324326.
HSL color Cylindrical-coordinate representation of color #E60DBC: hue angle of 311.61º 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 #E60DBC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 188 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.10 |
| HSL | 311.61º | 0.89% | 0.48% | - |
| HSV(B) | 311.61º | 0.94% | 0.9% | - |
| XYZ | 41.85 | 20.74 | 49.37 | - |
| YUV | 97.83 | 178.89 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 188 | 0 | 0.94 | 0.18 | 0.10 | 311.61 | 0.89 | 0.48 |
| Hex | E6 | D | BC | 0 | 5E | 12 | A | 138 | 59 | 30 |
| Octal | 346 | 15 | 274 | 0 | 136 | 22 | 12 | 470 | 131 | 60 |
| Binary | 11100110 | 1101 | 10111100 | 0 | 1011110 | 10010 | 1010 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E60DBC
Complementary color
Monochromatic Colors of #E60DBC
Black with #E60DBC
Text Example
Text Example
White with #E60DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DBC; }
p { color: rgb(230,13,188); }
H1.HeaderClassName
{
color: #E60DBC;
}
.AnyTagClassName
{
color: #E60DBC;
}
</style>
background-color css
<style>
a { background-color: #E60DBC; }
a { background-color: rgb(230,13,188); }
div.DivClassName
{
background-color: #E60DBC;
}
.BgClassName
{
background-color: #E60DBC;
}
</style>
border-color css
<style>
span { border-color: #E60DBC; }
span { border-color: rgb(230,13,188); }
td.TdClassName
{
border-color: #E60DBC;
}
.TagClassName
{
border-color: #E60DBC;
}
</style>