Shades of Cerise #E1415A
Tints of Cerise #E1415A
RGB
CMYK
RGB Variations
Color information
#E1415A (or 0xE1415A) is known color: Cerise. HEX triplet: E1, 41 and 5A. RGB value is (225,65,90). Sum of RGB (Red+Green+Blue) = 225+65+90=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1415A is #1EBEA5. Grayscale: #737373. Windows color (decimal): -2014886 or 5915105. OLE color: 5915105.
HSL color Cylindrical-coordinate representation of color #E1415A: hue angle of 350.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1415A is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 90 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.12 |
| HSL | 350.63º | 0.73% | 0.57% | - |
| HSV(B) | 350.63º | 0.71% | 0.88% | - |
| XYZ | 34.79 | 20.53 | 11.8 | - |
| YUV | 115.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 90 | 0 | 0.71 | 0.60 | 0.12 | 350.63 | 0.73 | 0.57 |
| Hex | E1 | 41 | 5A | 0 | 47 | 3C | C | 15F | 49 | 39 |
| Octal | 341 | 101 | 132 | 0 | 107 | 74 | 14 | 537 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1011010 | 0 | 1000111 | 111100 | 1100 | 101011111 | 1001001 | 111001 |
Color Harmonies of #E1415A
Complementary color
Monochromatic Colors of #E1415A
Black with #E1415A
Text Example
Text Example
White with #E1415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1415A; }
p { color: rgb(225,65,90); }
H1.HeaderClassName
{
color: #E1415A;
}
.AnyTagClassName
{
color: #E1415A;
}
</style>
background-color css
<style>
a { background-color: #E1415A; }
a { background-color: rgb(225,65,90); }
div.DivClassName
{
background-color: #E1415A;
}
.BgClassName
{
background-color: #E1415A;
}
</style>
border-color css
<style>
span { border-color: #E1415A; }
span { border-color: rgb(225,65,90); }
td.TdClassName
{
border-color: #E1415A;
}
.TagClassName
{
border-color: #E1415A;
}
</style>