Shades of Deep Cerise #E92C8A
Tints of Deep Cerise #E92C8A
RGB
CMYK
RGB Variations
Color information
#E92C8A (or 0xE92C8A) is known color: Deep Cerise. HEX triplet: E9, 2C and 8A. RGB value is (233,44,138). Sum of RGB (Red+Green+Blue) = 233+44+138=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92C8A is #16D375. Grayscale: #6F6F6F. Windows color (decimal): -1495926 or 9055465. OLE color: 9055465.
HSL color Cylindrical-coordinate representation of color #E92C8A: hue angle of 330.16º 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 #E92C8A is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 138 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.09 |
| HSL | 330.16º | 0.81% | 0.54% | - |
| HSV(B) | 330.16º | 0.81% | 0.91% | - |
| XYZ | 39.09 | 20.96 | 26.03 | - |
| YUV | 111.23 | 143.12 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 138 | 0 | 0.81 | 0.41 | 0.09 | 330.16 | 0.81 | 0.54 |
| Hex | E9 | 2C | 8A | 0 | 51 | 29 | 9 | 14A | 51 | 36 |
| Octal | 351 | 54 | 212 | 0 | 121 | 51 | 11 | 512 | 121 | 66 |
| Binary | 11101001 | 101100 | 10001010 | 0 | 1010001 | 101001 | 1001 | 101001010 | 1010001 | 110110 |
Color Harmonies of #E92C8A
Complementary color
Monochromatic Colors of #E92C8A
Black with #E92C8A
Text Example
Text Example
White with #E92C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C8A; }
p { color: rgb(233,44,138); }
H1.HeaderClassName
{
color: #E92C8A;
}
.AnyTagClassName
{
color: #E92C8A;
}
</style>
background-color css
<style>
a { background-color: #E92C8A; }
a { background-color: rgb(233,44,138); }
div.DivClassName
{
background-color: #E92C8A;
}
.BgClassName
{
background-color: #E92C8A;
}
</style>
border-color css
<style>
span { border-color: #E92C8A; }
span { border-color: rgb(233,44,138); }
td.TdClassName
{
border-color: #E92C8A;
}
.TagClassName
{
border-color: #E92C8A;
}
</style>