Shades of Deep Cerise #E31781
Tints of Deep Cerise #E31781
RGB
CMYK
RGB Variations
Color information
#E31781 (or 0xE31781) is known color: Deep Cerise. HEX triplet: E3, 17 and 81. RGB value is (227,23,129). Sum of RGB (Red+Green+Blue) = 227+23+129=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E31781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31781 is #1CE87E. Grayscale: #5F5F5F. Windows color (decimal): -1894527 or 8460259. OLE color: 8460259.
HSL color Cylindrical-coordinate representation of color #E31781: hue angle of 328.82º 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 #E31781 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 129 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.11 |
| HSL | 328.82º | 0.82% | 0.49% | - |
| HSV(B) | 328.82º | 0.9% | 0.89% | - |
| XYZ | 35.95 | 18.53 | 22.45 | - |
| YUV | 96.08 | 146.59 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 129 | 0 | 0.90 | 0.43 | 0.11 | 328.82 | 0.82 | 0.49 |
| Hex | E3 | 17 | 81 | 0 | 5A | 2B | B | 149 | 52 | 31 |
| Octal | 343 | 27 | 201 | 0 | 132 | 53 | 13 | 511 | 122 | 61 |
| Binary | 11100011 | 10111 | 10000001 | 0 | 1011010 | 101011 | 1011 | 101001001 | 1010010 | 110001 |
Color Harmonies of #E31781
Complementary color
Monochromatic Colors of #E31781
Black with #E31781
Text Example
Text Example
White with #E31781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31781; }
p { color: rgb(227,23,129); }
H1.HeaderClassName
{
color: #E31781;
}
.AnyTagClassName
{
color: #E31781;
}
</style>
background-color css
<style>
a { background-color: #E31781; }
a { background-color: rgb(227,23,129); }
div.DivClassName
{
background-color: #E31781;
}
.BgClassName
{
background-color: #E31781;
}
</style>
border-color css
<style>
span { border-color: #E31781; }
span { border-color: rgb(227,23,129); }
td.TdClassName
{
border-color: #E31781;
}
.TagClassName
{
border-color: #E31781;
}
</style>