Shades of Deep Pink #E9198B
Tints of Deep Pink #E9198B
RGB
CMYK
RGB Variations
Color information
#E9198B (or 0xE9198B) is known color: Deep Pink. HEX triplet: E9, 19 and 8B. RGB value is (233,25,139). Sum of RGB (Red+Green+Blue) = 233+25+139=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E9198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9198B is #16E674. Grayscale: #636363. Windows color (decimal): -1500789 or 9116137. OLE color: 9116137.
HSL color Cylindrical-coordinate representation of color #E9198B: hue angle of 327.12º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9198B is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.09 |
| HSL | 327.12º | 0.83% | 0.51% | - |
| HSV(B) | 327.12º | 0.89% | 0.91% | - |
| XYZ | 38.61 | 19.88 | 26.23 | - |
| YUV | 100.19 | 149.91 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 139 | 0 | 0.89 | 0.40 | 0.09 | 327.12 | 0.83 | 0.51 |
| Hex | E9 | 19 | 8B | 0 | 59 | 28 | 9 | 147 | 53 | 33 |
| Octal | 351 | 31 | 213 | 0 | 131 | 50 | 11 | 507 | 123 | 63 |
| Binary | 11101001 | 11001 | 10001011 | 0 | 1011001 | 101000 | 1001 | 101000111 | 1010011 | 110011 |
Color Harmonies of #E9198B
Complementary color
Monochromatic Colors of #E9198B
Black with #E9198B
Text Example
Text Example
White with #E9198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9198B; }
p { color: rgb(233,25,139); }
H1.HeaderClassName
{
color: #E9198B;
}
.AnyTagClassName
{
color: #E9198B;
}
</style>
background-color css
<style>
a { background-color: #E9198B; }
a { background-color: rgb(233,25,139); }
div.DivClassName
{
background-color: #E9198B;
}
.BgClassName
{
background-color: #E9198B;
}
</style>
border-color css
<style>
span { border-color: #E9198B; }
span { border-color: rgb(233,25,139); }
td.TdClassName
{
border-color: #E9198B;
}
.TagClassName
{
border-color: #E9198B;
}
</style>