Shades of Deep Pink #E21695
Tints of Deep Pink #E21695
RGB
CMYK
RGB Variations
Color information
#E21695 (or 0xE21695) is known color: Deep Pink. HEX triplet: E2, 16 and 95. RGB value is (226,22,149). Sum of RGB (Red+Green+Blue) = 226+22+149=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E21695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21695 is #1DE96A. Grayscale: #616161. Windows color (decimal): -1960299 or 9770722. OLE color: 9770722.
HSL color Cylindrical-coordinate representation of color #E21695: hue angle of 322.65º 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 #E21695 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.11 |
| HSL | 322.65º | 0.82% | 0.49% | - |
| HSV(B) | 322.65º | 0.9% | 0.89% | - |
| XYZ | 37.08 | 18.91 | 30.13 | - |
| YUV | 97.47 | 157.09 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 149 | 0 | 0.90 | 0.34 | 0.11 | 322.65 | 0.82 | 0.49 |
| Hex | E2 | 16 | 95 | 0 | 5A | 22 | B | 143 | 52 | 31 |
| Octal | 342 | 26 | 225 | 0 | 132 | 42 | 13 | 503 | 122 | 61 |
| Binary | 11100010 | 10110 | 10010101 | 0 | 1011010 | 100010 | 1011 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E21695
Complementary color
Monochromatic Colors of #E21695
Black with #E21695
Text Example
Text Example
White with #E21695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21695; }
p { color: rgb(226,22,149); }
H1.HeaderClassName
{
color: #E21695;
}
.AnyTagClassName
{
color: #E21695;
}
</style>
background-color css
<style>
a { background-color: #E21695; }
a { background-color: rgb(226,22,149); }
div.DivClassName
{
background-color: #E21695;
}
.BgClassName
{
background-color: #E21695;
}
</style>
border-color css
<style>
span { border-color: #E21695; }
span { border-color: rgb(226,22,149); }
td.TdClassName
{
border-color: #E21695;
}
.TagClassName
{
border-color: #E21695;
}
</style>