Shades of Deep Pink #E71584
Tints of Deep Pink #E71584
RGB
CMYK
RGB Variations
Color information
#E71584 (or 0xE71584) is known color: Deep Pink. HEX triplet: E7, 15 and 84. RGB value is (231,21,132). Sum of RGB (Red+Green+Blue) = 231+21+132=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E71584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71584 is #18EA7B. Grayscale: #606060. Windows color (decimal): -1632892 or 8656359. OLE color: 8656359.
HSL color Cylindrical-coordinate representation of color #E71584: hue angle of 328.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71584 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 132 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.09 |
| HSL | 328.29º | 0.83% | 0.49% | - |
| HSV(B) | 328.29º | 0.91% | 0.91% | - |
| XYZ | 37.39 | 19.19 | 23.56 | - |
| YUV | 96.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 132 | 0 | 0.91 | 0.43 | 0.09 | 328.29 | 0.83 | 0.49 |
| Hex | E7 | 15 | 84 | 0 | 5B | 2B | 9 | 148 | 53 | 31 |
| Octal | 347 | 25 | 204 | 0 | 133 | 53 | 11 | 510 | 123 | 61 |
| Binary | 11100111 | 10101 | 10000100 | 0 | 1011011 | 101011 | 1001 | 101001000 | 1010011 | 110001 |
Color Harmonies of #E71584
Complementary color
Monochromatic Colors of #E71584
Black with #E71584
Text Example
Text Example
White with #E71584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71584; }
p { color: rgb(231,21,132); }
H1.HeaderClassName
{
color: #E71584;
}
.AnyTagClassName
{
color: #E71584;
}
</style>
background-color css
<style>
a { background-color: #E71584; }
a { background-color: rgb(231,21,132); }
div.DivClassName
{
background-color: #E71584;
}
.BgClassName
{
background-color: #E71584;
}
</style>
border-color css
<style>
span { border-color: #E71584; }
span { border-color: rgb(231,21,132); }
td.TdClassName
{
border-color: #E71584;
}
.TagClassName
{
border-color: #E71584;
}
</style>