Shades of Deep Pink #E60D81
Tints of Deep Pink #E60D81
RGB
CMYK
RGB Variations
Color information
#E60D81 (or 0xE60D81) is known color: Deep Pink. HEX triplet: E6, 0D and 81. RGB value is (230,13,129). Sum of RGB (Red+Green+Blue) = 230+13+129=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D81 is #19F27E. Grayscale: #5A5A5A. Windows color (decimal): -1700479 or 8457702. OLE color: 8457702.
HSL color Cylindrical-coordinate representation of color #E60D81: hue angle of 327.93º 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 #E60D81 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 129 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.10 |
| HSL | 327.93º | 0.89% | 0.48% | - |
| HSV(B) | 327.93º | 0.94% | 0.9% | - |
| XYZ | 36.74 | 18.7 | 22.44 | - |
| YUV | 91.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 129 | 0 | 0.94 | 0.44 | 0.10 | 327.93 | 0.89 | 0.48 |
| Hex | E6 | D | 81 | 0 | 5E | 2C | A | 148 | 59 | 30 |
| Octal | 346 | 15 | 201 | 0 | 136 | 54 | 12 | 510 | 131 | 60 |
| Binary | 11100110 | 1101 | 10000001 | 0 | 1011110 | 101100 | 1010 | 101001000 | 1011001 | 110000 |
Color Harmonies of #E60D81
Complementary color
Monochromatic Colors of #E60D81
Black with #E60D81
Text Example
Text Example
White with #E60D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D81; }
p { color: rgb(230,13,129); }
H1.HeaderClassName
{
color: #E60D81;
}
.AnyTagClassName
{
color: #E60D81;
}
</style>
background-color css
<style>
a { background-color: #E60D81; }
a { background-color: rgb(230,13,129); }
div.DivClassName
{
background-color: #E60D81;
}
.BgClassName
{
background-color: #E60D81;
}
</style>
border-color css
<style>
span { border-color: #E60D81; }
span { border-color: rgb(230,13,129); }
td.TdClassName
{
border-color: #E60D81;
}
.TagClassName
{
border-color: #E60D81;
}
</style>