Shades of Deep Cerise #E32E8E
Tints of Deep Cerise #E32E8E
RGB
CMYK
RGB Variations
Color information
#E32E8E (or 0xE32E8E) is known color: Deep Cerise. HEX triplet: E3, 2E and 8E. RGB value is (227,46,142). Sum of RGB (Red+Green+Blue) = 227+46+142=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32E8E is #1CD171. Grayscale: #6E6E6E. Windows color (decimal): -1888626 or 9318115. OLE color: 9318115.
HSL color Cylindrical-coordinate representation of color #E32E8E: hue angle of 328.18º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E8E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 142 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.11 |
| HSL | 328.18º | 0.76% | 0.54% | - |
| HSV(B) | 328.18º | 0.8% | 0.89% | - |
| XYZ | 37.54 | 20.24 | 27.52 | - |
| YUV | 111.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 142 | 0 | 0.80 | 0.37 | 0.11 | 328.18 | 0.76 | 0.54 |
| Hex | E3 | 2E | 8E | 0 | 50 | 25 | B | 148 | 4C | 36 |
| Octal | 343 | 56 | 216 | 0 | 120 | 45 | 13 | 510 | 114 | 66 |
| Binary | 11100011 | 101110 | 10001110 | 0 | 1010000 | 100101 | 1011 | 101001000 | 1001100 | 110110 |
Color Harmonies of #E32E8E
Complementary color
Monochromatic Colors of #E32E8E
Black with #E32E8E
Text Example
Text Example
White with #E32E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E8E; }
p { color: rgb(227,46,142); }
H1.HeaderClassName
{
color: #E32E8E;
}
.AnyTagClassName
{
color: #E32E8E;
}
</style>
background-color css
<style>
a { background-color: #E32E8E; }
a { background-color: rgb(227,46,142); }
div.DivClassName
{
background-color: #E32E8E;
}
.BgClassName
{
background-color: #E32E8E;
}
</style>
border-color css
<style>
span { border-color: #E32E8E; }
span { border-color: rgb(227,46,142); }
td.TdClassName
{
border-color: #E32E8E;
}
.TagClassName
{
border-color: #E32E8E;
}
</style>