Shades of Deep Pink #E31696
Tints of Deep Pink #E31696
RGB
CMYK
RGB Variations
Color information
#E31696 (or 0xE31696) is known color: Deep Pink. HEX triplet: E3, 16 and 96. RGB value is (227,22,150). Sum of RGB (Red+Green+Blue) = 227+22+150=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E31696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31696 is #1CE969. Grayscale: #616161. Windows color (decimal): -1894762 or 9836259. OLE color: 9836259.
HSL color Cylindrical-coordinate representation of color #E31696: hue angle of 322.54º 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 #E31696 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 150 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.11 |
| HSL | 322.54º | 0.82% | 0.49% | - |
| HSV(B) | 322.54º | 0.9% | 0.89% | - |
| XYZ | 37.47 | 19.11 | 30.57 | - |
| YUV | 97.89 | 157.42 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 150 | 0 | 0.90 | 0.34 | 0.11 | 322.54 | 0.82 | 0.49 |
| Hex | E3 | 16 | 96 | 0 | 5A | 22 | B | 143 | 52 | 31 |
| Octal | 343 | 26 | 226 | 0 | 132 | 42 | 13 | 503 | 122 | 61 |
| Binary | 11100011 | 10110 | 10010110 | 0 | 1011010 | 100010 | 1011 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E31696
Complementary color
Monochromatic Colors of #E31696
Black with #E31696
Text Example
Text Example
White with #E31696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31696; }
p { color: rgb(227,22,150); }
H1.HeaderClassName
{
color: #E31696;
}
.AnyTagClassName
{
color: #E31696;
}
</style>
background-color css
<style>
a { background-color: #E31696; }
a { background-color: rgb(227,22,150); }
div.DivClassName
{
background-color: #E31696;
}
.BgClassName
{
background-color: #E31696;
}
</style>
border-color css
<style>
span { border-color: #E31696; }
span { border-color: rgb(227,22,150); }
td.TdClassName
{
border-color: #E31696;
}
.TagClassName
{
border-color: #E31696;
}
</style>