Shades of Deep Cerise #E92291
Tints of Deep Cerise #E92291
RGB
CMYK
RGB Variations
Color information
#E92291 (or 0xE92291) is known color: Deep Cerise. HEX triplet: E9, 22 and 91. RGB value is (233,34,145). Sum of RGB (Red+Green+Blue) = 233+34+145=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E92291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92291 is #16DD6E. Grayscale: #696969. Windows color (decimal): -1498479 or 9511657. OLE color: 9511657.
HSL color Cylindrical-coordinate representation of color #E92291: hue angle of 326.53º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92291 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 145 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.09 |
| HSL | 326.53º | 0.82% | 0.52% | - |
| HSV(B) | 326.53º | 0.85% | 0.91% | - |
| XYZ | 39.29 | 20.51 | 28.68 | - |
| YUV | 106.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 145 | 0 | 0.85 | 0.38 | 0.09 | 326.53 | 0.82 | 0.52 |
| Hex | E9 | 22 | 91 | 0 | 55 | 26 | 9 | 147 | 52 | 34 |
| Octal | 351 | 42 | 221 | 0 | 125 | 46 | 11 | 507 | 122 | 64 |
| Binary | 11101001 | 100010 | 10010001 | 0 | 1010101 | 100110 | 1001 | 101000111 | 1010010 | 110100 |
Color Harmonies of #E92291
Complementary color
Monochromatic Colors of #E92291
Black with #E92291
Text Example
Text Example
White with #E92291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92291; }
p { color: rgb(233,34,145); }
H1.HeaderClassName
{
color: #E92291;
}
.AnyTagClassName
{
color: #E92291;
}
</style>
background-color css
<style>
a { background-color: #E92291; }
a { background-color: rgb(233,34,145); }
div.DivClassName
{
background-color: #E92291;
}
.BgClassName
{
background-color: #E92291;
}
</style>
border-color css
<style>
span { border-color: #E92291; }
span { border-color: rgb(233,34,145); }
td.TdClassName
{
border-color: #E92291;
}
.TagClassName
{
border-color: #E92291;
}
</style>