Shades of Deep Cerise #E32F9E
Tints of Deep Cerise #E32F9E
RGB
CMYK
RGB Variations
Color information
#E32F9E (or 0xE32F9E) is known color: Deep Cerise. HEX triplet: E3, 2F and 9E. RGB value is (227,47,158). Sum of RGB (Red+Green+Blue) = 227+47+158=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32F9E is #1CD061. Grayscale: #717171. Windows color (decimal): -1888354 or 10366947. OLE color: 10366947.
HSL color Cylindrical-coordinate representation of color #E32F9E: hue angle of 323º 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 #E32F9E is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 158 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.11 |
| HSL | 323º | 0.76% | 0.54% | - |
| HSV(B) | 323º | 0.79% | 0.89% | - |
| XYZ | 38.87 | 20.83 | 34.32 | - |
| YUV | 113.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 158 | 0 | 0.79 | 0.30 | 0.11 | 323 | 0.76 | 0.54 |
| Hex | E3 | 2F | 9E | 0 | 4F | 1E | B | 143 | 4C | 36 |
| Octal | 343 | 57 | 236 | 0 | 117 | 36 | 13 | 503 | 114 | 66 |
| Binary | 11100011 | 101111 | 10011110 | 0 | 1001111 | 11110 | 1011 | 101000011 | 1001100 | 110110 |
Color Harmonies of #E32F9E
Complementary color
Monochromatic Colors of #E32F9E
Black with #E32F9E
Text Example
Text Example
White with #E32F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F9E; }
p { color: rgb(227,47,158); }
H1.HeaderClassName
{
color: #E32F9E;
}
.AnyTagClassName
{
color: #E32F9E;
}
</style>
background-color css
<style>
a { background-color: #E32F9E; }
a { background-color: rgb(227,47,158); }
div.DivClassName
{
background-color: #E32F9E;
}
.BgClassName
{
background-color: #E32F9E;
}
</style>
border-color css
<style>
span { border-color: #E32F9E; }
span { border-color: rgb(227,47,158); }
td.TdClassName
{
border-color: #E32F9E;
}
.TagClassName
{
border-color: #E32F9E;
}
</style>