Shades of Deep Pink #E60584
Tints of Deep Pink #E60584
RGB
CMYK
RGB Variations
Color information
#E60584 (or 0xE60584) is known color: Deep Pink. HEX triplet: E6, 05 and 84. RGB value is (230,5,132). Sum of RGB (Red+Green+Blue) = 230+5+132=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E60584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60584 is #19FA7B. Grayscale: #565656. Windows color (decimal): -1702524 or 8652262. OLE color: 8652262.
HSL color Cylindrical-coordinate representation of color #E60584: hue angle of 326.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60584 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.10 |
| HSL | 326.13º | 0.96% | 0.46% | - |
| HSV(B) | 326.13º | 0.98% | 0.9% | - |
| XYZ | 36.85 | 18.6 | 23.48 | - |
| YUV | 86.75 | 153.54 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 132 | 0 | 0.98 | 0.43 | 0.10 | 326.13 | 0.96 | 0.46 |
| Hex | E6 | 5 | 84 | 0 | 62 | 2B | A | 146 | 60 | 2E |
| Octal | 346 | 5 | 204 | 0 | 142 | 53 | 12 | 506 | 140 | 56 |
| Binary | 11100110 | 101 | 10000100 | 0 | 1100010 | 101011 | 1010 | 101000110 | 1100000 | 101110 |
Color Harmonies of #E60584
Complementary color
Monochromatic Colors of #E60584
Black with #E60584
Text Example
Text Example
White with #E60584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60584; }
p { color: rgb(230,5,132); }
H1.HeaderClassName
{
color: #E60584;
}
.AnyTagClassName
{
color: #E60584;
}
</style>
background-color css
<style>
a { background-color: #E60584; }
a { background-color: rgb(230,5,132); }
div.DivClassName
{
background-color: #E60584;
}
.BgClassName
{
background-color: #E60584;
}
</style>
border-color css
<style>
span { border-color: #E60584; }
span { border-color: rgb(230,5,132); }
td.TdClassName
{
border-color: #E60584;
}
.TagClassName
{
border-color: #E60584;
}
</style>