Shades of Deep Pink #E71295
Tints of Deep Pink #E71295
RGB
CMYK
RGB Variations
Color information
#E71295 (or 0xE71295) is known color: Deep Pink. HEX triplet: E7, 12 and 95. RGB value is (231,18,149). Sum of RGB (Red+Green+Blue) = 231+18+149=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E71295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71295 is #18ED6A. Grayscale: #606060. Windows color (decimal): -1633643 or 9769703. OLE color: 9769703.
HSL color Cylindrical-coordinate representation of color #E71295: hue angle of 323.1º 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 #E71295 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 149 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.09 |
| HSL | 323.1º | 0.86% | 0.49% | - |
| HSV(B) | 323.1º | 0.92% | 0.91% | - |
| XYZ | 38.6 | 19.59 | 30.18 | - |
| YUV | 96.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 149 | 0 | 0.92 | 0.35 | 0.09 | 323.1 | 0.86 | 0.49 |
| Hex | E7 | 12 | 95 | 0 | 5C | 23 | 9 | 143 | 56 | 31 |
| Octal | 347 | 22 | 225 | 0 | 134 | 43 | 11 | 503 | 126 | 61 |
| Binary | 11100111 | 10010 | 10010101 | 0 | 1011100 | 100011 | 1001 | 101000011 | 1010110 | 110001 |
Color Harmonies of #E71295
Complementary color
Monochromatic Colors of #E71295
Black with #E71295
Text Example
Text Example
White with #E71295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71295; }
p { color: rgb(231,18,149); }
H1.HeaderClassName
{
color: #E71295;
}
.AnyTagClassName
{
color: #E71295;
}
</style>
background-color css
<style>
a { background-color: #E71295; }
a { background-color: rgb(231,18,149); }
div.DivClassName
{
background-color: #E71295;
}
.BgClassName
{
background-color: #E71295;
}
</style>
border-color css
<style>
span { border-color: #E71295; }
span { border-color: rgb(231,18,149); }
td.TdClassName
{
border-color: #E71295;
}
.TagClassName
{
border-color: #E71295;
}
</style>