Shades of Deep Pink #E71680
Tints of Deep Pink #E71680
RGB
CMYK
RGB Variations
Color information
#E71680 (or 0xE71680) is known color: Deep Pink. HEX triplet: E7, 16 and 80. RGB value is (231,22,128). Sum of RGB (Red+Green+Blue) = 231+22+128=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E71680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71680 is #18E97F. Grayscale: #606060. Windows color (decimal): -1632640 or 8394471. OLE color: 8394471.
HSL color Cylindrical-coordinate representation of color #E71680: hue angle of 329.57º degrees, saturation: 0.83, 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 #E71680 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 128 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.09 |
| HSL | 329.57º | 0.83% | 0.5% | - |
| HSV(B) | 329.57º | 0.9% | 0.91% | - |
| XYZ | 37.14 | 19.12 | 22.16 | - |
| YUV | 96.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 128 | 0 | 0.90 | 0.45 | 0.09 | 329.57 | 0.83 | 0.5 |
| Hex | E7 | 16 | 80 | 0 | 5A | 2D | 9 | 14A | 53 | 32 |
| Octal | 347 | 26 | 200 | 0 | 132 | 55 | 11 | 512 | 123 | 62 |
| Binary | 11100111 | 10110 | 10000000 | 0 | 1011010 | 101101 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E71680
Complementary color
Monochromatic Colors of #E71680
Black with #E71680
Text Example
Text Example
White with #E71680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71680; }
p { color: rgb(231,22,128); }
H1.HeaderClassName
{
color: #E71680;
}
.AnyTagClassName
{
color: #E71680;
}
</style>
background-color css
<style>
a { background-color: #E71680; }
a { background-color: rgb(231,22,128); }
div.DivClassName
{
background-color: #E71680;
}
.BgClassName
{
background-color: #E71680;
}
</style>
border-color css
<style>
span { border-color: #E71680; }
span { border-color: rgb(231,22,128); }
td.TdClassName
{
border-color: #E71680;
}
.TagClassName
{
border-color: #E71680;
}
</style>