Shades of Cerise #E1256D
Tints of Cerise #E1256D
RGB
CMYK
RGB Variations
Color information
#E1256D (or 0xE1256D) is known color: Cerise. HEX triplet: E1, 25 and 6D. RGB value is (225,37,109). Sum of RGB (Red+Green+Blue) = 225+37+109=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1256D is #1EDA92. Grayscale: #656565. Windows color (decimal): -2022035 or 7153121. OLE color: 7153121.
HSL color Cylindrical-coordinate representation of color #E1256D: hue angle of 337.02º 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 #E1256D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 109 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.12 |
| HSL | 337.02º | 0.76% | 0.51% | - |
| HSV(B) | 337.02º | 0.84% | 0.88% | - |
| XYZ | 34.47 | 18.43 | 16.21 | - |
| YUV | 101.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 109 | 0 | 0.84 | 0.52 | 0.12 | 337.02 | 0.76 | 0.51 |
| Hex | E1 | 25 | 6D | 0 | 54 | 34 | C | 151 | 4C | 33 |
| Octal | 341 | 45 | 155 | 0 | 124 | 64 | 14 | 521 | 114 | 63 |
| Binary | 11100001 | 100101 | 1101101 | 0 | 1010100 | 110100 | 1100 | 101010001 | 1001100 | 110011 |
Color Harmonies of #E1256D
Complementary color
Monochromatic Colors of #E1256D
Black with #E1256D
Text Example
Text Example
White with #E1256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1256D; }
p { color: rgb(225,37,109); }
H1.HeaderClassName
{
color: #E1256D;
}
.AnyTagClassName
{
color: #E1256D;
}
</style>
background-color css
<style>
a { background-color: #E1256D; }
a { background-color: rgb(225,37,109); }
div.DivClassName
{
background-color: #E1256D;
}
.BgClassName
{
background-color: #E1256D;
}
</style>
border-color css
<style>
span { border-color: #E1256D; }
span { border-color: rgb(225,37,109); }
td.TdClassName
{
border-color: #E1256D;
}
.TagClassName
{
border-color: #E1256D;
}
</style>