Shades of Deep Cerise #E32E81
Tints of Deep Cerise #E32E81
RGB
CMYK
RGB Variations
Color information
#E32E81 (or 0xE32E81) is known color: Deep Cerise. HEX triplet: E3, 2E and 81. RGB value is (227,46,129). Sum of RGB (Red+Green+Blue) = 227+46+129=402 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.47% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32E81 is #1CD17E. Grayscale: #6D6D6D. Windows color (decimal): -1888639 or 8466147. OLE color: 8466147.
HSL color Cylindrical-coordinate representation of color #E32E81: hue angle of 332.49º 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 #E32E81 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 129 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.11 |
| HSL | 332.49º | 0.76% | 0.54% | - |
| HSV(B) | 332.49º | 0.8% | 0.89% | - |
| XYZ | 36.62 | 19.87 | 22.67 | - |
| YUV | 109.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 129 | 0 | 0.80 | 0.43 | 0.11 | 332.49 | 0.76 | 0.54 |
| Hex | E3 | 2E | 81 | 0 | 50 | 2B | B | 14C | 4C | 36 |
| Octal | 343 | 56 | 201 | 0 | 120 | 53 | 13 | 514 | 114 | 66 |
| Binary | 11100011 | 101110 | 10000001 | 0 | 1010000 | 101011 | 1011 | 101001100 | 1001100 | 110110 |
Color Harmonies of #E32E81
Complementary color
Monochromatic Colors of #E32E81
Black with #E32E81
Text Example
Text Example
White with #E32E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E81; }
p { color: rgb(227,46,129); }
H1.HeaderClassName
{
color: #E32E81;
}
.AnyTagClassName
{
color: #E32E81;
}
</style>
background-color css
<style>
a { background-color: #E32E81; }
a { background-color: rgb(227,46,129); }
div.DivClassName
{
background-color: #E32E81;
}
.BgClassName
{
background-color: #E32E81;
}
</style>
border-color css
<style>
span { border-color: #E32E81; }
span { border-color: rgb(227,46,129); }
td.TdClassName
{
border-color: #E32E81;
}
.TagClassName
{
border-color: #E32E81;
}
</style>