Shades of Cerise #E12261
Tints of Cerise #E12261
RGB
CMYK
RGB Variations
Color information
#E12261 (or 0xE12261) is known color: Cerise. HEX triplet: E1, 22 and 61. RGB value is (225,34,97). Sum of RGB (Red+Green+Blue) = 225+34+97=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E12261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12261 is #1EDD9E. Grayscale: #626262. Windows color (decimal): -2022815 or 6365921. OLE color: 6365921.
HSL color Cylindrical-coordinate representation of color #E12261: hue angle of 340.21º 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 #E12261 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 97 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.12 |
| HSL | 340.21º | 0.76% | 0.51% | - |
| HSV(B) | 340.21º | 0.85% | 0.88% | - |
| XYZ | 33.78 | 18.01 | 13.01 | - |
| YUV | 98.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 97 | 0 | 0.85 | 0.57 | 0.12 | 340.21 | 0.76 | 0.51 |
| Hex | E1 | 22 | 61 | 0 | 55 | 39 | C | 154 | 4C | 33 |
| Octal | 341 | 42 | 141 | 0 | 125 | 71 | 14 | 524 | 114 | 63 |
| Binary | 11100001 | 100010 | 1100001 | 0 | 1010101 | 111001 | 1100 | 101010100 | 1001100 | 110011 |
Color Harmonies of #E12261
Complementary color
Monochromatic Colors of #E12261
Black with #E12261
Text Example
Text Example
White with #E12261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12261; }
p { color: rgb(225,34,97); }
H1.HeaderClassName
{
color: #E12261;
}
.AnyTagClassName
{
color: #E12261;
}
</style>
background-color css
<style>
a { background-color: #E12261; }
a { background-color: rgb(225,34,97); }
div.DivClassName
{
background-color: #E12261;
}
.BgClassName
{
background-color: #E12261;
}
</style>
border-color css
<style>
span { border-color: #E12261; }
span { border-color: rgb(225,34,97); }
td.TdClassName
{
border-color: #E12261;
}
.TagClassName
{
border-color: #E12261;
}
</style>