Shades of Cerise #E92A70
Tints of Cerise #E92A70
RGB
CMYK
RGB Variations
Color information
#E92A70 (or 0xE92A70) is known color: Cerise. HEX triplet: E9, 2A and 70. RGB value is (233,42,112). Sum of RGB (Red+Green+Blue) = 233+42+112=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A70 is #16D58F. Grayscale: #6B6B6B. Windows color (decimal): -1496464 or 7351017. OLE color: 7351017.
HSL color Cylindrical-coordinate representation of color #E92A70: hue angle of 338.01º 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 #E92A70 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 112 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.09 |
| HSL | 338.01º | 0.81% | 0.54% | - |
| HSV(B) | 338.01º | 0.82% | 0.91% | - |
| XYZ | 37.36 | 20.15 | 17.25 | - |
| YUV | 107.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 112 | 0 | 0.82 | 0.52 | 0.09 | 338.01 | 0.81 | 0.54 |
| Hex | E9 | 2A | 70 | 0 | 52 | 34 | 9 | 152 | 51 | 36 |
| Octal | 351 | 52 | 160 | 0 | 122 | 64 | 11 | 522 | 121 | 66 |
| Binary | 11101001 | 101010 | 1110000 | 0 | 1010010 | 110100 | 1001 | 101010010 | 1010001 | 110110 |
Color Harmonies of #E92A70
Complementary color
Monochromatic Colors of #E92A70
Black with #E92A70
Text Example
Text Example
White with #E92A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A70; }
p { color: rgb(233,42,112); }
H1.HeaderClassName
{
color: #E92A70;
}
.AnyTagClassName
{
color: #E92A70;
}
</style>
background-color css
<style>
a { background-color: #E92A70; }
a { background-color: rgb(233,42,112); }
div.DivClassName
{
background-color: #E92A70;
}
.BgClassName
{
background-color: #E92A70;
}
</style>
border-color css
<style>
span { border-color: #E92A70; }
span { border-color: rgb(233,42,112); }
td.TdClassName
{
border-color: #E92A70;
}
.TagClassName
{
border-color: #E92A70;
}
</style>