Shades of Deep Pink #E21797
Tints of Deep Pink #E21797
RGB
CMYK
RGB Variations
Color information
#E21797 (or 0xE21797) is known color: Deep Pink. HEX triplet: E2, 17 and 97. RGB value is (226,23,151). Sum of RGB (Red+Green+Blue) = 226+23+151=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E21797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21797 is #1DE868. Grayscale: #616161. Windows color (decimal): -1960041 or 9902050. OLE color: 9902050.
HSL color Cylindrical-coordinate representation of color #E21797: hue angle of 322.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21797 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 151 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.11 |
| HSL | 322.17º | 0.82% | 0.49% | - |
| HSV(B) | 322.17º | 0.9% | 0.89% | - |
| XYZ | 37.26 | 19.02 | 30.98 | - |
| YUV | 98.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 151 | 0 | 0.90 | 0.33 | 0.11 | 322.17 | 0.82 | 0.49 |
| Hex | E2 | 17 | 97 | 0 | 5A | 21 | B | 142 | 52 | 31 |
| Octal | 342 | 27 | 227 | 0 | 132 | 41 | 13 | 502 | 122 | 61 |
| Binary | 11100010 | 10111 | 10010111 | 0 | 1011010 | 100001 | 1011 | 101000010 | 1010010 | 110001 |
Color Harmonies of #E21797
Complementary color
Monochromatic Colors of #E21797
Black with #E21797
Text Example
Text Example
White with #E21797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21797; }
p { color: rgb(226,23,151); }
H1.HeaderClassName
{
color: #E21797;
}
.AnyTagClassName
{
color: #E21797;
}
</style>
background-color css
<style>
a { background-color: #E21797; }
a { background-color: rgb(226,23,151); }
div.DivClassName
{
background-color: #E21797;
}
.BgClassName
{
background-color: #E21797;
}
</style>
border-color css
<style>
span { border-color: #E21797; }
span { border-color: rgb(226,23,151); }
td.TdClassName
{
border-color: #E21797;
}
.TagClassName
{
border-color: #E21797;
}
</style>