Shades of Deep Pink #E21899
Tints of Deep Pink #E21899
RGB
CMYK
RGB Variations
Color information
#E21899 (or 0xE21899) is known color: Deep Pink. HEX triplet: E2, 18 and 99. RGB value is (226,24,153). Sum of RGB (Red+Green+Blue) = 226+24+153=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E21899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21899 is #1DE766. Grayscale: #626262. Windows color (decimal): -1959783 or 10033378. OLE color: 10033378.
HSL color Cylindrical-coordinate representation of color #E21899: hue angle of 321.68º degrees, saturation: 0.81, 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 #E21899 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 153 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.11 |
| HSL | 321.68º | 0.81% | 0.49% | - |
| HSV(B) | 321.68º | 0.89% | 0.89% | - |
| XYZ | 37.44 | 19.12 | 31.85 | - |
| YUV | 99.1 | 158.42 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 153 | 0 | 0.89 | 0.32 | 0.11 | 321.68 | 0.81 | 0.49 |
| Hex | E2 | 18 | 99 | 0 | 59 | 20 | B | 142 | 51 | 31 |
| Octal | 342 | 30 | 231 | 0 | 131 | 40 | 13 | 502 | 121 | 61 |
| Binary | 11100010 | 11000 | 10011001 | 0 | 1011001 | 100000 | 1011 | 101000010 | 1010001 | 110001 |
Color Harmonies of #E21899
Complementary color
Monochromatic Colors of #E21899
Black with #E21899
Text Example
Text Example
White with #E21899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21899; }
p { color: rgb(226,24,153); }
H1.HeaderClassName
{
color: #E21899;
}
.AnyTagClassName
{
color: #E21899;
}
</style>
background-color css
<style>
a { background-color: #E21899; }
a { background-color: rgb(226,24,153); }
div.DivClassName
{
background-color: #E21899;
}
.BgClassName
{
background-color: #E21899;
}
</style>
border-color css
<style>
span { border-color: #E21899; }
span { border-color: rgb(226,24,153); }
td.TdClassName
{
border-color: #E21899;
}
.TagClassName
{
border-color: #E21899;
}
</style>