Shades of Deep Pink #E60780
Tints of Deep Pink #E60780
RGB
CMYK
RGB Variations
Color information
#E60780 (or 0xE60780) is known color: Deep Pink. HEX triplet: E6, 07 and 80. RGB value is (230,7,128). Sum of RGB (Red+Green+Blue) = 230+7+128=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E60780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60780 is #19F87F. Grayscale: #575757. Windows color (decimal): -1702016 or 8390630. OLE color: 8390630.
HSL color Cylindrical-coordinate representation of color #E60780: hue angle of 327.44º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60780 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.10 |
| HSL | 327.44º | 0.94% | 0.46% | - |
| HSV(B) | 327.44º | 0.97% | 0.9% | - |
| XYZ | 36.61 | 18.53 | 22.07 | - |
| YUV | 87.47 | 150.88 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 128 | 0 | 0.97 | 0.44 | 0.10 | 327.44 | 0.94 | 0.46 |
| Hex | E6 | 7 | 80 | 0 | 61 | 2C | A | 147 | 5E | 2E |
| Octal | 346 | 7 | 200 | 0 | 141 | 54 | 12 | 507 | 136 | 56 |
| Binary | 11100110 | 111 | 10000000 | 0 | 1100001 | 101100 | 1010 | 101000111 | 1011110 | 101110 |
Color Harmonies of #E60780
Complementary color
Monochromatic Colors of #E60780
Black with #E60780
Text Example
Text Example
White with #E60780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60780; }
p { color: rgb(230,7,128); }
H1.HeaderClassName
{
color: #E60780;
}
.AnyTagClassName
{
color: #E60780;
}
</style>
background-color css
<style>
a { background-color: #E60780; }
a { background-color: rgb(230,7,128); }
div.DivClassName
{
background-color: #E60780;
}
.BgClassName
{
background-color: #E60780;
}
</style>
border-color css
<style>
span { border-color: #E60780; }
span { border-color: rgb(230,7,128); }
td.TdClassName
{
border-color: #E60780;
}
.TagClassName
{
border-color: #E60780;
}
</style>