Shades of Cerise #E1256F
Tints of Cerise #E1256F
RGB
CMYK
RGB Variations
Color information
#E1256F (or 0xE1256F) is known color: Cerise. HEX triplet: E1, 25 and 6F. RGB value is (225,37,111). Sum of RGB (Red+Green+Blue) = 225+37+111=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1256F is #1EDA90. Grayscale: #656565. Windows color (decimal): -2022033 or 7284193. OLE color: 7284193.
HSL color Cylindrical-coordinate representation of color #E1256F: hue angle of 336.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1256F is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 111 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.12 |
| HSL | 336.38º | 0.76% | 0.51% | - |
| HSV(B) | 336.38º | 0.84% | 0.88% | - |
| XYZ | 34.58 | 18.48 | 16.78 | - |
| YUV | 101.65 | 133.28 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 111 | 0 | 0.84 | 0.51 | 0.12 | 336.38 | 0.76 | 0.51 |
| Hex | E1 | 25 | 6F | 0 | 54 | 33 | C | 150 | 4C | 33 |
| Octal | 341 | 45 | 157 | 0 | 124 | 63 | 14 | 520 | 114 | 63 |
| Binary | 11100001 | 100101 | 1101111 | 0 | 1010100 | 110011 | 1100 | 101010000 | 1001100 | 110011 |
Color Harmonies of #E1256F
Complementary color
Monochromatic Colors of #E1256F
Black with #E1256F
Text Example
Text Example
White with #E1256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1256F; }
p { color: rgb(225,37,111); }
H1.HeaderClassName
{
color: #E1256F;
}
.AnyTagClassName
{
color: #E1256F;
}
</style>
background-color css
<style>
a { background-color: #E1256F; }
a { background-color: rgb(225,37,111); }
div.DivClassName
{
background-color: #E1256F;
}
.BgClassName
{
background-color: #E1256F;
}
</style>
border-color css
<style>
span { border-color: #E1256F; }
span { border-color: rgb(225,37,111); }
td.TdClassName
{
border-color: #E1256F;
}
.TagClassName
{
border-color: #E1256F;
}
</style>