Shades of Deep Pink #E71A9B
Tints of Deep Pink #E71A9B
RGB
CMYK
RGB Variations
Color information
#E71A9B (or 0xE71A9B) is known color: Deep Pink. HEX triplet: E7, 1A and 9B. RGB value is (231,26,155). Sum of RGB (Red+Green+Blue) = 231+26+155=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71A9B is #18E564. Grayscale: #656565. Windows color (decimal): -1631589 or 10164967. OLE color: 10164967.
HSL color Cylindrical-coordinate representation of color #E71A9B: hue angle of 322.24º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A9B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 155 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.09 |
| HSL | 322.24º | 0.81% | 0.5% | - |
| HSV(B) | 322.24º | 0.89% | 0.91% | - |
| XYZ | 39.24 | 20.09 | 32.82 | - |
| YUV | 102 | 157.92 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 155 | 0 | 0.89 | 0.33 | 0.09 | 322.24 | 0.81 | 0.5 |
| Hex | E7 | 1A | 9B | 0 | 59 | 21 | 9 | 142 | 51 | 32 |
| Octal | 347 | 32 | 233 | 0 | 131 | 41 | 11 | 502 | 121 | 62 |
| Binary | 11100111 | 11010 | 10011011 | 0 | 1011001 | 100001 | 1001 | 101000010 | 1010001 | 110010 |
Color Harmonies of #E71A9B
Complementary color
Monochromatic Colors of #E71A9B
Black with #E71A9B
Text Example
Text Example
White with #E71A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A9B; }
p { color: rgb(231,26,155); }
H1.HeaderClassName
{
color: #E71A9B;
}
.AnyTagClassName
{
color: #E71A9B;
}
</style>
background-color css
<style>
a { background-color: #E71A9B; }
a { background-color: rgb(231,26,155); }
div.DivClassName
{
background-color: #E71A9B;
}
.BgClassName
{
background-color: #E71A9B;
}
</style>
border-color css
<style>
span { border-color: #E71A9B; }
span { border-color: rgb(231,26,155); }
td.TdClassName
{
border-color: #E71A9B;
}
.TagClassName
{
border-color: #E71A9B;
}
</style>