Shades of Deep Pink #E7198C
Tints of Deep Pink #E7198C
RGB
CMYK
RGB Variations
Color information
#E7198C (or 0xE7198C) is known color: Deep Pink. HEX triplet: E7, 19 and 8C. RGB value is (231,25,140). Sum of RGB (Red+Green+Blue) = 231+25+140=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E7198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7198C is #18E673. Grayscale: #636363. Windows color (decimal): -1631860 or 9181671. OLE color: 9181671.
HSL color Cylindrical-coordinate representation of color #E7198C: hue angle of 326.5º 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 #E7198C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 140 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.09 |
| HSL | 326.5º | 0.81% | 0.5% | - |
| HSV(B) | 326.5º | 0.89% | 0.91% | - |
| XYZ | 38.04 | 19.58 | 26.59 | - |
| YUV | 99.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 140 | 0 | 0.89 | 0.39 | 0.09 | 326.5 | 0.81 | 0.5 |
| Hex | E7 | 19 | 8C | 0 | 59 | 27 | 9 | 147 | 51 | 32 |
| Octal | 347 | 31 | 214 | 0 | 131 | 47 | 11 | 507 | 121 | 62 |
| Binary | 11100111 | 11001 | 10001100 | 0 | 1011001 | 100111 | 1001 | 101000111 | 1010001 | 110010 |
Color Harmonies of #E7198C
Complementary color
Monochromatic Colors of #E7198C
Black with #E7198C
Text Example
Text Example
White with #E7198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7198C; }
p { color: rgb(231,25,140); }
H1.HeaderClassName
{
color: #E7198C;
}
.AnyTagClassName
{
color: #E7198C;
}
</style>
background-color css
<style>
a { background-color: #E7198C; }
a { background-color: rgb(231,25,140); }
div.DivClassName
{
background-color: #E7198C;
}
.BgClassName
{
background-color: #E7198C;
}
</style>
border-color css
<style>
span { border-color: #E7198C; }
span { border-color: rgb(231,25,140); }
td.TdClassName
{
border-color: #E7198C;
}
.TagClassName
{
border-color: #E7198C;
}
</style>