Shades of Shocking Pink #E60DB7
Tints of Shocking Pink #E60DB7
RGB
CMYK
RGB Variations
Color information
#E60DB7 (or 0xE60DB7) is known color: Shocking Pink. HEX triplet: E6, 0D and B7. RGB value is (230,13,183). Sum of RGB (Red+Green+Blue) = 230+13+183=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DB7 is #19F248. Grayscale: #606060. Windows color (decimal): -1700425 or 11996646. OLE color: 11996646.
HSL color Cylindrical-coordinate representation of color #E60DB7: hue angle of 313º 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 #E60DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.10 |
| HSL | 313º | 0.89% | 0.48% | - |
| HSV(B) | 313º | 0.94% | 0.9% | - |
| XYZ | 41.32 | 20.53 | 46.58 | - |
| YUV | 97.26 | 176.39 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 183 | 0 | 0.94 | 0.20 | 0.10 | 313 | 0.89 | 0.48 |
| Hex | E6 | D | B7 | 0 | 5E | 14 | A | 139 | 59 | 30 |
| Octal | 346 | 15 | 267 | 0 | 136 | 24 | 12 | 471 | 131 | 60 |
| Binary | 11100110 | 1101 | 10110111 | 0 | 1011110 | 10100 | 1010 | 100111001 | 1011001 | 110000 |
Color Harmonies of #E60DB7
Complementary color
Monochromatic Colors of #E60DB7
Black with #E60DB7
Text Example
Text Example
White with #E60DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DB7; }
p { color: rgb(230,13,183); }
H1.HeaderClassName
{
color: #E60DB7;
}
.AnyTagClassName
{
color: #E60DB7;
}
</style>
background-color css
<style>
a { background-color: #E60DB7; }
a { background-color: rgb(230,13,183); }
div.DivClassName
{
background-color: #E60DB7;
}
.BgClassName
{
background-color: #E60DB7;
}
</style>
border-color css
<style>
span { border-color: #E60DB7; }
span { border-color: rgb(230,13,183); }
td.TdClassName
{
border-color: #E60DB7;
}
.TagClassName
{
border-color: #E60DB7;
}
</style>