Shades of Deep Pink #E70580
Tints of Deep Pink #E70580
RGB
CMYK
RGB Variations
Color information
#E70580 (or 0xE70580) is known color: Deep Pink. HEX triplet: E7, 05 and 80. RGB value is (231,5,128). Sum of RGB (Red+Green+Blue) = 231+5+128=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E70580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70580 is #18FA7F. Grayscale: #565656. Windows color (decimal): -1636992 or 8390119. OLE color: 8390119.
HSL color Cylindrical-coordinate representation of color #E70580: hue angle of 327.35º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70580 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.09 |
| HSL | 327.35º | 0.96% | 0.46% | - |
| HSV(B) | 327.35º | 0.98% | 0.91% | - |
| XYZ | 36.91 | 18.66 | 22.08 | - |
| YUV | 86.6 | 151.37 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 128 | 0 | 0.98 | 0.45 | 0.09 | 327.35 | 0.96 | 0.46 |
| Hex | E7 | 5 | 80 | 0 | 62 | 2D | 9 | 147 | 60 | 2E |
| Octal | 347 | 5 | 200 | 0 | 142 | 55 | 11 | 507 | 140 | 56 |
| Binary | 11100111 | 101 | 10000000 | 0 | 1100010 | 101101 | 1001 | 101000111 | 1100000 | 101110 |
Color Harmonies of #E70580
Complementary color
Monochromatic Colors of #E70580
Black with #E70580
Text Example
Text Example
White with #E70580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70580; }
p { color: rgb(231,5,128); }
H1.HeaderClassName
{
color: #E70580;
}
.AnyTagClassName
{
color: #E70580;
}
</style>
background-color css
<style>
a { background-color: #E70580; }
a { background-color: rgb(231,5,128); }
div.DivClassName
{
background-color: #E70580;
}
.BgClassName
{
background-color: #E70580;
}
</style>
border-color css
<style>
span { border-color: #E70580; }
span { border-color: rgb(231,5,128); }
td.TdClassName
{
border-color: #E70580;
}
.TagClassName
{
border-color: #E70580;
}
</style>