Shades of Deep Cerise #E92A92
Tints of Deep Cerise #E92A92
RGB
CMYK
RGB Variations
Color information
#E92A92 (or 0xE92A92) is known color: Deep Cerise. HEX triplet: E9, 2A and 92. RGB value is (233,42,146). Sum of RGB (Red+Green+Blue) = 233+42+146=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A92 is #16D56D. Grayscale: #6E6E6E. Windows color (decimal): -1496430 or 9579241. OLE color: 9579241.
HSL color Cylindrical-coordinate representation of color #E92A92: hue angle of 327.33º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A92 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 146 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.09 |
| HSL | 327.33º | 0.81% | 0.54% | - |
| HSV(B) | 327.33º | 0.82% | 0.91% | - |
| XYZ | 39.62 | 21.05 | 29.17 | - |
| YUV | 110.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 146 | 0 | 0.82 | 0.37 | 0.09 | 327.33 | 0.81 | 0.54 |
| Hex | E9 | 2A | 92 | 0 | 52 | 25 | 9 | 147 | 51 | 36 |
| Octal | 351 | 52 | 222 | 0 | 122 | 45 | 11 | 507 | 121 | 66 |
| Binary | 11101001 | 101010 | 10010010 | 0 | 1010010 | 100101 | 1001 | 101000111 | 1010001 | 110110 |
Color Harmonies of #E92A92
Complementary color
Monochromatic Colors of #E92A92
Black with #E92A92
Text Example
Text Example
White with #E92A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A92; }
p { color: rgb(233,42,146); }
H1.HeaderClassName
{
color: #E92A92;
}
.AnyTagClassName
{
color: #E92A92;
}
</style>
background-color css
<style>
a { background-color: #E92A92; }
a { background-color: rgb(233,42,146); }
div.DivClassName
{
background-color: #E92A92;
}
.BgClassName
{
background-color: #E92A92;
}
</style>
border-color css
<style>
span { border-color: #E92A92; }
span { border-color: rgb(233,42,146); }
td.TdClassName
{
border-color: #E92A92;
}
.TagClassName
{
border-color: #E92A92;
}
</style>