Shades of Deep Cerise #E32D8D
Tints of Deep Cerise #E32D8D
RGB
CMYK
RGB Variations
Color information
#E32D8D (or 0xE32D8D) is known color: Deep Cerise. HEX triplet: E3, 2D and 8D. RGB value is (227,45,141). Sum of RGB (Red+Green+Blue) = 227+45+141=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32D8D is #1CD272. Grayscale: #6E6E6E. Windows color (decimal): -1888883 or 9252323. OLE color: 9252323.
HSL color Cylindrical-coordinate representation of color #E32D8D: hue angle of 328.35º 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 #E32D8D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 141 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.11 |
| HSL | 328.35º | 0.76% | 0.53% | - |
| HSV(B) | 328.35º | 0.8% | 0.89% | - |
| XYZ | 37.42 | 20.13 | 27.11 | - |
| YUV | 110.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 141 | 0 | 0.80 | 0.38 | 0.11 | 328.35 | 0.76 | 0.53 |
| Hex | E3 | 2D | 8D | 0 | 50 | 26 | B | 148 | 4C | 35 |
| Octal | 343 | 55 | 215 | 0 | 120 | 46 | 13 | 510 | 114 | 65 |
| Binary | 11100011 | 101101 | 10001101 | 0 | 1010000 | 100110 | 1011 | 101001000 | 1001100 | 110101 |
Color Harmonies of #E32D8D
Complementary color
Monochromatic Colors of #E32D8D
Black with #E32D8D
Text Example
Text Example
White with #E32D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D8D; }
p { color: rgb(227,45,141); }
H1.HeaderClassName
{
color: #E32D8D;
}
.AnyTagClassName
{
color: #E32D8D;
}
</style>
background-color css
<style>
a { background-color: #E32D8D; }
a { background-color: rgb(227,45,141); }
div.DivClassName
{
background-color: #E32D8D;
}
.BgClassName
{
background-color: #E32D8D;
}
</style>
border-color css
<style>
span { border-color: #E32D8D; }
span { border-color: rgb(227,45,141); }
td.TdClassName
{
border-color: #E32D8D;
}
.TagClassName
{
border-color: #E32D8D;
}
</style>