Shades of Deep Cerise #E92A81
Tints of Deep Cerise #E92A81
RGB
CMYK
RGB Variations
Color information
#E92A81 (or 0xE92A81) is known color: Deep Cerise. HEX triplet: E9, 2A and 81. RGB value is (233,42,129). Sum of RGB (Red+Green+Blue) = 233+42+129=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A81 is #16D57E. Grayscale: #6C6C6C. Windows color (decimal): -1496447 or 8465129. OLE color: 8465129.
HSL color Cylindrical-coordinate representation of color #E92A81: hue angle of 332.67º 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 #E92A81 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 129 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.09 |
| HSL | 332.67º | 0.81% | 0.54% | - |
| HSV(B) | 332.67º | 0.82% | 0.91% | - |
| XYZ | 38.39 | 20.56 | 22.71 | - |
| YUV | 109.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 129 | 0 | 0.82 | 0.45 | 0.09 | 332.67 | 0.81 | 0.54 |
| Hex | E9 | 2A | 81 | 0 | 52 | 2D | 9 | 14D | 51 | 36 |
| Octal | 351 | 52 | 201 | 0 | 122 | 55 | 11 | 515 | 121 | 66 |
| Binary | 11101001 | 101010 | 10000001 | 0 | 1010010 | 101101 | 1001 | 101001101 | 1010001 | 110110 |
Color Harmonies of #E92A81
Complementary color
Monochromatic Colors of #E92A81
Black with #E92A81
Text Example
Text Example
White with #E92A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A81; }
p { color: rgb(233,42,129); }
H1.HeaderClassName
{
color: #E92A81;
}
.AnyTagClassName
{
color: #E92A81;
}
</style>
background-color css
<style>
a { background-color: #E92A81; }
a { background-color: rgb(233,42,129); }
div.DivClassName
{
background-color: #E92A81;
}
.BgClassName
{
background-color: #E92A81;
}
</style>
border-color css
<style>
span { border-color: #E92A81; }
span { border-color: rgb(233,42,129); }
td.TdClassName
{
border-color: #E92A81;
}
.TagClassName
{
border-color: #E92A81;
}
</style>