Shades of Cerise #E9285F
Tints of Cerise #E9285F
RGB
CMYK
RGB Variations
Color information
#E9285F (or 0xE9285F) is known color: Cerise. HEX triplet: E9, 28 and 5F. RGB value is (233,40,95). Sum of RGB (Red+Green+Blue) = 233+40+95=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E9285F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9285F is #16D7A0. Grayscale: #676767. Windows color (decimal): -1496993 or 6236393. OLE color: 6236393.
HSL color Cylindrical-coordinate representation of color #E9285F: hue angle of 342.9º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9285F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 95 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.09 |
| HSL | 342.9º | 0.81% | 0.54% | - |
| HSV(B) | 342.9º | 0.83% | 0.91% | - |
| XYZ | 36.43 | 19.67 | 12.7 | - |
| YUV | 103.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 95 | 0 | 0.83 | 0.59 | 0.09 | 342.9 | 0.81 | 0.54 |
| Hex | E9 | 28 | 5F | 0 | 53 | 3B | 9 | 157 | 51 | 36 |
| Octal | 351 | 50 | 137 | 0 | 123 | 73 | 11 | 527 | 121 | 66 |
| Binary | 11101001 | 101000 | 1011111 | 0 | 1010011 | 111011 | 1001 | 101010111 | 1010001 | 110110 |
Color Harmonies of #E9285F
Complementary color
Monochromatic Colors of #E9285F
Black with #E9285F
Text Example
Text Example
White with #E9285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9285F; }
p { color: rgb(233,40,95); }
H1.HeaderClassName
{
color: #E9285F;
}
.AnyTagClassName
{
color: #E9285F;
}
</style>
background-color css
<style>
a { background-color: #E9285F; }
a { background-color: rgb(233,40,95); }
div.DivClassName
{
background-color: #E9285F;
}
.BgClassName
{
background-color: #E9285F;
}
</style>
border-color css
<style>
span { border-color: #E9285F; }
span { border-color: rgb(233,40,95); }
td.TdClassName
{
border-color: #E9285F;
}
.TagClassName
{
border-color: #E9285F;
}
</style>