Shades of Deep Cerise #E92C8B
Tints of Deep Cerise #E92C8B
RGB
CMYK
RGB Variations
Color information
#E92C8B (or 0xE92C8B) is known color: Deep Cerise. HEX triplet: E9, 2C and 8B. RGB value is (233,44,139). Sum of RGB (Red+Green+Blue) = 233+44+139=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92C8B is #16D374. Grayscale: #6F6F6F. Windows color (decimal): -1495925 or 9121001. OLE color: 9121001.
HSL color Cylindrical-coordinate representation of color #E92C8B: hue angle of 329.84º 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 #E92C8B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 139 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.09 |
| HSL | 329.84º | 0.81% | 0.54% | - |
| HSV(B) | 329.84º | 0.81% | 0.91% | - |
| XYZ | 39.17 | 20.99 | 26.41 | - |
| YUV | 111.34 | 143.62 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 139 | 0 | 0.81 | 0.40 | 0.09 | 329.84 | 0.81 | 0.54 |
| Hex | E9 | 2C | 8B | 0 | 51 | 28 | 9 | 14A | 51 | 36 |
| Octal | 351 | 54 | 213 | 0 | 121 | 50 | 11 | 512 | 121 | 66 |
| Binary | 11101001 | 101100 | 10001011 | 0 | 1010001 | 101000 | 1001 | 101001010 | 1010001 | 110110 |
Color Harmonies of #E92C8B
Complementary color
Monochromatic Colors of #E92C8B
Black with #E92C8B
Text Example
Text Example
White with #E92C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C8B; }
p { color: rgb(233,44,139); }
H1.HeaderClassName
{
color: #E92C8B;
}
.AnyTagClassName
{
color: #E92C8B;
}
</style>
background-color css
<style>
a { background-color: #E92C8B; }
a { background-color: rgb(233,44,139); }
div.DivClassName
{
background-color: #E92C8B;
}
.BgClassName
{
background-color: #E92C8B;
}
</style>
border-color css
<style>
span { border-color: #E92C8B; }
span { border-color: rgb(233,44,139); }
td.TdClassName
{
border-color: #E92C8B;
}
.TagClassName
{
border-color: #E92C8B;
}
</style>