Shades of Cerise #E53273
Tints of Cerise #E53273
RGB
CMYK
RGB Variations
Color information
#E53273 (or 0xE53273) is known color: Cerise. HEX triplet: E5, 32 and 73. RGB value is (229,50,115). Sum of RGB (Red+Green+Blue) = 229+50+115=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E53273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53273 is #1ACD8C. Grayscale: #6E6E6E. Windows color (decimal): -1756557 or 7549669. OLE color: 7549669.
HSL color Cylindrical-coordinate representation of color #E53273: hue angle of 338.21º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53273 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 115 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.10 |
| HSL | 338.21º | 0.77% | 0.55% | - |
| HSV(B) | 338.21º | 0.78% | 0.9% | - |
| XYZ | 36.55 | 20.18 | 18.19 | - |
| YUV | 110.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 115 | 0 | 0.78 | 0.50 | 0.10 | 338.21 | 0.77 | 0.55 |
| Hex | E5 | 32 | 73 | 0 | 4E | 32 | A | 152 | 4D | 37 |
| Octal | 345 | 62 | 163 | 0 | 116 | 62 | 12 | 522 | 115 | 67 |
| Binary | 11100101 | 110010 | 1110011 | 0 | 1001110 | 110010 | 1010 | 101010010 | 1001101 | 110111 |
Color Harmonies of #E53273
Complementary color
Monochromatic Colors of #E53273
Black with #E53273
Text Example
Text Example
White with #E53273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53273; }
p { color: rgb(229,50,115); }
H1.HeaderClassName
{
color: #E53273;
}
.AnyTagClassName
{
color: #E53273;
}
</style>
background-color css
<style>
a { background-color: #E53273; }
a { background-color: rgb(229,50,115); }
div.DivClassName
{
background-color: #E53273;
}
.BgClassName
{
background-color: #E53273;
}
</style>
border-color css
<style>
span { border-color: #E53273; }
span { border-color: rgb(229,50,115); }
td.TdClassName
{
border-color: #E53273;
}
.TagClassName
{
border-color: #E53273;
}
</style>