Shades of Deep Pink #E31A95
Tints of Deep Pink #E31A95
RGB
CMYK
RGB Variations
Color information
#E31A95 (or 0xE31A95) is known color: Deep Pink. HEX triplet: E3, 1A and 95. RGB value is (227,26,149). Sum of RGB (Red+Green+Blue) = 227+26+149=402 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.47% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31A95 is #1CE56A. Grayscale: #636363. Windows color (decimal): -1893739 or 9771747. OLE color: 9771747.
HSL color Cylindrical-coordinate representation of color #E31A95: hue angle of 323.28º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31A95 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 149 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.11 |
| HSL | 323.28º | 0.79% | 0.5% | - |
| HSV(B) | 323.28º | 0.89% | 0.89% | - |
| XYZ | 37.47 | 19.24 | 30.17 | - |
| YUV | 100.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 149 | 0 | 0.89 | 0.34 | 0.11 | 323.28 | 0.79 | 0.5 |
| Hex | E3 | 1A | 95 | 0 | 59 | 22 | B | 143 | 4F | 32 |
| Octal | 343 | 32 | 225 | 0 | 131 | 42 | 13 | 503 | 117 | 62 |
| Binary | 11100011 | 11010 | 10010101 | 0 | 1011001 | 100010 | 1011 | 101000011 | 1001111 | 110010 |
Color Harmonies of #E31A95
Complementary color
Monochromatic Colors of #E31A95
Black with #E31A95
Text Example
Text Example
White with #E31A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31A95; }
p { color: rgb(227,26,149); }
H1.HeaderClassName
{
color: #E31A95;
}
.AnyTagClassName
{
color: #E31A95;
}
</style>
background-color css
<style>
a { background-color: #E31A95; }
a { background-color: rgb(227,26,149); }
div.DivClassName
{
background-color: #E31A95;
}
.BgClassName
{
background-color: #E31A95;
}
</style>
border-color css
<style>
span { border-color: #E31A95; }
span { border-color: rgb(227,26,149); }
td.TdClassName
{
border-color: #E31A95;
}
.TagClassName
{
border-color: #E31A95;
}
</style>