Shades of Deep Pink #E71280
Tints of Deep Pink #E71280
RGB
CMYK
RGB Variations
Color information
#E71280 (or 0xE71280) is known color: Deep Pink. HEX triplet: E7, 12 and 80. RGB value is (231,18,128). Sum of RGB (Red+Green+Blue) = 231+18+128=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E71280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71280 is #18ED7F. Grayscale: #5E5E5E. Windows color (decimal): -1633664 or 8393447. OLE color: 8393447.
HSL color Cylindrical-coordinate representation of color #E71280: hue angle of 329.01º 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 #E71280 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 128 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.09 |
| HSL | 329.01º | 0.86% | 0.49% | - |
| HSV(B) | 329.01º | 0.92% | 0.91% | - |
| XYZ | 37.07 | 18.98 | 22.13 | - |
| YUV | 94.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 128 | 0 | 0.92 | 0.45 | 0.09 | 329.01 | 0.86 | 0.49 |
| Hex | E7 | 12 | 80 | 0 | 5C | 2D | 9 | 149 | 56 | 31 |
| Octal | 347 | 22 | 200 | 0 | 134 | 55 | 11 | 511 | 126 | 61 |
| Binary | 11100111 | 10010 | 10000000 | 0 | 1011100 | 101101 | 1001 | 101001001 | 1010110 | 110001 |
Color Harmonies of #E71280
Complementary color
Monochromatic Colors of #E71280
Black with #E71280
Text Example
Text Example
White with #E71280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71280; }
p { color: rgb(231,18,128); }
H1.HeaderClassName
{
color: #E71280;
}
.AnyTagClassName
{
color: #E71280;
}
</style>
background-color css
<style>
a { background-color: #E71280; }
a { background-color: rgb(231,18,128); }
div.DivClassName
{
background-color: #E71280;
}
.BgClassName
{
background-color: #E71280;
}
</style>
border-color css
<style>
span { border-color: #E71280; }
span { border-color: rgb(231,18,128); }
td.TdClassName
{
border-color: #E71280;
}
.TagClassName
{
border-color: #E71280;
}
</style>