Shades of Deep Pink #E7198B
Tints of Deep Pink #E7198B
RGB
CMYK
RGB Variations
Color information
#E7198B (or 0xE7198B) is known color: Deep Pink. HEX triplet: E7, 19 and 8B. RGB value is (231,25,139). Sum of RGB (Red+Green+Blue) = 231+25+139=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E7198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7198B is #18E674. Grayscale: #636363. Windows color (decimal): -1631861 or 9116135. OLE color: 9116135.
HSL color Cylindrical-coordinate representation of color #E7198B: hue angle of 326.8º 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 #E7198B is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.09 |
| HSL | 326.8º | 0.81% | 0.5% | - |
| HSV(B) | 326.8º | 0.89% | 0.91% | - |
| XYZ | 37.96 | 19.55 | 26.2 | - |
| YUV | 99.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 139 | 0 | 0.89 | 0.40 | 0.09 | 326.8 | 0.81 | 0.5 |
| Hex | E7 | 19 | 8B | 0 | 59 | 28 | 9 | 147 | 51 | 32 |
| Octal | 347 | 31 | 213 | 0 | 131 | 50 | 11 | 507 | 121 | 62 |
| Binary | 11100111 | 11001 | 10001011 | 0 | 1011001 | 101000 | 1001 | 101000111 | 1010001 | 110010 |
Color Harmonies of #E7198B
Complementary color
Monochromatic Colors of #E7198B
Black with #E7198B
Text Example
Text Example
White with #E7198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7198B; }
p { color: rgb(231,25,139); }
H1.HeaderClassName
{
color: #E7198B;
}
.AnyTagClassName
{
color: #E7198B;
}
</style>
background-color css
<style>
a { background-color: #E7198B; }
a { background-color: rgb(231,25,139); }
div.DivClassName
{
background-color: #E7198B;
}
.BgClassName
{
background-color: #E7198B;
}
</style>
border-color css
<style>
span { border-color: #E7198B; }
span { border-color: rgb(231,25,139); }
td.TdClassName
{
border-color: #E7198B;
}
.TagClassName
{
border-color: #E7198B;
}
</style>