Shades of Deep Cerise #E31A81
Tints of Deep Cerise #E31A81
RGB
CMYK
RGB Variations
Color information
#E31A81 (or 0xE31A81) is known color: Deep Cerise. HEX triplet: E3, 1A and 81. RGB value is (227,26,129). Sum of RGB (Red+Green+Blue) = 227+26+129=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31A81 is #1CE57E. Grayscale: #616161. Windows color (decimal): -1893759 or 8461027. OLE color: 8461027.
HSL color Cylindrical-coordinate representation of color #E31A81: hue angle of 329.25º 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 #E31A81 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 129 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.11 |
| HSL | 329.25º | 0.79% | 0.5% | - |
| HSV(B) | 329.25º | 0.89% | 0.89% | - |
| XYZ | 36.01 | 18.65 | 22.47 | - |
| YUV | 97.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 129 | 0 | 0.89 | 0.43 | 0.11 | 329.25 | 0.79 | 0.5 |
| Hex | E3 | 1A | 81 | 0 | 59 | 2B | B | 149 | 4F | 32 |
| Octal | 343 | 32 | 201 | 0 | 131 | 53 | 13 | 511 | 117 | 62 |
| Binary | 11100011 | 11010 | 10000001 | 0 | 1011001 | 101011 | 1011 | 101001001 | 1001111 | 110010 |
Color Harmonies of #E31A81
Complementary color
Monochromatic Colors of #E31A81
Black with #E31A81
Text Example
Text Example
White with #E31A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31A81; }
p { color: rgb(227,26,129); }
H1.HeaderClassName
{
color: #E31A81;
}
.AnyTagClassName
{
color: #E31A81;
}
</style>
background-color css
<style>
a { background-color: #E31A81; }
a { background-color: rgb(227,26,129); }
div.DivClassName
{
background-color: #E31A81;
}
.BgClassName
{
background-color: #E31A81;
}
</style>
border-color css
<style>
span { border-color: #E31A81; }
span { border-color: rgb(227,26,129); }
td.TdClassName
{
border-color: #E31A81;
}
.TagClassName
{
border-color: #E31A81;
}
</style>