Shades of Cerise #E5225D
Tints of Cerise #E5225D
RGB
CMYK
RGB Variations
Color information
#E5225D (or 0xE5225D) is known color: Cerise. HEX triplet: E5, 22 and 5D. RGB value is (229,34,93). Sum of RGB (Red+Green+Blue) = 229+34+93=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5225D is #1ADDA2. Grayscale: #626262. Windows color (decimal): -1760675 or 6103781. OLE color: 6103781.
HSL color Cylindrical-coordinate representation of color #E5225D: hue angle of 341.85º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5225D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 93 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.10 |
| HSL | 341.85º | 0.79% | 0.52% | - |
| HSV(B) | 341.85º | 0.85% | 0.9% | - |
| XYZ | 34.86 | 18.59 | 12.11 | - |
| YUV | 99.03 | 124.6 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 93 | 0 | 0.85 | 0.59 | 0.10 | 341.85 | 0.79 | 0.52 |
| Hex | E5 | 22 | 5D | 0 | 55 | 3B | A | 156 | 4F | 34 |
| Octal | 345 | 42 | 135 | 0 | 125 | 73 | 12 | 526 | 117 | 64 |
| Binary | 11100101 | 100010 | 1011101 | 0 | 1010101 | 111011 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E5225D
Complementary color
Monochromatic Colors of #E5225D
Black with #E5225D
Text Example
Text Example
White with #E5225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5225D; }
p { color: rgb(229,34,93); }
H1.HeaderClassName
{
color: #E5225D;
}
.AnyTagClassName
{
color: #E5225D;
}
</style>
background-color css
<style>
a { background-color: #E5225D; }
a { background-color: rgb(229,34,93); }
div.DivClassName
{
background-color: #E5225D;
}
.BgClassName
{
background-color: #E5225D;
}
</style>
border-color css
<style>
span { border-color: #E5225D; }
span { border-color: rgb(229,34,93); }
td.TdClassName
{
border-color: #E5225D;
}
.TagClassName
{
border-color: #E5225D;
}
</style>