Shades of Deep Pink #E21595
Tints of Deep Pink #E21595
RGB
CMYK
RGB Variations
Color information
#E21595 (or 0xE21595) is known color: Deep Pink. HEX triplet: E2, 15 and 95. RGB value is (226,21,149). Sum of RGB (Red+Green+Blue) = 226+21+149=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E21595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21595 is #1DEA6A. Grayscale: #606060. Windows color (decimal): -1960555 or 9770466. OLE color: 9770466.
HSL color Cylindrical-coordinate representation of color #E21595: hue angle of 322.54º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21595 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 149 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.11 |
| HSL | 322.54º | 0.83% | 0.48% | - |
| HSV(B) | 322.54º | 0.91% | 0.89% | - |
| XYZ | 37.06 | 18.88 | 30.12 | - |
| YUV | 96.89 | 157.42 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 149 | 0 | 0.91 | 0.34 | 0.11 | 322.54 | 0.83 | 0.48 |
| Hex | E2 | 15 | 95 | 0 | 5B | 22 | B | 143 | 53 | 30 |
| Octal | 342 | 25 | 225 | 0 | 133 | 42 | 13 | 503 | 123 | 60 |
| Binary | 11100010 | 10101 | 10010101 | 0 | 1011011 | 100010 | 1011 | 101000011 | 1010011 | 110000 |
Color Harmonies of #E21595
Complementary color
Monochromatic Colors of #E21595
Black with #E21595
Text Example
Text Example
White with #E21595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21595; }
p { color: rgb(226,21,149); }
H1.HeaderClassName
{
color: #E21595;
}
.AnyTagClassName
{
color: #E21595;
}
</style>
background-color css
<style>
a { background-color: #E21595; }
a { background-color: rgb(226,21,149); }
div.DivClassName
{
background-color: #E21595;
}
.BgClassName
{
background-color: #E21595;
}
</style>
border-color css
<style>
span { border-color: #E21595; }
span { border-color: rgb(226,21,149); }
td.TdClassName
{
border-color: #E21595;
}
.TagClassName
{
border-color: #E21595;
}
</style>