Shades of Cerise #E92D75
Tints of Cerise #E92D75
RGB
CMYK
RGB Variations
Color information
#E92D75 (or 0xE92D75) is known color: Cerise. HEX triplet: E9, 2D and 75. RGB value is (233,45,117). Sum of RGB (Red+Green+Blue) = 233+45+117=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D75 is #16D28A. Grayscale: #6D6D6D. Windows color (decimal): -1495691 or 7679465. OLE color: 7679465.
HSL color Cylindrical-coordinate representation of color #E92D75: hue angle of 337.02º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D75 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 117 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.09 |
| HSL | 337.02º | 0.81% | 0.55% | - |
| HSV(B) | 337.02º | 0.81% | 0.91% | - |
| XYZ | 37.75 | 20.48 | 18.79 | - |
| YUV | 109.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 117 | 0 | 0.81 | 0.50 | 0.09 | 337.02 | 0.81 | 0.55 |
| Hex | E9 | 2D | 75 | 0 | 51 | 32 | 9 | 151 | 51 | 37 |
| Octal | 351 | 55 | 165 | 0 | 121 | 62 | 11 | 521 | 121 | 67 |
| Binary | 11101001 | 101101 | 1110101 | 0 | 1010001 | 110010 | 1001 | 101010001 | 1010001 | 110111 |
Color Harmonies of #E92D75
Complementary color
Monochromatic Colors of #E92D75
Black with #E92D75
Text Example
Text Example
White with #E92D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D75; }
p { color: rgb(233,45,117); }
H1.HeaderClassName
{
color: #E92D75;
}
.AnyTagClassName
{
color: #E92D75;
}
</style>
background-color css
<style>
a { background-color: #E92D75; }
a { background-color: rgb(233,45,117); }
div.DivClassName
{
background-color: #E92D75;
}
.BgClassName
{
background-color: #E92D75;
}
</style>
border-color css
<style>
span { border-color: #E92D75; }
span { border-color: rgb(233,45,117); }
td.TdClassName
{
border-color: #E92D75;
}
.TagClassName
{
border-color: #E92D75;
}
</style>