Shades of Deep Pink #E71885
Tints of Deep Pink #E71885
RGB
CMYK
RGB Variations
Color information
#E71885 (or 0xE71885) is known color: Deep Pink. HEX triplet: E7, 18 and 85. RGB value is (231,24,133). Sum of RGB (Red+Green+Blue) = 231+24+133=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E71885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71885 is #18E77A. Grayscale: #626262. Windows color (decimal): -1632123 or 8722663. OLE color: 8722663.
HSL color Cylindrical-coordinate representation of color #E71885: hue angle of 328.41º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71885 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 133 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.09 |
| HSL | 328.41º | 0.81% | 0.5% | - |
| HSV(B) | 328.41º | 0.9% | 0.91% | - |
| XYZ | 37.52 | 19.34 | 23.95 | - |
| YUV | 98.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 133 | 0 | 0.90 | 0.42 | 0.09 | 328.41 | 0.81 | 0.5 |
| Hex | E7 | 18 | 85 | 0 | 5A | 2A | 9 | 148 | 51 | 32 |
| Octal | 347 | 30 | 205 | 0 | 132 | 52 | 11 | 510 | 121 | 62 |
| Binary | 11100111 | 11000 | 10000101 | 0 | 1011010 | 101010 | 1001 | 101001000 | 1010001 | 110010 |
Color Harmonies of #E71885
Complementary color
Monochromatic Colors of #E71885
Black with #E71885
Text Example
Text Example
White with #E71885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71885; }
p { color: rgb(231,24,133); }
H1.HeaderClassName
{
color: #E71885;
}
.AnyTagClassName
{
color: #E71885;
}
</style>
background-color css
<style>
a { background-color: #E71885; }
a { background-color: rgb(231,24,133); }
div.DivClassName
{
background-color: #E71885;
}
.BgClassName
{
background-color: #E71885;
}
</style>
border-color css
<style>
span { border-color: #E71885; }
span { border-color: rgb(231,24,133); }
td.TdClassName
{
border-color: #E71885;
}
.TagClassName
{
border-color: #E71885;
}
</style>