Shades of Shocking Pink #E60DB6
Tints of Shocking Pink #E60DB6
RGB
CMYK
RGB Variations
Color information
#E60DB6 (or 0xE60DB6) is known color: Shocking Pink. HEX triplet: E6, 0D and B6. RGB value is (230,13,182). Sum of RGB (Red+Green+Blue) = 230+13+182=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DB6 is #19F249. Grayscale: #606060. Windows color (decimal): -1700426 or 11931110. OLE color: 11931110.
HSL color Cylindrical-coordinate representation of color #E60DB6: hue angle of 313.27º 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 #E60DB6 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 182 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.10 |
| HSL | 313.27º | 0.89% | 0.48% | - |
| HSV(B) | 313.27º | 0.94% | 0.9% | - |
| XYZ | 41.22 | 20.49 | 46.04 | - |
| YUV | 97.15 | 175.89 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 182 | 0 | 0.94 | 0.21 | 0.10 | 313.27 | 0.89 | 0.48 |
| Hex | E6 | D | B6 | 0 | 5E | 15 | A | 139 | 59 | 30 |
| Octal | 346 | 15 | 266 | 0 | 136 | 25 | 12 | 471 | 131 | 60 |
| Binary | 11100110 | 1101 | 10110110 | 0 | 1011110 | 10101 | 1010 | 100111001 | 1011001 | 110000 |
Color Harmonies of #E60DB6
Complementary color
Monochromatic Colors of #E60DB6
Black with #E60DB6
Text Example
Text Example
White with #E60DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DB6; }
p { color: rgb(230,13,182); }
H1.HeaderClassName
{
color: #E60DB6;
}
.AnyTagClassName
{
color: #E60DB6;
}
</style>
background-color css
<style>
a { background-color: #E60DB6; }
a { background-color: rgb(230,13,182); }
div.DivClassName
{
background-color: #E60DB6;
}
.BgClassName
{
background-color: #E60DB6;
}
</style>
border-color css
<style>
span { border-color: #E60DB6; }
span { border-color: rgb(230,13,182); }
td.TdClassName
{
border-color: #E60DB6;
}
.TagClassName
{
border-color: #E60DB6;
}
</style>