Shades of Deep Cerise #E92C90
Tints of Deep Cerise #E92C90
RGB
CMYK
RGB Variations
Color information
#E92C90 (or 0xE92C90) is known color: Deep Cerise. HEX triplet: E9, 2C and 90. RGB value is (233,44,144). Sum of RGB (Red+Green+Blue) = 233+44+144=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92C90 is #16D36F. Grayscale: #6F6F6F. Windows color (decimal): -1495920 or 9448681. OLE color: 9448681.
HSL color Cylindrical-coordinate representation of color #E92C90: hue angle of 328.25º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C90 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 144 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.09 |
| HSL | 328.25º | 0.81% | 0.54% | - |
| HSV(B) | 328.25º | 0.81% | 0.91% | - |
| XYZ | 39.54 | 21.14 | 28.38 | - |
| YUV | 111.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 144 | 0 | 0.81 | 0.38 | 0.09 | 328.25 | 0.81 | 0.54 |
| Hex | E9 | 2C | 90 | 0 | 51 | 26 | 9 | 148 | 51 | 36 |
| Octal | 351 | 54 | 220 | 0 | 121 | 46 | 11 | 510 | 121 | 66 |
| Binary | 11101001 | 101100 | 10010000 | 0 | 1010001 | 100110 | 1001 | 101001000 | 1010001 | 110110 |
Color Harmonies of #E92C90
Complementary color
Monochromatic Colors of #E92C90
Black with #E92C90
Text Example
Text Example
White with #E92C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C90; }
p { color: rgb(233,44,144); }
H1.HeaderClassName
{
color: #E92C90;
}
.AnyTagClassName
{
color: #E92C90;
}
</style>
background-color css
<style>
a { background-color: #E92C90; }
a { background-color: rgb(233,44,144); }
div.DivClassName
{
background-color: #E92C90;
}
.BgClassName
{
background-color: #E92C90;
}
</style>
border-color css
<style>
span { border-color: #E92C90; }
span { border-color: rgb(233,44,144); }
td.TdClassName
{
border-color: #E92C90;
}
.TagClassName
{
border-color: #E92C90;
}
</style>