Shades of Cerise #E1286F
Tints of Cerise #E1286F
RGB
CMYK
RGB Variations
Color information
#E1286F (or 0xE1286F) is known color: Cerise. HEX triplet: E1, 28 and 6F. RGB value is (225,40,111). Sum of RGB (Red+Green+Blue) = 225+40+111=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E1286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1286F is #1ED790. Grayscale: #676767. Windows color (decimal): -2021265 or 7284961. OLE color: 7284961.
HSL color Cylindrical-coordinate representation of color #E1286F: hue angle of 336.97º 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 #E1286F is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 111 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.12 |
| HSL | 336.97º | 0.76% | 0.52% | - |
| HSV(B) | 336.97º | 0.82% | 0.88% | - |
| XYZ | 34.68 | 18.67 | 16.82 | - |
| YUV | 103.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 111 | 0 | 0.82 | 0.51 | 0.12 | 336.97 | 0.76 | 0.52 |
| Hex | E1 | 28 | 6F | 0 | 52 | 33 | C | 151 | 4C | 34 |
| Octal | 341 | 50 | 157 | 0 | 122 | 63 | 14 | 521 | 114 | 64 |
| Binary | 11100001 | 101000 | 1101111 | 0 | 1010010 | 110011 | 1100 | 101010001 | 1001100 | 110100 |
Color Harmonies of #E1286F
Complementary color
Monochromatic Colors of #E1286F
Black with #E1286F
Text Example
Text Example
White with #E1286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1286F; }
p { color: rgb(225,40,111); }
H1.HeaderClassName
{
color: #E1286F;
}
.AnyTagClassName
{
color: #E1286F;
}
</style>
background-color css
<style>
a { background-color: #E1286F; }
a { background-color: rgb(225,40,111); }
div.DivClassName
{
background-color: #E1286F;
}
.BgClassName
{
background-color: #E1286F;
}
</style>
border-color css
<style>
span { border-color: #E1286F; }
span { border-color: rgb(225,40,111); }
td.TdClassName
{
border-color: #E1286F;
}
.TagClassName
{
border-color: #E1286F;
}
</style>