Shades of Cerise #E1465F
Tints of Cerise #E1465F
RGB
CMYK
RGB Variations
Color information
#E1465F (or 0xE1465F) is known color: Cerise. HEX triplet: E1, 46 and 5F. RGB value is (225,70,95). Sum of RGB (Red+Green+Blue) = 225+70+95=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1465F is #1EB9A0. Grayscale: #777777. Windows color (decimal): -2013601 or 6244065. OLE color: 6244065.
HSL color Cylindrical-coordinate representation of color #E1465F: hue angle of 350.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1465F is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 95 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.12 |
| HSL | 350.32º | 0.72% | 0.58% | - |
| HSV(B) | 350.32º | 0.69% | 0.88% | - |
| XYZ | 35.31 | 21.21 | 13.06 | - |
| YUV | 119.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 95 | 0 | 0.69 | 0.58 | 0.12 | 350.32 | 0.72 | 0.58 |
| Hex | E1 | 46 | 5F | 0 | 45 | 3A | C | 15E | 48 | 3A |
| Octal | 341 | 106 | 137 | 0 | 105 | 72 | 14 | 536 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1011111 | 0 | 1000101 | 111010 | 1100 | 101011110 | 1001000 | 111010 |
Color Harmonies of #E1465F
Complementary color
Monochromatic Colors of #E1465F
Black with #E1465F
Text Example
Text Example
White with #E1465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1465F; }
p { color: rgb(225,70,95); }
H1.HeaderClassName
{
color: #E1465F;
}
.AnyTagClassName
{
color: #E1465F;
}
</style>
background-color css
<style>
a { background-color: #E1465F; }
a { background-color: rgb(225,70,95); }
div.DivClassName
{
background-color: #E1465F;
}
.BgClassName
{
background-color: #E1465F;
}
</style>
border-color css
<style>
span { border-color: #E1465F; }
span { border-color: rgb(225,70,95); }
td.TdClassName
{
border-color: #E1465F;
}
.TagClassName
{
border-color: #E1465F;
}
</style>