Shades of Deep Pink #E9198A
Tints of Deep Pink #E9198A
RGB
CMYK
RGB Variations
Color information
#E9198A (or 0xE9198A) is known color: Deep Pink. HEX triplet: E9, 19 and 8A. RGB value is (233,25,138). Sum of RGB (Red+Green+Blue) = 233+25+138=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9198A is #16E675. Grayscale: #636363. Windows color (decimal): -1500790 or 9050601. OLE color: 9050601.
HSL color Cylindrical-coordinate representation of color #E9198A: hue angle of 327.4º 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 #E9198A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.09 |
| HSL | 327.4º | 0.83% | 0.51% | - |
| HSV(B) | 327.4º | 0.89% | 0.91% | - |
| XYZ | 38.54 | 19.85 | 25.85 | - |
| YUV | 100.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 138 | 0 | 0.89 | 0.41 | 0.09 | 327.4 | 0.83 | 0.51 |
| Hex | E9 | 19 | 8A | 0 | 59 | 29 | 9 | 147 | 53 | 33 |
| Octal | 351 | 31 | 212 | 0 | 131 | 51 | 11 | 507 | 123 | 63 |
| Binary | 11101001 | 11001 | 10001010 | 0 | 1011001 | 101001 | 1001 | 101000111 | 1010011 | 110011 |
Color Harmonies of #E9198A
Complementary color
Monochromatic Colors of #E9198A
Black with #E9198A
Text Example
Text Example
White with #E9198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9198A; }
p { color: rgb(233,25,138); }
H1.HeaderClassName
{
color: #E9198A;
}
.AnyTagClassName
{
color: #E9198A;
}
</style>
background-color css
<style>
a { background-color: #E9198A; }
a { background-color: rgb(233,25,138); }
div.DivClassName
{
background-color: #E9198A;
}
.BgClassName
{
background-color: #E9198A;
}
</style>
border-color css
<style>
span { border-color: #E9198A; }
span { border-color: rgb(233,25,138); }
td.TdClassName
{
border-color: #E9198A;
}
.TagClassName
{
border-color: #E9198A;
}
</style>