Shades of Cerise #E92F5E
Tints of Cerise #E92F5E
RGB
CMYK
RGB Variations
Color information
#E92F5E (or 0xE92F5E) is known color: Cerise. HEX triplet: E9, 2F and 5E. RGB value is (233,47,94). Sum of RGB (Red+Green+Blue) = 233+47+94=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92F5E is #16D0A1. Grayscale: #6B6B6B. Windows color (decimal): -1495202 or 6172649. OLE color: 6172649.
HSL color Cylindrical-coordinate representation of color #E92F5E: hue angle of 344.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F5E is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 94 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.09 |
| HSL | 344.84º | 0.81% | 0.55% | - |
| HSV(B) | 344.84º | 0.8% | 0.91% | - |
| XYZ | 36.64 | 20.16 | 12.55 | - |
| YUV | 107.97 | 120.12 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 94 | 0 | 0.80 | 0.60 | 0.09 | 344.84 | 0.81 | 0.55 |
| Hex | E9 | 2F | 5E | 0 | 50 | 3C | 9 | 159 | 51 | 37 |
| Octal | 351 | 57 | 136 | 0 | 120 | 74 | 11 | 531 | 121 | 67 |
| Binary | 11101001 | 101111 | 1011110 | 0 | 1010000 | 111100 | 1001 | 101011001 | 1010001 | 110111 |
Color Harmonies of #E92F5E
Complementary color
Monochromatic Colors of #E92F5E
Black with #E92F5E
Text Example
Text Example
White with #E92F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F5E; }
p { color: rgb(233,47,94); }
H1.HeaderClassName
{
color: #E92F5E;
}
.AnyTagClassName
{
color: #E92F5E;
}
</style>
background-color css
<style>
a { background-color: #E92F5E; }
a { background-color: rgb(233,47,94); }
div.DivClassName
{
background-color: #E92F5E;
}
.BgClassName
{
background-color: #E92F5E;
}
</style>
border-color css
<style>
span { border-color: #E92F5E; }
span { border-color: rgb(233,47,94); }
td.TdClassName
{
border-color: #E92F5E;
}
.TagClassName
{
border-color: #E92F5E;
}
</style>