Shades of Cerise #E1226C
Tints of Cerise #E1226C
RGB
CMYK
RGB Variations
Color information
#E1226C (or 0xE1226C) is known color: Cerise. HEX triplet: E1, 22 and 6C. RGB value is (225,34,108). Sum of RGB (Red+Green+Blue) = 225+34+108=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1226C is #1EDD93. Grayscale: #636363. Windows color (decimal): -2022804 or 7086817. OLE color: 7086817.
HSL color Cylindrical-coordinate representation of color #E1226C: hue angle of 336.75º 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 #E1226C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 108 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.12 |
| HSL | 336.75º | 0.76% | 0.51% | - |
| HSV(B) | 336.75º | 0.85% | 0.88% | - |
| XYZ | 34.33 | 18.23 | 15.9 | - |
| YUV | 99.55 | 132.78 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 108 | 0 | 0.85 | 0.52 | 0.12 | 336.75 | 0.76 | 0.51 |
| Hex | E1 | 22 | 6C | 0 | 55 | 34 | C | 151 | 4C | 33 |
| Octal | 341 | 42 | 154 | 0 | 125 | 64 | 14 | 521 | 114 | 63 |
| Binary | 11100001 | 100010 | 1101100 | 0 | 1010101 | 110100 | 1100 | 101010001 | 1001100 | 110011 |
Color Harmonies of #E1226C
Complementary color
Monochromatic Colors of #E1226C
Black with #E1226C
Text Example
Text Example
White with #E1226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1226C; }
p { color: rgb(225,34,108); }
H1.HeaderClassName
{
color: #E1226C;
}
.AnyTagClassName
{
color: #E1226C;
}
</style>
background-color css
<style>
a { background-color: #E1226C; }
a { background-color: rgb(225,34,108); }
div.DivClassName
{
background-color: #E1226C;
}
.BgClassName
{
background-color: #E1226C;
}
</style>
border-color css
<style>
span { border-color: #E1226C; }
span { border-color: rgb(225,34,108); }
td.TdClassName
{
border-color: #E1226C;
}
.TagClassName
{
border-color: #E1226C;
}
</style>