Shades of Deep Pink #E71593
Tints of Deep Pink #E71593
RGB
CMYK
RGB Variations
Color information
#E71593 (or 0xE71593) is known color: Deep Pink. HEX triplet: E7, 15 and 93. RGB value is (231,21,147). Sum of RGB (Red+Green+Blue) = 231+21+147=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E71593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71593 is #18EA6C. Grayscale: #616161. Windows color (decimal): -1632877 or 9639399. OLE color: 9639399.
HSL color Cylindrical-coordinate representation of color #E71593: hue angle of 324º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71593 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.09 |
| HSL | 324º | 0.83% | 0.49% | - |
| HSV(B) | 324º | 0.91% | 0.91% | - |
| XYZ | 38.49 | 19.63 | 29.36 | - |
| YUV | 98.15 | 155.57 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 147 | 0 | 0.91 | 0.36 | 0.09 | 324 | 0.83 | 0.49 |
| Hex | E7 | 15 | 93 | 0 | 5B | 24 | 9 | 144 | 53 | 31 |
| Octal | 347 | 25 | 223 | 0 | 133 | 44 | 11 | 504 | 123 | 61 |
| Binary | 11100111 | 10101 | 10010011 | 0 | 1011011 | 100100 | 1001 | 101000100 | 1010011 | 110001 |
Color Harmonies of #E71593
Complementary color
Monochromatic Colors of #E71593
Black with #E71593
Text Example
Text Example
White with #E71593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71593; }
p { color: rgb(231,21,147); }
H1.HeaderClassName
{
color: #E71593;
}
.AnyTagClassName
{
color: #E71593;
}
</style>
background-color css
<style>
a { background-color: #E71593; }
a { background-color: rgb(231,21,147); }
div.DivClassName
{
background-color: #E71593;
}
.BgClassName
{
background-color: #E71593;
}
</style>
border-color css
<style>
span { border-color: #E71593; }
span { border-color: rgb(231,21,147); }
td.TdClassName
{
border-color: #E71593;
}
.TagClassName
{
border-color: #E71593;
}
</style>