Shades of Deep Pink #E21995
Tints of Deep Pink #E21995
RGB
CMYK
RGB Variations
Color information
#E21995 (or 0xE21995) is known color: Deep Pink. HEX triplet: E2, 19 and 95. RGB value is (226,25,149). Sum of RGB (Red+Green+Blue) = 226+25+149=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E21995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21995 is #1DE66A. Grayscale: #626262. Windows color (decimal): -1959531 or 9771490. OLE color: 9771490.
HSL color Cylindrical-coordinate representation of color #E21995: hue angle of 322.99º 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 #E21995 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 149 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.11 |
| HSL | 322.99º | 0.8% | 0.49% | - |
| HSV(B) | 322.99º | 0.89% | 0.89% | - |
| XYZ | 37.14 | 19.03 | 30.15 | - |
| YUV | 99.24 | 156.09 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 149 | 0 | 0.89 | 0.34 | 0.11 | 322.99 | 0.8 | 0.49 |
| Hex | E2 | 19 | 95 | 0 | 59 | 22 | B | 143 | 50 | 31 |
| Octal | 342 | 31 | 225 | 0 | 131 | 42 | 13 | 503 | 120 | 61 |
| Binary | 11100010 | 11001 | 10010101 | 0 | 1011001 | 100010 | 1011 | 101000011 | 1010000 | 110001 |
Color Harmonies of #E21995
Complementary color
Monochromatic Colors of #E21995
Black with #E21995
Text Example
Text Example
White with #E21995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21995; }
p { color: rgb(226,25,149); }
H1.HeaderClassName
{
color: #E21995;
}
.AnyTagClassName
{
color: #E21995;
}
</style>
background-color css
<style>
a { background-color: #E21995; }
a { background-color: rgb(226,25,149); }
div.DivClassName
{
background-color: #E21995;
}
.BgClassName
{
background-color: #E21995;
}
</style>
border-color css
<style>
span { border-color: #E21995; }
span { border-color: rgb(226,25,149); }
td.TdClassName
{
border-color: #E21995;
}
.TagClassName
{
border-color: #E21995;
}
</style>