Shades of Cerise #E1235E
Tints of Cerise #E1235E
RGB
CMYK
RGB Variations
Color information
#E1235E (or 0xE1235E) is known color: Cerise. HEX triplet: E1, 23 and 5E. RGB value is (225,35,94). Sum of RGB (Red+Green+Blue) = 225+35+94=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1235E is #1EDCA1. Grayscale: #626262. Windows color (decimal): -2022562 or 6169569. OLE color: 6169569.
HSL color Cylindrical-coordinate representation of color #E1235E: hue angle of 341.37º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1235E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 94 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.12 |
| HSL | 341.37º | 0.76% | 0.51% | - |
| HSV(B) | 341.37º | 0.84% | 0.88% | - |
| XYZ | 33.67 | 18.02 | 12.29 | - |
| YUV | 98.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 94 | 0 | 0.84 | 0.58 | 0.12 | 341.37 | 0.76 | 0.51 |
| Hex | E1 | 23 | 5E | 0 | 54 | 3A | C | 155 | 4C | 33 |
| Octal | 341 | 43 | 136 | 0 | 124 | 72 | 14 | 525 | 114 | 63 |
| Binary | 11100001 | 100011 | 1011110 | 0 | 1010100 | 111010 | 1100 | 101010101 | 1001100 | 110011 |
Color Harmonies of #E1235E
Complementary color
Monochromatic Colors of #E1235E
Black with #E1235E
Text Example
Text Example
White with #E1235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1235E; }
p { color: rgb(225,35,94); }
H1.HeaderClassName
{
color: #E1235E;
}
.AnyTagClassName
{
color: #E1235E;
}
</style>
background-color css
<style>
a { background-color: #E1235E; }
a { background-color: rgb(225,35,94); }
div.DivClassName
{
background-color: #E1235E;
}
.BgClassName
{
background-color: #E1235E;
}
</style>
border-color css
<style>
span { border-color: #E1235E; }
span { border-color: rgb(225,35,94); }
td.TdClassName
{
border-color: #E1235E;
}
.TagClassName
{
border-color: #E1235E;
}
</style>