Shades of Cerise #E1245B
Tints of Cerise #E1245B
RGB
CMYK
RGB Variations
Color information
#E1245B (or 0xE1245B) is known color: Cerise. HEX triplet: E1, 24 and 5B. RGB value is (225,36,91). Sum of RGB (Red+Green+Blue) = 225+36+91=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1245B is #1EDBA4. Grayscale: #626262. Windows color (decimal): -2022309 or 5973217. OLE color: 5973217.
HSL color Cylindrical-coordinate representation of color #E1245B: hue angle of 342.54º 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 #E1245B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 91 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.12 |
| HSL | 342.54º | 0.76% | 0.51% | - |
| HSV(B) | 342.54º | 0.84% | 0.88% | - |
| XYZ | 33.57 | 18.02 | 11.61 | - |
| YUV | 98.78 | 123.62 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 91 | 0 | 0.84 | 0.60 | 0.12 | 342.54 | 0.76 | 0.51 |
| Hex | E1 | 24 | 5B | 0 | 54 | 3C | C | 157 | 4C | 33 |
| Octal | 341 | 44 | 133 | 0 | 124 | 74 | 14 | 527 | 114 | 63 |
| Binary | 11100001 | 100100 | 1011011 | 0 | 1010100 | 111100 | 1100 | 101010111 | 1001100 | 110011 |
Color Harmonies of #E1245B
Complementary color
Monochromatic Colors of #E1245B
Black with #E1245B
Text Example
Text Example
White with #E1245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1245B; }
p { color: rgb(225,36,91); }
H1.HeaderClassName
{
color: #E1245B;
}
.AnyTagClassName
{
color: #E1245B;
}
</style>
background-color css
<style>
a { background-color: #E1245B; }
a { background-color: rgb(225,36,91); }
div.DivClassName
{
background-color: #E1245B;
}
.BgClassName
{
background-color: #E1245B;
}
</style>
border-color css
<style>
span { border-color: #E1245B; }
span { border-color: rgb(225,36,91); }
td.TdClassName
{
border-color: #E1245B;
}
.TagClassName
{
border-color: #E1245B;
}
</style>