Shades of Deep Cerise #E92185
Tints of Deep Cerise #E92185
RGB
CMYK
RGB Variations
Color information
#E92185 (or 0xE92185) is known color: Deep Cerise. HEX triplet: E9, 21 and 85. RGB value is (233,33,133). Sum of RGB (Red+Green+Blue) = 233+33+133=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E92185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92185 is #16DE7A. Grayscale: #676767. Windows color (decimal): -1498747 or 8724969. OLE color: 8724969.
HSL color Cylindrical-coordinate representation of color #E92185: hue angle of 330º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92185 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 133 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.09 |
| HSL | 330º | 0.82% | 0.52% | - |
| HSV(B) | 330º | 0.86% | 0.91% | - |
| XYZ | 38.38 | 20.1 | 24.05 | - |
| YUV | 104.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 133 | 0 | 0.86 | 0.43 | 0.09 | 330 | 0.82 | 0.52 |
| Hex | E9 | 21 | 85 | 0 | 56 | 2B | 9 | 14A | 52 | 34 |
| Octal | 351 | 41 | 205 | 0 | 126 | 53 | 11 | 512 | 122 | 64 |
| Binary | 11101001 | 100001 | 10000101 | 0 | 1010110 | 101011 | 1001 | 101001010 | 1010010 | 110100 |
Color Harmonies of #E92185
Complementary color
Monochromatic Colors of #E92185
Black with #E92185
Text Example
Text Example
White with #E92185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92185; }
p { color: rgb(233,33,133); }
H1.HeaderClassName
{
color: #E92185;
}
.AnyTagClassName
{
color: #E92185;
}
</style>
background-color css
<style>
a { background-color: #E92185; }
a { background-color: rgb(233,33,133); }
div.DivClassName
{
background-color: #E92185;
}
.BgClassName
{
background-color: #E92185;
}
</style>
border-color css
<style>
span { border-color: #E92185; }
span { border-color: rgb(233,33,133); }
td.TdClassName
{
border-color: #E92185;
}
.TagClassName
{
border-color: #E92185;
}
</style>