Shades of Deep Pink #E21896
Tints of Deep Pink #E21896
RGB
CMYK
RGB Variations
Color information
#E21896 (or 0xE21896) is known color: Deep Pink. HEX triplet: E2, 18 and 96. RGB value is (226,24,150). Sum of RGB (Red+Green+Blue) = 226+24+150=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E21896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21896 is #1DE769. Grayscale: #626262. Windows color (decimal): -1959786 or 9836770. OLE color: 9836770.
HSL color Cylindrical-coordinate representation of color #E21896: hue angle of 322.57º 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 #E21896 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 150 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.11 |
| HSL | 322.57º | 0.81% | 0.49% | - |
| HSV(B) | 322.57º | 0.89% | 0.89% | - |
| XYZ | 37.2 | 19.02 | 30.57 | - |
| YUV | 98.76 | 156.92 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 150 | 0 | 0.89 | 0.34 | 0.11 | 322.57 | 0.81 | 0.49 |
| Hex | E2 | 18 | 96 | 0 | 59 | 22 | B | 143 | 51 | 31 |
| Octal | 342 | 30 | 226 | 0 | 131 | 42 | 13 | 503 | 121 | 61 |
| Binary | 11100010 | 11000 | 10010110 | 0 | 1011001 | 100010 | 1011 | 101000011 | 1010001 | 110001 |
Color Harmonies of #E21896
Complementary color
Monochromatic Colors of #E21896
Black with #E21896
Text Example
Text Example
White with #E21896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21896; }
p { color: rgb(226,24,150); }
H1.HeaderClassName
{
color: #E21896;
}
.AnyTagClassName
{
color: #E21896;
}
</style>
background-color css
<style>
a { background-color: #E21896; }
a { background-color: rgb(226,24,150); }
div.DivClassName
{
background-color: #E21896;
}
.BgClassName
{
background-color: #E21896;
}
</style>
border-color css
<style>
span { border-color: #E21896; }
span { border-color: rgb(226,24,150); }
td.TdClassName
{
border-color: #E21896;
}
.TagClassName
{
border-color: #E21896;
}
</style>