Shades of Deep Cerise #E32F8C
Tints of Deep Cerise #E32F8C
RGB
CMYK
RGB Variations
Color information
#E32F8C (or 0xE32F8C) is known color: Deep Cerise. HEX triplet: E3, 2F and 8C. RGB value is (227,47,140). Sum of RGB (Red+Green+Blue) = 227+47+140=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32F8C is #1CD073. Grayscale: #6F6F6F. Windows color (decimal): -1888372 or 9187299. OLE color: 9187299.
HSL color Cylindrical-coordinate representation of color #E32F8C: hue angle of 329º 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 #E32F8C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 140 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.11 |
| HSL | 329º | 0.76% | 0.54% | - |
| HSV(B) | 329º | 0.79% | 0.89% | - |
| XYZ | 37.43 | 20.26 | 26.75 | - |
| YUV | 111.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 140 | 0 | 0.79 | 0.38 | 0.11 | 329 | 0.76 | 0.54 |
| Hex | E3 | 2F | 8C | 0 | 4F | 26 | B | 149 | 4C | 36 |
| Octal | 343 | 57 | 214 | 0 | 117 | 46 | 13 | 511 | 114 | 66 |
| Binary | 11100011 | 101111 | 10001100 | 0 | 1001111 | 100110 | 1011 | 101001001 | 1001100 | 110110 |
Color Harmonies of #E32F8C
Complementary color
Monochromatic Colors of #E32F8C
Black with #E32F8C
Text Example
Text Example
White with #E32F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F8C; }
p { color: rgb(227,47,140); }
H1.HeaderClassName
{
color: #E32F8C;
}
.AnyTagClassName
{
color: #E32F8C;
}
</style>
background-color css
<style>
a { background-color: #E32F8C; }
a { background-color: rgb(227,47,140); }
div.DivClassName
{
background-color: #E32F8C;
}
.BgClassName
{
background-color: #E32F8C;
}
</style>
border-color css
<style>
span { border-color: #E32F8C; }
span { border-color: rgb(227,47,140); }
td.TdClassName
{
border-color: #E32F8C;
}
.TagClassName
{
border-color: #E32F8C;
}
</style>