Shades of Deep Pink #E31694
Tints of Deep Pink #E31694
RGB
CMYK
RGB Variations
Color information
#E31694 (or 0xE31694) is known color: Deep Pink. HEX triplet: E3, 16 and 94. RGB value is (227,22,148). Sum of RGB (Red+Green+Blue) = 227+22+148=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E31694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31694 is #1CE96B. Grayscale: #616161. Windows color (decimal): -1894764 or 9705187. OLE color: 9705187.
HSL color Cylindrical-coordinate representation of color #E31694: hue angle of 323.12º 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 #E31694 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 148 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.11 |
| HSL | 323.12º | 0.82% | 0.49% | - |
| HSV(B) | 323.12º | 0.9% | 0.89% | - |
| XYZ | 37.31 | 19.04 | 29.73 | - |
| YUV | 97.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 148 | 0 | 0.90 | 0.35 | 0.11 | 323.12 | 0.82 | 0.49 |
| Hex | E3 | 16 | 94 | 0 | 5A | 23 | B | 143 | 52 | 31 |
| Octal | 343 | 26 | 224 | 0 | 132 | 43 | 13 | 503 | 122 | 61 |
| Binary | 11100011 | 10110 | 10010100 | 0 | 1011010 | 100011 | 1011 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E31694
Complementary color
Monochromatic Colors of #E31694
Black with #E31694
Text Example
Text Example
White with #E31694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31694; }
p { color: rgb(227,22,148); }
H1.HeaderClassName
{
color: #E31694;
}
.AnyTagClassName
{
color: #E31694;
}
</style>
background-color css
<style>
a { background-color: #E31694; }
a { background-color: rgb(227,22,148); }
div.DivClassName
{
background-color: #E31694;
}
.BgClassName
{
background-color: #E31694;
}
</style>
border-color css
<style>
span { border-color: #E31694; }
span { border-color: rgb(227,22,148); }
td.TdClassName
{
border-color: #E31694;
}
.TagClassName
{
border-color: #E31694;
}
</style>