Shades of Deep Cerise #E31B8C
Tints of Deep Cerise #E31B8C
RGB
CMYK
RGB Variations
Color information
#E31B8C (or 0xE31B8C) is known color: Deep Cerise. HEX triplet: E3, 1B and 8C. RGB value is (227,27,140). Sum of RGB (Red+Green+Blue) = 227+27+140=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31B8C is #1CE473. Grayscale: #636363. Windows color (decimal): -1893492 or 9182179. OLE color: 9182179.
HSL color Cylindrical-coordinate representation of color #E31B8C: hue angle of 326.1º degrees, saturation: 0.79, 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 #E31B8C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 140 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.11 |
| HSL | 326.1º | 0.79% | 0.5% | - |
| HSV(B) | 326.1º | 0.88% | 0.89% | - |
| XYZ | 36.8 | 19.01 | 26.54 | - |
| YUV | 99.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 140 | 0 | 0.88 | 0.38 | 0.11 | 326.1 | 0.79 | 0.5 |
| Hex | E3 | 1B | 8C | 0 | 58 | 26 | B | 146 | 4F | 32 |
| Octal | 343 | 33 | 214 | 0 | 130 | 46 | 13 | 506 | 117 | 62 |
| Binary | 11100011 | 11011 | 10001100 | 0 | 1011000 | 100110 | 1011 | 101000110 | 1001111 | 110010 |
Color Harmonies of #E31B8C
Complementary color
Monochromatic Colors of #E31B8C
Black with #E31B8C
Text Example
Text Example
White with #E31B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31B8C; }
p { color: rgb(227,27,140); }
H1.HeaderClassName
{
color: #E31B8C;
}
.AnyTagClassName
{
color: #E31B8C;
}
</style>
background-color css
<style>
a { background-color: #E31B8C; }
a { background-color: rgb(227,27,140); }
div.DivClassName
{
background-color: #E31B8C;
}
.BgClassName
{
background-color: #E31B8C;
}
</style>
border-color css
<style>
span { border-color: #E31B8C; }
span { border-color: rgb(227,27,140); }
td.TdClassName
{
border-color: #E31B8C;
}
.TagClassName
{
border-color: #E31B8C;
}
</style>