Shades of Deep Pink #E71985
Tints of Deep Pink #E71985
RGB
CMYK
RGB Variations
Color information
#E71985 (or 0xE71985) is known color: Deep Pink. HEX triplet: E7, 19 and 85. RGB value is (231,25,133). Sum of RGB (Red+Green+Blue) = 231+25+133=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E71985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71985 is #18E67A. Grayscale: #626262. Windows color (decimal): -1631867 or 8722919. OLE color: 8722919.
HSL color Cylindrical-coordinate representation of color #E71985: hue angle of 328.54º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71985 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.09 |
| HSL | 328.54º | 0.81% | 0.5% | - |
| HSV(B) | 328.54º | 0.89% | 0.91% | - |
| XYZ | 37.54 | 19.38 | 23.95 | - |
| YUV | 98.91 | 147.25 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 133 | 0 | 0.89 | 0.42 | 0.09 | 328.54 | 0.81 | 0.5 |
| Hex | E7 | 19 | 85 | 0 | 59 | 2A | 9 | 149 | 51 | 32 |
| Octal | 347 | 31 | 205 | 0 | 131 | 52 | 11 | 511 | 121 | 62 |
| Binary | 11100111 | 11001 | 10000101 | 0 | 1011001 | 101010 | 1001 | 101001001 | 1010001 | 110010 |
Color Harmonies of #E71985
Complementary color
Monochromatic Colors of #E71985
Black with #E71985
Text Example
Text Example
White with #E71985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71985; }
p { color: rgb(231,25,133); }
H1.HeaderClassName
{
color: #E71985;
}
.AnyTagClassName
{
color: #E71985;
}
</style>
background-color css
<style>
a { background-color: #E71985; }
a { background-color: rgb(231,25,133); }
div.DivClassName
{
background-color: #E71985;
}
.BgClassName
{
background-color: #E71985;
}
</style>
border-color css
<style>
span { border-color: #E71985; }
span { border-color: rgb(231,25,133); }
td.TdClassName
{
border-color: #E71985;
}
.TagClassName
{
border-color: #E71985;
}
</style>