Shades of Cerise #E1315B
Tints of Cerise #E1315B
RGB
CMYK
RGB Variations
Color information
#E1315B (or 0xE1315B) is known color: Cerise. HEX triplet: E1, 31 and 5B. RGB value is (225,49,91). Sum of RGB (Red+Green+Blue) = 225+49+91=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1315B is #1ECEA4. Grayscale: #6A6A6A. Windows color (decimal): -2018981 or 5976545. OLE color: 5976545.
HSL color Cylindrical-coordinate representation of color #E1315B: hue angle of 345.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1315B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 91 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.12 |
| HSL | 345.68º | 0.75% | 0.54% | - |
| HSV(B) | 345.68º | 0.78% | 0.88% | - |
| XYZ | 34.04 | 18.96 | 11.76 | - |
| YUV | 106.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 91 | 0 | 0.78 | 0.60 | 0.12 | 345.68 | 0.75 | 0.54 |
| Hex | E1 | 31 | 5B | 0 | 4E | 3C | C | 15A | 4B | 36 |
| Octal | 341 | 61 | 133 | 0 | 116 | 74 | 14 | 532 | 113 | 66 |
| Binary | 11100001 | 110001 | 1011011 | 0 | 1001110 | 111100 | 1100 | 101011010 | 1001011 | 110110 |
Color Harmonies of #E1315B
Complementary color
Monochromatic Colors of #E1315B
Black with #E1315B
Text Example
Text Example
White with #E1315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1315B; }
p { color: rgb(225,49,91); }
H1.HeaderClassName
{
color: #E1315B;
}
.AnyTagClassName
{
color: #E1315B;
}
</style>
background-color css
<style>
a { background-color: #E1315B; }
a { background-color: rgb(225,49,91); }
div.DivClassName
{
background-color: #E1315B;
}
.BgClassName
{
background-color: #E1315B;
}
</style>
border-color css
<style>
span { border-color: #E1315B; }
span { border-color: rgb(225,49,91); }
td.TdClassName
{
border-color: #E1315B;
}
.TagClassName
{
border-color: #E1315B;
}
</style>