Shades of Cerise #E92E69
Tints of Cerise #E92E69
RGB
CMYK
RGB Variations
Color information
#E92E69 (or 0xE92E69) is known color: Cerise. HEX triplet: E9, 2E and 69. RGB value is (233,46,105). Sum of RGB (Red+Green+Blue) = 233+46+105=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E69 is #16D196. Grayscale: #6C6C6C. Windows color (decimal): -1495447 or 6893289. OLE color: 6893289.
HSL color Cylindrical-coordinate representation of color #E92E69: hue angle of 341.07º 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 #E92E69 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 105 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.09 |
| HSL | 341.07º | 0.81% | 0.55% | - |
| HSV(B) | 341.07º | 0.8% | 0.91% | - |
| XYZ | 37.13 | 20.3 | 15.33 | - |
| YUV | 108.64 | 125.95 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 105 | 0 | 0.80 | 0.55 | 0.09 | 341.07 | 0.81 | 0.55 |
| Hex | E9 | 2E | 69 | 0 | 50 | 37 | 9 | 155 | 51 | 37 |
| Octal | 351 | 56 | 151 | 0 | 120 | 67 | 11 | 525 | 121 | 67 |
| Binary | 11101001 | 101110 | 1101001 | 0 | 1010000 | 110111 | 1001 | 101010101 | 1010001 | 110111 |
Color Harmonies of #E92E69
Complementary color
Monochromatic Colors of #E92E69
Black with #E92E69
Text Example
Text Example
White with #E92E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E69; }
p { color: rgb(233,46,105); }
H1.HeaderClassName
{
color: #E92E69;
}
.AnyTagClassName
{
color: #E92E69;
}
</style>
background-color css
<style>
a { background-color: #E92E69; }
a { background-color: rgb(233,46,105); }
div.DivClassName
{
background-color: #E92E69;
}
.BgClassName
{
background-color: #E92E69;
}
</style>
border-color css
<style>
span { border-color: #E92E69; }
span { border-color: rgb(233,46,105); }
td.TdClassName
{
border-color: #E92E69;
}
.TagClassName
{
border-color: #E92E69;
}
</style>