Shades of Cerise #E1256B
Tints of Cerise #E1256B
RGB
CMYK
RGB Variations
Color information
#E1256B (or 0xE1256B) is known color: Cerise. HEX triplet: E1, 25 and 6B. RGB value is (225,37,107). Sum of RGB (Red+Green+Blue) = 225+37+107=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1256B is #1EDA94. Grayscale: #656565. Windows color (decimal): -2022037 or 7022049. OLE color: 7022049.
HSL color Cylindrical-coordinate representation of color #E1256B: hue angle of 337.66º 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 #E1256B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 107 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.12 |
| HSL | 337.66º | 0.76% | 0.51% | - |
| HSV(B) | 337.66º | 0.84% | 0.88% | - |
| XYZ | 34.37 | 18.39 | 15.65 | - |
| YUV | 101.19 | 131.28 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 107 | 0 | 0.84 | 0.52 | 0.12 | 337.66 | 0.76 | 0.51 |
| Hex | E1 | 25 | 6B | 0 | 54 | 34 | C | 152 | 4C | 33 |
| Octal | 341 | 45 | 153 | 0 | 124 | 64 | 14 | 522 | 114 | 63 |
| Binary | 11100001 | 100101 | 1101011 | 0 | 1010100 | 110100 | 1100 | 101010010 | 1001100 | 110011 |
Color Harmonies of #E1256B
Complementary color
Monochromatic Colors of #E1256B
Black with #E1256B
Text Example
Text Example
White with #E1256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1256B; }
p { color: rgb(225,37,107); }
H1.HeaderClassName
{
color: #E1256B;
}
.AnyTagClassName
{
color: #E1256B;
}
</style>
background-color css
<style>
a { background-color: #E1256B; }
a { background-color: rgb(225,37,107); }
div.DivClassName
{
background-color: #E1256B;
}
.BgClassName
{
background-color: #E1256B;
}
</style>
border-color css
<style>
span { border-color: #E1256B; }
span { border-color: rgb(225,37,107); }
td.TdClassName
{
border-color: #E1256B;
}
.TagClassName
{
border-color: #E1256B;
}
</style>