Shades of Deep Pink #E60D8E
Tints of Deep Pink #E60D8E
RGB
CMYK
RGB Variations
Color information
#E60D8E (or 0xE60D8E) is known color: Deep Pink. HEX triplet: E6, 0D and 8E. RGB value is (230,13,142). Sum of RGB (Red+Green+Blue) = 230+13+142=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D8E is #19F271. Grayscale: #5C5C5C. Windows color (decimal): -1700466 or 9309670. OLE color: 9309670.
HSL color Cylindrical-coordinate representation of color #E60D8E: hue angle of 324.33º 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 #E60D8E is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 142 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.10 |
| HSL | 324.33º | 0.89% | 0.48% | - |
| HSV(B) | 324.33º | 0.94% | 0.9% | - |
| XYZ | 37.66 | 19.06 | 27.29 | - |
| YUV | 92.59 | 155.89 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 142 | 0 | 0.94 | 0.38 | 0.10 | 324.33 | 0.89 | 0.48 |
| Hex | E6 | D | 8E | 0 | 5E | 26 | A | 144 | 59 | 30 |
| Octal | 346 | 15 | 216 | 0 | 136 | 46 | 12 | 504 | 131 | 60 |
| Binary | 11100110 | 1101 | 10001110 | 0 | 1011110 | 100110 | 1010 | 101000100 | 1011001 | 110000 |
Color Harmonies of #E60D8E
Complementary color
Monochromatic Colors of #E60D8E
Black with #E60D8E
Text Example
Text Example
White with #E60D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D8E; }
p { color: rgb(230,13,142); }
H1.HeaderClassName
{
color: #E60D8E;
}
.AnyTagClassName
{
color: #E60D8E;
}
</style>
background-color css
<style>
a { background-color: #E60D8E; }
a { background-color: rgb(230,13,142); }
div.DivClassName
{
background-color: #E60D8E;
}
.BgClassName
{
background-color: #E60D8E;
}
</style>
border-color css
<style>
span { border-color: #E60D8E; }
span { border-color: rgb(230,13,142); }
td.TdClassName
{
border-color: #E60D8E;
}
.TagClassName
{
border-color: #E60D8E;
}
</style>