Shades of Deep Cerise #E31C7C
Tints of Deep Cerise #E31C7C
RGB
CMYK
RGB Variations
Color information
#E31C7C (or 0xE31C7C) is known color: Deep Cerise. HEX triplet: E3, 1C and 7C. RGB value is (227,28,124). Sum of RGB (Red+Green+Blue) = 227+28+124=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31C7C is #1CE383. Grayscale: #626262. Windows color (decimal): -1893252 or 8133859. OLE color: 8133859.
HSL color Cylindrical-coordinate representation of color #E31C7C: hue angle of 331.06º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31C7C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 124 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.11 |
| HSL | 331.06º | 0.78% | 0.5% | - |
| HSV(B) | 331.06º | 0.88% | 0.89% | - |
| XYZ | 35.73 | 18.62 | 20.78 | - |
| YUV | 98.45 | 142.43 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 124 | 0 | 0.88 | 0.45 | 0.11 | 331.06 | 0.78 | 0.5 |
| Hex | E3 | 1C | 7C | 0 | 58 | 2D | B | 14B | 4E | 32 |
| Octal | 343 | 34 | 174 | 0 | 130 | 55 | 13 | 513 | 116 | 62 |
| Binary | 11100011 | 11100 | 1111100 | 0 | 1011000 | 101101 | 1011 | 101001011 | 1001110 | 110010 |
Color Harmonies of #E31C7C
Complementary color
Monochromatic Colors of #E31C7C
Black with #E31C7C
Text Example
Text Example
White with #E31C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31C7C; }
p { color: rgb(227,28,124); }
H1.HeaderClassName
{
color: #E31C7C;
}
.AnyTagClassName
{
color: #E31C7C;
}
</style>
background-color css
<style>
a { background-color: #E31C7C; }
a { background-color: rgb(227,28,124); }
div.DivClassName
{
background-color: #E31C7C;
}
.BgClassName
{
background-color: #E31C7C;
}
</style>
border-color css
<style>
span { border-color: #E31C7C; }
span { border-color: rgb(227,28,124); }
td.TdClassName
{
border-color: #E31C7C;
}
.TagClassName
{
border-color: #E31C7C;
}
</style>