Shades of Cerise #E1285F
Tints of Cerise #E1285F
RGB
CMYK
RGB Variations
Color information
#E1285F (or 0xE1285F) is known color: Cerise. HEX triplet: E1, 28 and 5F. RGB value is (225,40,95). Sum of RGB (Red+Green+Blue) = 225+40+95=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E1285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1285F is #1ED7A0. Grayscale: #656565. Windows color (decimal): -2021281 or 6236385. OLE color: 6236385.
HSL color Cylindrical-coordinate representation of color #E1285F: hue angle of 342.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1285F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 95 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.12 |
| HSL | 342.16º | 0.76% | 0.52% | - |
| HSV(B) | 342.16º | 0.82% | 0.88% | - |
| XYZ | 33.88 | 18.35 | 12.58 | - |
| YUV | 101.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 95 | 0 | 0.82 | 0.58 | 0.12 | 342.16 | 0.76 | 0.52 |
| Hex | E1 | 28 | 5F | 0 | 52 | 3A | C | 156 | 4C | 34 |
| Octal | 341 | 50 | 137 | 0 | 122 | 72 | 14 | 526 | 114 | 64 |
| Binary | 11100001 | 101000 | 1011111 | 0 | 1010010 | 111010 | 1100 | 101010110 | 1001100 | 110100 |
Color Harmonies of #E1285F
Complementary color
Monochromatic Colors of #E1285F
Black with #E1285F
Text Example
Text Example
White with #E1285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1285F; }
p { color: rgb(225,40,95); }
H1.HeaderClassName
{
color: #E1285F;
}
.AnyTagClassName
{
color: #E1285F;
}
</style>
background-color css
<style>
a { background-color: #E1285F; }
a { background-color: rgb(225,40,95); }
div.DivClassName
{
background-color: #E1285F;
}
.BgClassName
{
background-color: #E1285F;
}
</style>
border-color css
<style>
span { border-color: #E1285F; }
span { border-color: rgb(225,40,95); }
td.TdClassName
{
border-color: #E1285F;
}
.TagClassName
{
border-color: #E1285F;
}
</style>