Shades of Cerise #E1226B
Tints of Cerise #E1226B
RGB
CMYK
RGB Variations
Color information
#E1226B (or 0xE1226B) is known color: Cerise. HEX triplet: E1, 22 and 6B. RGB value is (225,34,107). Sum of RGB (Red+Green+Blue) = 225+34+107=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1226B is #1EDD94. Grayscale: #636363. Windows color (decimal): -2022805 or 7021281. OLE color: 7021281.
HSL color Cylindrical-coordinate representation of color #E1226B: hue angle of 337.07º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1226B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 107 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.12 |
| HSL | 337.07º | 0.76% | 0.51% | - |
| HSV(B) | 337.07º | 0.85% | 0.88% | - |
| XYZ | 34.28 | 18.21 | 15.62 | - |
| YUV | 99.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 107 | 0 | 0.85 | 0.52 | 0.12 | 337.07 | 0.76 | 0.51 |
| Hex | E1 | 22 | 6B | 0 | 55 | 34 | C | 151 | 4C | 33 |
| Octal | 341 | 42 | 153 | 0 | 125 | 64 | 14 | 521 | 114 | 63 |
| Binary | 11100001 | 100010 | 1101011 | 0 | 1010101 | 110100 | 1100 | 101010001 | 1001100 | 110011 |
Color Harmonies of #E1226B
Complementary color
Monochromatic Colors of #E1226B
Black with #E1226B
Text Example
Text Example
White with #E1226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1226B; }
p { color: rgb(225,34,107); }
H1.HeaderClassName
{
color: #E1226B;
}
.AnyTagClassName
{
color: #E1226B;
}
</style>
background-color css
<style>
a { background-color: #E1226B; }
a { background-color: rgb(225,34,107); }
div.DivClassName
{
background-color: #E1226B;
}
.BgClassName
{
background-color: #E1226B;
}
</style>
border-color css
<style>
span { border-color: #E1226B; }
span { border-color: rgb(225,34,107); }
td.TdClassName
{
border-color: #E1226B;
}
.TagClassName
{
border-color: #E1226B;
}
</style>