Shades of Deep Pink #E71893
Tints of Deep Pink #E71893
RGB
CMYK
RGB Variations
Color information
#E71893 (or 0xE71893) is known color: Deep Pink. HEX triplet: E7, 18 and 93. RGB value is (231,24,147). Sum of RGB (Red+Green+Blue) = 231+24+147=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E71893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71893 is #18E76C. Grayscale: #636363. Windows color (decimal): -1632109 or 9640167. OLE color: 9640167.
HSL color Cylindrical-coordinate representation of color #E71893: hue angle of 324.35º degrees, saturation: 0.81, 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 #E71893 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 147 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.09 |
| HSL | 324.35º | 0.81% | 0.5% | - |
| HSV(B) | 324.35º | 0.9% | 0.91% | - |
| XYZ | 38.55 | 19.75 | 29.38 | - |
| YUV | 99.92 | 154.58 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 147 | 0 | 0.90 | 0.36 | 0.09 | 324.35 | 0.81 | 0.5 |
| Hex | E7 | 18 | 93 | 0 | 5A | 24 | 9 | 144 | 51 | 32 |
| Octal | 347 | 30 | 223 | 0 | 132 | 44 | 11 | 504 | 121 | 62 |
| Binary | 11100111 | 11000 | 10010011 | 0 | 1011010 | 100100 | 1001 | 101000100 | 1010001 | 110010 |
Color Harmonies of #E71893
Complementary color
Monochromatic Colors of #E71893
Black with #E71893
Text Example
Text Example
White with #E71893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71893; }
p { color: rgb(231,24,147); }
H1.HeaderClassName
{
color: #E71893;
}
.AnyTagClassName
{
color: #E71893;
}
</style>
background-color css
<style>
a { background-color: #E71893; }
a { background-color: rgb(231,24,147); }
div.DivClassName
{
background-color: #E71893;
}
.BgClassName
{
background-color: #E71893;
}
</style>
border-color css
<style>
span { border-color: #E71893; }
span { border-color: rgb(231,24,147); }
td.TdClassName
{
border-color: #E71893;
}
.TagClassName
{
border-color: #E71893;
}
</style>