Shades of Deep Pink #E71285
Tints of Deep Pink #E71285
RGB
CMYK
RGB Variations
Color information
#E71285 (or 0xE71285) is known color: Deep Pink. HEX triplet: E7, 12 and 85. RGB value is (231,18,133). Sum of RGB (Red+Green+Blue) = 231+18+133=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E71285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71285 is #18ED7A. Grayscale: #5E5E5E. Windows color (decimal): -1633659 or 8721127. OLE color: 8721127.
HSL color Cylindrical-coordinate representation of color #E71285: hue angle of 327.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71285 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 133 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.09 |
| HSL | 327.61º | 0.86% | 0.49% | - |
| HSV(B) | 327.61º | 0.92% | 0.91% | - |
| XYZ | 37.4 | 19.11 | 23.91 | - |
| YUV | 94.8 | 149.57 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 133 | 0 | 0.92 | 0.42 | 0.09 | 327.61 | 0.86 | 0.49 |
| Hex | E7 | 12 | 85 | 0 | 5C | 2A | 9 | 148 | 56 | 31 |
| Octal | 347 | 22 | 205 | 0 | 134 | 52 | 11 | 510 | 126 | 61 |
| Binary | 11100111 | 10010 | 10000101 | 0 | 1011100 | 101010 | 1001 | 101001000 | 1010110 | 110001 |
Color Harmonies of #E71285
Complementary color
Monochromatic Colors of #E71285
Black with #E71285
Text Example
Text Example
White with #E71285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71285; }
p { color: rgb(231,18,133); }
H1.HeaderClassName
{
color: #E71285;
}
.AnyTagClassName
{
color: #E71285;
}
</style>
background-color css
<style>
a { background-color: #E71285; }
a { background-color: rgb(231,18,133); }
div.DivClassName
{
background-color: #E71285;
}
.BgClassName
{
background-color: #E71285;
}
</style>
border-color css
<style>
span { border-color: #E71285; }
span { border-color: rgb(231,18,133); }
td.TdClassName
{
border-color: #E71285;
}
.TagClassName
{
border-color: #E71285;
}
</style>