Shades of Cerise #E0225D
Tints of Cerise #E0225D
RGB
CMYK
RGB Variations
Color information
#E0225D (or 0xE0225D) is known color: Cerise. HEX triplet: E0, 22 and 5D. RGB value is (224,34,93). Sum of RGB (Red+Green+Blue) = 224+34+93=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0225D is #1FDDA2. Grayscale: #616161. Windows color (decimal): -2088355 or 6103776. OLE color: 6103776.
HSL color Cylindrical-coordinate representation of color #E0225D: hue angle of 341.37º degrees, saturation: 0.75, 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 #E0225D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 93 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.12 |
| HSL | 341.37º | 0.75% | 0.51% | - |
| HSV(B) | 341.37º | 0.85% | 0.88% | - |
| XYZ | 33.29 | 17.78 | 12.03 | - |
| YUV | 97.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 93 | 0 | 0.85 | 0.58 | 0.12 | 341.37 | 0.75 | 0.51 |
| Hex | E0 | 22 | 5D | 0 | 55 | 3A | C | 155 | 4B | 33 |
| Octal | 340 | 42 | 135 | 0 | 125 | 72 | 14 | 525 | 113 | 63 |
| Binary | 11100000 | 100010 | 1011101 | 0 | 1010101 | 111010 | 1100 | 101010101 | 1001011 | 110011 |
Color Harmonies of #E0225D
Complementary color
Monochromatic Colors of #E0225D
Black with #E0225D
Text Example
Text Example
White with #E0225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0225D; }
p { color: rgb(224,34,93); }
H1.HeaderClassName
{
color: #E0225D;
}
.AnyTagClassName
{
color: #E0225D;
}
</style>
background-color css
<style>
a { background-color: #E0225D; }
a { background-color: rgb(224,34,93); }
div.DivClassName
{
background-color: #E0225D;
}
.BgClassName
{
background-color: #E0225D;
}
</style>
border-color css
<style>
span { border-color: #E0225D; }
span { border-color: rgb(224,34,93); }
td.TdClassName
{
border-color: #E0225D;
}
.TagClassName
{
border-color: #E0225D;
}
</style>