Shades of Deep Cerise #E31C8C
Tints of Deep Cerise #E31C8C
RGB
CMYK
RGB Variations
Color information
#E31C8C (or 0xE31C8C) is known color: Deep Cerise. HEX triplet: E3, 1C and 8C. RGB value is (227,28,140). Sum of RGB (Red+Green+Blue) = 227+28+140=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31C8C is #1CE373. Grayscale: #646464. Windows color (decimal): -1893236 or 9182435. OLE color: 9182435.
HSL color Cylindrical-coordinate representation of color #E31C8C: hue angle of 326.23º 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 #E31C8C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 140 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.11 |
| HSL | 326.23º | 0.78% | 0.5% | - |
| HSV(B) | 326.23º | 0.88% | 0.89% | - |
| XYZ | 36.83 | 19.05 | 26.55 | - |
| YUV | 100.27 | 150.43 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 140 | 0 | 0.88 | 0.38 | 0.11 | 326.23 | 0.78 | 0.5 |
| Hex | E3 | 1C | 8C | 0 | 58 | 26 | B | 146 | 4E | 32 |
| Octal | 343 | 34 | 214 | 0 | 130 | 46 | 13 | 506 | 116 | 62 |
| Binary | 11100011 | 11100 | 10001100 | 0 | 1011000 | 100110 | 1011 | 101000110 | 1001110 | 110010 |
Color Harmonies of #E31C8C
Complementary color
Monochromatic Colors of #E31C8C
Black with #E31C8C
Text Example
Text Example
White with #E31C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31C8C; }
p { color: rgb(227,28,140); }
H1.HeaderClassName
{
color: #E31C8C;
}
.AnyTagClassName
{
color: #E31C8C;
}
</style>
background-color css
<style>
a { background-color: #E31C8C; }
a { background-color: rgb(227,28,140); }
div.DivClassName
{
background-color: #E31C8C;
}
.BgClassName
{
background-color: #E31C8C;
}
</style>
border-color css
<style>
span { border-color: #E31C8C; }
span { border-color: rgb(227,28,140); }
td.TdClassName
{
border-color: #E31C8C;
}
.TagClassName
{
border-color: #E31C8C;
}
</style>