Shades of Deep Cerise #E32F7C
Tints of Deep Cerise #E32F7C
RGB
CMYK
RGB Variations
Color information
#E32F7C (or 0xE32F7C) is known color: Deep Cerise. HEX triplet: E3, 2F and 7C. RGB value is (227,47,124). Sum of RGB (Red+Green+Blue) = 227+47+124=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32F7C is #1CD083. Grayscale: #6D6D6D. Windows color (decimal): -1888388 or 8138723. OLE color: 8138723.
HSL color Cylindrical-coordinate representation of color #E32F7C: hue angle of 334.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F7C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 124 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.11 |
| HSL | 334.33º | 0.76% | 0.54% | - |
| HSV(B) | 334.33º | 0.79% | 0.89% | - |
| XYZ | 36.33 | 19.82 | 20.98 | - |
| YUV | 109.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 124 | 0 | 0.79 | 0.45 | 0.11 | 334.33 | 0.76 | 0.54 |
| Hex | E3 | 2F | 7C | 0 | 4F | 2D | B | 14E | 4C | 36 |
| Octal | 343 | 57 | 174 | 0 | 117 | 55 | 13 | 516 | 114 | 66 |
| Binary | 11100011 | 101111 | 1111100 | 0 | 1001111 | 101101 | 1011 | 101001110 | 1001100 | 110110 |
Color Harmonies of #E32F7C
Complementary color
Monochromatic Colors of #E32F7C
Black with #E32F7C
Text Example
Text Example
White with #E32F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F7C; }
p { color: rgb(227,47,124); }
H1.HeaderClassName
{
color: #E32F7C;
}
.AnyTagClassName
{
color: #E32F7C;
}
</style>
background-color css
<style>
a { background-color: #E32F7C; }
a { background-color: rgb(227,47,124); }
div.DivClassName
{
background-color: #E32F7C;
}
.BgClassName
{
background-color: #E32F7C;
}
</style>
border-color css
<style>
span { border-color: #E32F7C; }
span { border-color: rgb(227,47,124); }
td.TdClassName
{
border-color: #E32F7C;
}
.TagClassName
{
border-color: #E32F7C;
}
</style>