Shades of Cerise #E92965
Tints of Cerise #E92965
RGB
CMYK
RGB Variations
Color information
#E92965 (or 0xE92965) is known color: Cerise. HEX triplet: E9, 29 and 65. RGB value is (233,41,101). Sum of RGB (Red+Green+Blue) = 233+41+101=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E92965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92965 is #16D69A. Grayscale: #696969. Windows color (decimal): -1496731 or 6629865. OLE color: 6629865.
HSL color Cylindrical-coordinate representation of color #E92965: hue angle of 341.25º 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 #E92965 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 101 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.09 |
| HSL | 341.25º | 0.81% | 0.54% | - |
| HSV(B) | 341.25º | 0.82% | 0.91% | - |
| XYZ | 36.75 | 19.85 | 14.21 | - |
| YUV | 105.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 101 | 0 | 0.82 | 0.57 | 0.09 | 341.25 | 0.81 | 0.54 |
| Hex | E9 | 29 | 65 | 0 | 52 | 39 | 9 | 155 | 51 | 36 |
| Octal | 351 | 51 | 145 | 0 | 122 | 71 | 11 | 525 | 121 | 66 |
| Binary | 11101001 | 101001 | 1100101 | 0 | 1010010 | 111001 | 1001 | 101010101 | 1010001 | 110110 |
Color Harmonies of #E92965
Complementary color
Monochromatic Colors of #E92965
Black with #E92965
Text Example
Text Example
White with #E92965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92965; }
p { color: rgb(233,41,101); }
H1.HeaderClassName
{
color: #E92965;
}
.AnyTagClassName
{
color: #E92965;
}
</style>
background-color css
<style>
a { background-color: #E92965; }
a { background-color: rgb(233,41,101); }
div.DivClassName
{
background-color: #E92965;
}
.BgClassName
{
background-color: #E92965;
}
</style>
border-color css
<style>
span { border-color: #E92965; }
span { border-color: rgb(233,41,101); }
td.TdClassName
{
border-color: #E92965;
}
.TagClassName
{
border-color: #E92965;
}
</style>