Shades of Deep Pink #E71089
Tints of Deep Pink #E71089
RGB
CMYK
RGB Variations
Color information
#E71089 (or 0xE71089) is known color: Deep Pink. HEX triplet: E7, 10 and 89. RGB value is (231,16,137). Sum of RGB (Red+Green+Blue) = 231+16+137=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E71089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71089 is #18EF76. Grayscale: #5D5D5D. Windows color (decimal): -1634167 or 8982759. OLE color: 8982759.
HSL color Cylindrical-coordinate representation of color #E71089: hue angle of 326.23º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71089 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.09 |
| HSL | 326.23º | 0.87% | 0.48% | - |
| HSV(B) | 326.23º | 0.93% | 0.91% | - |
| XYZ | 37.66 | 19.17 | 25.38 | - |
| YUV | 94.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 137 | 0 | 0.93 | 0.41 | 0.09 | 326.23 | 0.87 | 0.48 |
| Hex | E7 | 10 | 89 | 0 | 5D | 29 | 9 | 146 | 57 | 30 |
| Octal | 347 | 20 | 211 | 0 | 135 | 51 | 11 | 506 | 127 | 60 |
| Binary | 11100111 | 10000 | 10001001 | 0 | 1011101 | 101001 | 1001 | 101000110 | 1010111 | 110000 |
Color Harmonies of #E71089
Complementary color
Monochromatic Colors of #E71089
Black with #E71089
Text Example
Text Example
White with #E71089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71089; }
p { color: rgb(231,16,137); }
H1.HeaderClassName
{
color: #E71089;
}
.AnyTagClassName
{
color: #E71089;
}
</style>
background-color css
<style>
a { background-color: #E71089; }
a { background-color: rgb(231,16,137); }
div.DivClassName
{
background-color: #E71089;
}
.BgClassName
{
background-color: #E71089;
}
</style>
border-color css
<style>
span { border-color: #E71089; }
span { border-color: rgb(231,16,137); }
td.TdClassName
{
border-color: #E71089;
}
.TagClassName
{
border-color: #E71089;
}
</style>