Shades of Deep Pink #E31495
Tints of Deep Pink #E31495
RGB
CMYK
RGB Variations
Color information
#E31495 (or 0xE31495) is known color: Deep Pink. HEX triplet: E3, 14 and 95. RGB value is (227,20,149). Sum of RGB (Red+Green+Blue) = 227+20+149=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E31495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31495 is #1CEB6A. Grayscale: #606060. Windows color (decimal): -1895275 or 9770211. OLE color: 9770211.
HSL color Cylindrical-coordinate representation of color #E31495: hue angle of 322.61º degrees, saturation: 0.84, 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 #E31495 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 149 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.11 |
| HSL | 322.61º | 0.84% | 0.48% | - |
| HSV(B) | 322.61º | 0.91% | 0.89% | - |
| XYZ | 37.35 | 19 | 30.13 | - |
| YUV | 96.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 149 | 0 | 0.91 | 0.34 | 0.11 | 322.61 | 0.84 | 0.48 |
| Hex | E3 | 14 | 95 | 0 | 5B | 22 | B | 143 | 54 | 30 |
| Octal | 343 | 24 | 225 | 0 | 133 | 42 | 13 | 503 | 124 | 60 |
| Binary | 11100011 | 10100 | 10010101 | 0 | 1011011 | 100010 | 1011 | 101000011 | 1010100 | 110000 |
Color Harmonies of #E31495
Complementary color
Monochromatic Colors of #E31495
Black with #E31495
Text Example
Text Example
White with #E31495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31495; }
p { color: rgb(227,20,149); }
H1.HeaderClassName
{
color: #E31495;
}
.AnyTagClassName
{
color: #E31495;
}
</style>
background-color css
<style>
a { background-color: #E31495; }
a { background-color: rgb(227,20,149); }
div.DivClassName
{
background-color: #E31495;
}
.BgClassName
{
background-color: #E31495;
}
</style>
border-color css
<style>
span { border-color: #E31495; }
span { border-color: rgb(227,20,149); }
td.TdClassName
{
border-color: #E31495;
}
.TagClassName
{
border-color: #E31495;
}
</style>