Shades of Cerise #E1255B
Tints of Cerise #E1255B
RGB
CMYK
RGB Variations
Color information
#E1255B (or 0xE1255B) is known color: Cerise. HEX triplet: E1, 25 and 5B. RGB value is (225,37,91). Sum of RGB (Red+Green+Blue) = 225+37+91=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1255B is #1EDAA4. Grayscale: #636363. Windows color (decimal): -2022053 or 5973473. OLE color: 5973473.
HSL color Cylindrical-coordinate representation of color #E1255B: hue angle of 342.77º 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 #E1255B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 91 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.12 |
| HSL | 342.77º | 0.76% | 0.51% | - |
| HSV(B) | 342.77º | 0.84% | 0.88% | - |
| XYZ | 33.6 | 18.09 | 11.62 | - |
| YUV | 99.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 91 | 0 | 0.84 | 0.60 | 0.12 | 342.77 | 0.76 | 0.51 |
| Hex | E1 | 25 | 5B | 0 | 54 | 3C | C | 157 | 4C | 33 |
| Octal | 341 | 45 | 133 | 0 | 124 | 74 | 14 | 527 | 114 | 63 |
| Binary | 11100001 | 100101 | 1011011 | 0 | 1010100 | 111100 | 1100 | 101010111 | 1001100 | 110011 |
Color Harmonies of #E1255B
Complementary color
Monochromatic Colors of #E1255B
Black with #E1255B
Text Example
Text Example
White with #E1255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1255B; }
p { color: rgb(225,37,91); }
H1.HeaderClassName
{
color: #E1255B;
}
.AnyTagClassName
{
color: #E1255B;
}
</style>
background-color css
<style>
a { background-color: #E1255B; }
a { background-color: rgb(225,37,91); }
div.DivClassName
{
background-color: #E1255B;
}
.BgClassName
{
background-color: #E1255B;
}
</style>
border-color css
<style>
span { border-color: #E1255B; }
span { border-color: rgb(225,37,91); }
td.TdClassName
{
border-color: #E1255B;
}
.TagClassName
{
border-color: #E1255B;
}
</style>