Shades of Deep Cerise #E32D8F
Tints of Deep Cerise #E32D8F
RGB
CMYK
RGB Variations
Color information
#E32D8F (or 0xE32D8F) is known color: Deep Cerise. HEX triplet: E3, 2D and 8F. RGB value is (227,45,143). Sum of RGB (Red+Green+Blue) = 227+45+143=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32D8F is #1CD270. Grayscale: #6E6E6E. Windows color (decimal): -1888881 or 9383395. OLE color: 9383395.
HSL color Cylindrical-coordinate representation of color #E32D8F: hue angle of 327.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32D8F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 143 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.11 |
| HSL | 327.69º | 0.76% | 0.53% | - |
| HSV(B) | 327.69º | 0.8% | 0.89% | - |
| XYZ | 37.57 | 20.19 | 27.9 | - |
| YUV | 110.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 143 | 0 | 0.80 | 0.37 | 0.11 | 327.69 | 0.76 | 0.53 |
| Hex | E3 | 2D | 8F | 0 | 50 | 25 | B | 148 | 4C | 35 |
| Octal | 343 | 55 | 217 | 0 | 120 | 45 | 13 | 510 | 114 | 65 |
| Binary | 11100011 | 101101 | 10001111 | 0 | 1010000 | 100101 | 1011 | 101001000 | 1001100 | 110101 |
Color Harmonies of #E32D8F
Complementary color
Monochromatic Colors of #E32D8F
Black with #E32D8F
Text Example
Text Example
White with #E32D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D8F; }
p { color: rgb(227,45,143); }
H1.HeaderClassName
{
color: #E32D8F;
}
.AnyTagClassName
{
color: #E32D8F;
}
</style>
background-color css
<style>
a { background-color: #E32D8F; }
a { background-color: rgb(227,45,143); }
div.DivClassName
{
background-color: #E32D8F;
}
.BgClassName
{
background-color: #E32D8F;
}
</style>
border-color css
<style>
span { border-color: #E32D8F; }
span { border-color: rgb(227,45,143); }
td.TdClassName
{
border-color: #E32D8F;
}
.TagClassName
{
border-color: #E32D8F;
}
</style>