Shades of Deep Pink #E2199A
Tints of Deep Pink #E2199A
RGB
CMYK
RGB Variations
Color information
#E2199A (or 0xE2199A) is known color: Deep Pink. HEX triplet: E2, 19 and 9A. RGB value is (226,25,154). Sum of RGB (Red+Green+Blue) = 226+25+154=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2199A is #1DE665. Grayscale: #636363. Windows color (decimal): -1959526 or 10099170. OLE color: 10099170.
HSL color Cylindrical-coordinate representation of color #E2199A: hue angle of 321.49º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2199A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 154 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.11 |
| HSL | 321.49º | 0.8% | 0.49% | - |
| HSV(B) | 321.49º | 0.89% | 0.89% | - |
| XYZ | 37.54 | 19.2 | 32.3 | - |
| YUV | 99.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 154 | 0 | 0.89 | 0.32 | 0.11 | 321.49 | 0.8 | 0.49 |
| Hex | E2 | 19 | 9A | 0 | 59 | 20 | B | 141 | 50 | 31 |
| Octal | 342 | 31 | 232 | 0 | 131 | 40 | 13 | 501 | 120 | 61 |
| Binary | 11100010 | 11001 | 10011010 | 0 | 1011001 | 100000 | 1011 | 101000001 | 1010000 | 110001 |
Color Harmonies of #E2199A
Complementary color
Monochromatic Colors of #E2199A
Black with #E2199A
Text Example
Text Example
White with #E2199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2199A; }
p { color: rgb(226,25,154); }
H1.HeaderClassName
{
color: #E2199A;
}
.AnyTagClassName
{
color: #E2199A;
}
</style>
background-color css
<style>
a { background-color: #E2199A; }
a { background-color: rgb(226,25,154); }
div.DivClassName
{
background-color: #E2199A;
}
.BgClassName
{
background-color: #E2199A;
}
</style>
border-color css
<style>
span { border-color: #E2199A; }
span { border-color: rgb(226,25,154); }
td.TdClassName
{
border-color: #E2199A;
}
.TagClassName
{
border-color: #E2199A;
}
</style>