Shades of Deep Pink #E5198B
Tints of Deep Pink #E5198B
RGB
CMYK
RGB Variations
Color information
#E5198B (or 0xE5198B) is known color: Deep Pink. HEX triplet: E5, 19 and 8B. RGB value is (229,25,139). Sum of RGB (Red+Green+Blue) = 229+25+139=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5198B is #1AE674. Grayscale: #626262. Windows color (decimal): -1762933 or 9116133. OLE color: 9116133.
HSL color Cylindrical-coordinate representation of color #E5198B: hue angle of 326.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5198B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.10 |
| HSL | 326.47º | 0.8% | 0.5% | - |
| HSV(B) | 326.47º | 0.89% | 0.9% | - |
| XYZ | 37.32 | 19.22 | 26.17 | - |
| YUV | 98.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 139 | 0 | 0.89 | 0.39 | 0.10 | 326.47 | 0.8 | 0.5 |
| Hex | E5 | 19 | 8B | 0 | 59 | 27 | A | 146 | 50 | 32 |
| Octal | 345 | 31 | 213 | 0 | 131 | 47 | 12 | 506 | 120 | 62 |
| Binary | 11100101 | 11001 | 10001011 | 0 | 1011001 | 100111 | 1010 | 101000110 | 1010000 | 110010 |
Color Harmonies of #E5198B
Complementary color
Monochromatic Colors of #E5198B
Black with #E5198B
Text Example
Text Example
White with #E5198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5198B; }
p { color: rgb(229,25,139); }
H1.HeaderClassName
{
color: #E5198B;
}
.AnyTagClassName
{
color: #E5198B;
}
</style>
background-color css
<style>
a { background-color: #E5198B; }
a { background-color: rgb(229,25,139); }
div.DivClassName
{
background-color: #E5198B;
}
.BgClassName
{
background-color: #E5198B;
}
</style>
border-color css
<style>
span { border-color: #E5198B; }
span { border-color: rgb(229,25,139); }
td.TdClassName
{
border-color: #E5198B;
}
.TagClassName
{
border-color: #E5198B;
}
</style>