Shades of Deep Pink #E9198F
Tints of Deep Pink #E9198F
RGB
CMYK
RGB Variations
Color information
#E9198F (or 0xE9198F) is known color: Deep Pink. HEX triplet: E9, 19 and 8F. RGB value is (233,25,143). Sum of RGB (Red+Green+Blue) = 233+25+143=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E9198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9198F is #16E670. Grayscale: #646464. Windows color (decimal): -1500785 or 9378281. OLE color: 9378281.
HSL color Cylindrical-coordinate representation of color #E9198F: hue angle of 325.96º 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 #E9198F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 143 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.09 |
| HSL | 325.96º | 0.83% | 0.51% | - |
| HSV(B) | 325.96º | 0.89% | 0.91% | - |
| XYZ | 38.91 | 20 | 27.8 | - |
| YUV | 100.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 143 | 0 | 0.89 | 0.39 | 0.09 | 325.96 | 0.83 | 0.51 |
| Hex | E9 | 19 | 8F | 0 | 59 | 27 | 9 | 146 | 53 | 33 |
| Octal | 351 | 31 | 217 | 0 | 131 | 47 | 11 | 506 | 123 | 63 |
| Binary | 11101001 | 11001 | 10001111 | 0 | 1011001 | 100111 | 1001 | 101000110 | 1010011 | 110011 |
Color Harmonies of #E9198F
Complementary color
Monochromatic Colors of #E9198F
Black with #E9198F
Text Example
Text Example
White with #E9198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9198F; }
p { color: rgb(233,25,143); }
H1.HeaderClassName
{
color: #E9198F;
}
.AnyTagClassName
{
color: #E9198F;
}
</style>
background-color css
<style>
a { background-color: #E9198F; }
a { background-color: rgb(233,25,143); }
div.DivClassName
{
background-color: #E9198F;
}
.BgClassName
{
background-color: #E9198F;
}
</style>
border-color css
<style>
span { border-color: #E9198F; }
span { border-color: rgb(233,25,143); }
td.TdClassName
{
border-color: #E9198F;
}
.TagClassName
{
border-color: #E9198F;
}
</style>