Shades of Deep Cerise #E32E7A
Tints of Deep Cerise #E32E7A
RGB
CMYK
RGB Variations
Color information
#E32E7A (or 0xE32E7A) is known color: Deep Cerise. HEX triplet: E3, 2E and 7A. RGB value is (227,46,122). Sum of RGB (Red+Green+Blue) = 227+46+122=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E7A is #1CD185. Grayscale: #6C6C6C. Windows color (decimal): -1888646 or 8007395. OLE color: 8007395.
HSL color Cylindrical-coordinate representation of color #E32E7A: hue angle of 334.81º 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 #E32E7A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 122 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.11 |
| HSL | 334.81º | 0.76% | 0.54% | - |
| HSV(B) | 334.81º | 0.8% | 0.89% | - |
| XYZ | 36.17 | 19.69 | 20.31 | - |
| YUV | 108.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 122 | 0 | 0.80 | 0.46 | 0.11 | 334.81 | 0.76 | 0.54 |
| Hex | E3 | 2E | 7A | 0 | 50 | 2E | B | 14F | 4C | 36 |
| Octal | 343 | 56 | 172 | 0 | 120 | 56 | 13 | 517 | 114 | 66 |
| Binary | 11100011 | 101110 | 1111010 | 0 | 1010000 | 101110 | 1011 | 101001111 | 1001100 | 110110 |
Color Harmonies of #E32E7A
Complementary color
Monochromatic Colors of #E32E7A
Black with #E32E7A
Text Example
Text Example
White with #E32E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E7A; }
p { color: rgb(227,46,122); }
H1.HeaderClassName
{
color: #E32E7A;
}
.AnyTagClassName
{
color: #E32E7A;
}
</style>
background-color css
<style>
a { background-color: #E32E7A; }
a { background-color: rgb(227,46,122); }
div.DivClassName
{
background-color: #E32E7A;
}
.BgClassName
{
background-color: #E32E7A;
}
</style>
border-color css
<style>
span { border-color: #E32E7A; }
span { border-color: rgb(227,46,122); }
td.TdClassName
{
border-color: #E32E7A;
}
.TagClassName
{
border-color: #E32E7A;
}
</style>