Shades of Deep Pink #E21895
Tints of Deep Pink #E21895
RGB
CMYK
RGB Variations
Color information
#E21895 (or 0xE21895) is known color: Deep Pink. HEX triplet: E2, 18 and 95. RGB value is (226,24,149). Sum of RGB (Red+Green+Blue) = 226+24+149=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E21895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21895 is #1DE76A. Grayscale: #626262. Windows color (decimal): -1959787 or 9771234. OLE color: 9771234.
HSL color Cylindrical-coordinate representation of color #E21895: hue angle of 322.87º 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 #E21895 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 149 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.11 |
| HSL | 322.87º | 0.81% | 0.49% | - |
| HSV(B) | 322.87º | 0.89% | 0.89% | - |
| XYZ | 37.12 | 18.99 | 30.14 | - |
| YUV | 98.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 149 | 0 | 0.89 | 0.34 | 0.11 | 322.87 | 0.81 | 0.49 |
| Hex | E2 | 18 | 95 | 0 | 59 | 22 | B | 143 | 51 | 31 |
| Octal | 342 | 30 | 225 | 0 | 131 | 42 | 13 | 503 | 121 | 61 |
| Binary | 11100010 | 11000 | 10010101 | 0 | 1011001 | 100010 | 1011 | 101000011 | 1010001 | 110001 |
Color Harmonies of #E21895
Complementary color
Monochromatic Colors of #E21895
Black with #E21895
Text Example
Text Example
White with #E21895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21895; }
p { color: rgb(226,24,149); }
H1.HeaderClassName
{
color: #E21895;
}
.AnyTagClassName
{
color: #E21895;
}
</style>
background-color css
<style>
a { background-color: #E21895; }
a { background-color: rgb(226,24,149); }
div.DivClassName
{
background-color: #E21895;
}
.BgClassName
{
background-color: #E21895;
}
</style>
border-color css
<style>
span { border-color: #E21895; }
span { border-color: rgb(226,24,149); }
td.TdClassName
{
border-color: #E21895;
}
.TagClassName
{
border-color: #E21895;
}
</style>