Shades of Cerise #E1225D
Tints of Cerise #E1225D
RGB
CMYK
RGB Variations
Color information
#E1225D (or 0xE1225D) is known color: Cerise. HEX triplet: E1, 22 and 5D. RGB value is (225,34,93). Sum of RGB (Red+Green+Blue) = 225+34+93=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1225D is #1EDDA2. Grayscale: #616161. Windows color (decimal): -2022819 or 6103777. OLE color: 6103777.
HSL color Cylindrical-coordinate representation of color #E1225D: hue angle of 341.47º 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 #E1225D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 93 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.12 |
| HSL | 341.47º | 0.76% | 0.51% | - |
| HSV(B) | 341.47º | 0.85% | 0.88% | - |
| XYZ | 33.6 | 17.94 | 12.05 | - |
| YUV | 97.84 | 125.28 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 93 | 0 | 0.85 | 0.59 | 0.12 | 341.47 | 0.76 | 0.51 |
| Hex | E1 | 22 | 5D | 0 | 55 | 3B | C | 155 | 4C | 33 |
| Octal | 341 | 42 | 135 | 0 | 125 | 73 | 14 | 525 | 114 | 63 |
| Binary | 11100001 | 100010 | 1011101 | 0 | 1010101 | 111011 | 1100 | 101010101 | 1001100 | 110011 |
Color Harmonies of #E1225D
Complementary color
Monochromatic Colors of #E1225D
Black with #E1225D
Text Example
Text Example
White with #E1225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1225D; }
p { color: rgb(225,34,93); }
H1.HeaderClassName
{
color: #E1225D;
}
.AnyTagClassName
{
color: #E1225D;
}
</style>
background-color css
<style>
a { background-color: #E1225D; }
a { background-color: rgb(225,34,93); }
div.DivClassName
{
background-color: #E1225D;
}
.BgClassName
{
background-color: #E1225D;
}
</style>
border-color css
<style>
span { border-color: #E1225D; }
span { border-color: rgb(225,34,93); }
td.TdClassName
{
border-color: #E1225D;
}
.TagClassName
{
border-color: #E1225D;
}
</style>