Shades of Deep Cerise #E32298
Tints of Deep Cerise #E32298
RGB
CMYK
RGB Variations
Color information
#E32298 (or 0xE32298) is known color: Deep Cerise. HEX triplet: E3, 22 and 98. RGB value is (227,34,152). Sum of RGB (Red+Green+Blue) = 227+34+152=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E32298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32298 is #1CDD67. Grayscale: #686868. Windows color (decimal): -1891688 or 9970403. OLE color: 9970403.
HSL color Cylindrical-coordinate representation of color #E32298: hue angle of 323.32º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32298 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 152 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.11 |
| HSL | 323.32º | 0.78% | 0.51% | - |
| HSV(B) | 323.32º | 0.85% | 0.89% | - |
| XYZ | 37.92 | 19.74 | 31.52 | - |
| YUV | 105.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 152 | 0 | 0.85 | 0.33 | 0.11 | 323.32 | 0.78 | 0.51 |
| Hex | E3 | 22 | 98 | 0 | 55 | 21 | B | 143 | 4E | 33 |
| Octal | 343 | 42 | 230 | 0 | 125 | 41 | 13 | 503 | 116 | 63 |
| Binary | 11100011 | 100010 | 10011000 | 0 | 1010101 | 100001 | 1011 | 101000011 | 1001110 | 110011 |
Color Harmonies of #E32298
Complementary color
Monochromatic Colors of #E32298
Black with #E32298
Text Example
Text Example
White with #E32298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32298; }
p { color: rgb(227,34,152); }
H1.HeaderClassName
{
color: #E32298;
}
.AnyTagClassName
{
color: #E32298;
}
</style>
background-color css
<style>
a { background-color: #E32298; }
a { background-color: rgb(227,34,152); }
div.DivClassName
{
background-color: #E32298;
}
.BgClassName
{
background-color: #E32298;
}
</style>
border-color css
<style>
span { border-color: #E32298; }
span { border-color: rgb(227,34,152); }
td.TdClassName
{
border-color: #E32298;
}
.TagClassName
{
border-color: #E32298;
}
</style>