Shades of Cerise #E1315A
Tints of Cerise #E1315A
RGB
CMYK
RGB Variations
Color information
#E1315A (or 0xE1315A) is known color: Cerise. HEX triplet: E1, 31 and 5A. RGB value is (225,49,90). Sum of RGB (Red+Green+Blue) = 225+49+90=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E1315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1315A is #1ECEA5. Grayscale: #6A6A6A. Windows color (decimal): -2018982 or 5911009. OLE color: 5911009.
HSL color Cylindrical-coordinate representation of color #E1315A: hue angle of 346.02º 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 #E1315A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 90 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.12 |
| HSL | 346.02º | 0.75% | 0.54% | - |
| HSV(B) | 346.02º | 0.78% | 0.88% | - |
| XYZ | 34 | 18.94 | 11.54 | - |
| YUV | 106.3 | 118.81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 90 | 0 | 0.78 | 0.60 | 0.12 | 346.02 | 0.75 | 0.54 |
| Hex | E1 | 31 | 5A | 0 | 4E | 3C | C | 15A | 4B | 36 |
| Octal | 341 | 61 | 132 | 0 | 116 | 74 | 14 | 532 | 113 | 66 |
| Binary | 11100001 | 110001 | 1011010 | 0 | 1001110 | 111100 | 1100 | 101011010 | 1001011 | 110110 |
Color Harmonies of #E1315A
Complementary color
Monochromatic Colors of #E1315A
Black with #E1315A
Text Example
Text Example
White with #E1315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1315A; }
p { color: rgb(225,49,90); }
H1.HeaderClassName
{
color: #E1315A;
}
.AnyTagClassName
{
color: #E1315A;
}
</style>
background-color css
<style>
a { background-color: #E1315A; }
a { background-color: rgb(225,49,90); }
div.DivClassName
{
background-color: #E1315A;
}
.BgClassName
{
background-color: #E1315A;
}
</style>
border-color css
<style>
span { border-color: #E1315A; }
span { border-color: rgb(225,49,90); }
td.TdClassName
{
border-color: #E1315A;
}
.TagClassName
{
border-color: #E1315A;
}
</style>