Shades of Deep Cerise #E32984
Tints of Deep Cerise #E32984
RGB
CMYK
RGB Variations
Color information
#E32984 (or 0xE32984) is known color: Deep Cerise. HEX triplet: E3, 29 and 84. RGB value is (227,41,132). Sum of RGB (Red+Green+Blue) = 227+41+132=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E32984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32984 is #1CD67B. Grayscale: #6A6A6A. Windows color (decimal): -1889916 or 8661475. OLE color: 8661475.
HSL color Cylindrical-coordinate representation of color #E32984: hue angle of 330.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32984 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 132 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.11 |
| HSL | 330.65º | 0.77% | 0.53% | - |
| HSV(B) | 330.65º | 0.82% | 0.89% | - |
| XYZ | 36.64 | 19.58 | 23.68 | - |
| YUV | 106.99 | 142.12 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 132 | 0 | 0.82 | 0.42 | 0.11 | 330.65 | 0.77 | 0.53 |
| Hex | E3 | 29 | 84 | 0 | 52 | 2A | B | 14B | 4D | 35 |
| Octal | 343 | 51 | 204 | 0 | 122 | 52 | 13 | 513 | 115 | 65 |
| Binary | 11100011 | 101001 | 10000100 | 0 | 1010010 | 101010 | 1011 | 101001011 | 1001101 | 110101 |
Color Harmonies of #E32984
Complementary color
Monochromatic Colors of #E32984
Black with #E32984
Text Example
Text Example
White with #E32984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32984; }
p { color: rgb(227,41,132); }
H1.HeaderClassName
{
color: #E32984;
}
.AnyTagClassName
{
color: #E32984;
}
</style>
background-color css
<style>
a { background-color: #E32984; }
a { background-color: rgb(227,41,132); }
div.DivClassName
{
background-color: #E32984;
}
.BgClassName
{
background-color: #E32984;
}
</style>
border-color css
<style>
span { border-color: #E32984; }
span { border-color: rgb(227,41,132); }
td.TdClassName
{
border-color: #E32984;
}
.TagClassName
{
border-color: #E32984;
}
</style>