Shades of Deep Pink #E7199D
Tints of Deep Pink #E7199D
RGB
CMYK
RGB Variations
Color information
#E7199D (or 0xE7199D) is known color: Deep Pink. HEX triplet: E7, 19 and 9D. RGB value is (231,25,157). Sum of RGB (Red+Green+Blue) = 231+25+157=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7199D is #18E662. Grayscale: #656565. Windows color (decimal): -1631843 or 10295783. OLE color: 10295783.
HSL color Cylindrical-coordinate representation of color #E7199D: hue angle of 321.55º 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 #E7199D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 157 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.09 |
| HSL | 321.55º | 0.81% | 0.5% | - |
| HSV(B) | 321.55º | 0.89% | 0.91% | - |
| XYZ | 39.39 | 20.12 | 33.71 | - |
| YUV | 101.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 157 | 0 | 0.89 | 0.32 | 0.09 | 321.55 | 0.81 | 0.5 |
| Hex | E7 | 19 | 9D | 0 | 59 | 20 | 9 | 142 | 51 | 32 |
| Octal | 347 | 31 | 235 | 0 | 131 | 40 | 11 | 502 | 121 | 62 |
| Binary | 11100111 | 11001 | 10011101 | 0 | 1011001 | 100000 | 1001 | 101000010 | 1010001 | 110010 |
Color Harmonies of #E7199D
Complementary color
Monochromatic Colors of #E7199D
Black with #E7199D
Text Example
Text Example
White with #E7199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7199D; }
p { color: rgb(231,25,157); }
H1.HeaderClassName
{
color: #E7199D;
}
.AnyTagClassName
{
color: #E7199D;
}
</style>
background-color css
<style>
a { background-color: #E7199D; }
a { background-color: rgb(231,25,157); }
div.DivClassName
{
background-color: #E7199D;
}
.BgClassName
{
background-color: #E7199D;
}
</style>
border-color css
<style>
span { border-color: #E7199D; }
span { border-color: rgb(231,25,157); }
td.TdClassName
{
border-color: #E7199D;
}
.TagClassName
{
border-color: #E7199D;
}
</style>