Shades of Deep Pink #E21795
Tints of Deep Pink #E21795
RGB
CMYK
RGB Variations
Color information
#E21795 (or 0xE21795) is known color: Deep Pink. HEX triplet: E2, 17 and 95. RGB value is (226,23,149). Sum of RGB (Red+Green+Blue) = 226+23+149=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E21795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21795 is #1DE86A. Grayscale: #616161. Windows color (decimal): -1960043 or 9770978. OLE color: 9770978.
HSL color Cylindrical-coordinate representation of color #E21795: hue angle of 322.76º 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 #E21795 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 149 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.11 |
| HSL | 322.76º | 0.82% | 0.49% | - |
| HSV(B) | 322.76º | 0.9% | 0.89% | - |
| XYZ | 37.1 | 18.95 | 30.14 | - |
| YUV | 98.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 149 | 0 | 0.90 | 0.34 | 0.11 | 322.76 | 0.82 | 0.49 |
| Hex | E2 | 17 | 95 | 0 | 5A | 22 | B | 143 | 52 | 31 |
| Octal | 342 | 27 | 225 | 0 | 132 | 42 | 13 | 503 | 122 | 61 |
| Binary | 11100010 | 10111 | 10010101 | 0 | 1011010 | 100010 | 1011 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E21795
Complementary color
Monochromatic Colors of #E21795
Black with #E21795
Text Example
Text Example
White with #E21795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21795; }
p { color: rgb(226,23,149); }
H1.HeaderClassName
{
color: #E21795;
}
.AnyTagClassName
{
color: #E21795;
}
</style>
background-color css
<style>
a { background-color: #E21795; }
a { background-color: rgb(226,23,149); }
div.DivClassName
{
background-color: #E21795;
}
.BgClassName
{
background-color: #E21795;
}
</style>
border-color css
<style>
span { border-color: #E21795; }
span { border-color: rgb(226,23,149); }
td.TdClassName
{
border-color: #E21795;
}
.TagClassName
{
border-color: #E21795;
}
</style>