Shades of Cerise #E82D73
Tints of Cerise #E82D73
RGB
CMYK
RGB Variations
Color information
#E82D73 (or 0xE82D73) is known color: Cerise. HEX triplet: E8, 2D and 73. RGB value is (232,45,115). Sum of RGB (Red+Green+Blue) = 232+45+115=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82D73 is #17D28C. Grayscale: #6C6C6C. Windows color (decimal): -1561229 or 7548392. OLE color: 7548392.
HSL color Cylindrical-coordinate representation of color #E82D73: hue angle of 337.54º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82D73 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 115 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.09 |
| HSL | 337.54º | 0.8% | 0.54% | - |
| HSV(B) | 337.54º | 0.81% | 0.91% | - |
| XYZ | 37.31 | 20.27 | 18.17 | - |
| YUV | 108.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 115 | 0 | 0.81 | 0.50 | 0.09 | 337.54 | 0.8 | 0.54 |
| Hex | E8 | 2D | 73 | 0 | 51 | 32 | 9 | 152 | 50 | 36 |
| Octal | 350 | 55 | 163 | 0 | 121 | 62 | 11 | 522 | 120 | 66 |
| Binary | 11101000 | 101101 | 1110011 | 0 | 1010001 | 110010 | 1001 | 101010010 | 1010000 | 110110 |
Color Harmonies of #E82D73
Complementary color
Monochromatic Colors of #E82D73
Black with #E82D73
Text Example
Text Example
White with #E82D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D73; }
p { color: rgb(232,45,115); }
H1.HeaderClassName
{
color: #E82D73;
}
.AnyTagClassName
{
color: #E82D73;
}
</style>
background-color css
<style>
a { background-color: #E82D73; }
a { background-color: rgb(232,45,115); }
div.DivClassName
{
background-color: #E82D73;
}
.BgClassName
{
background-color: #E82D73;
}
</style>
border-color css
<style>
span { border-color: #E82D73; }
span { border-color: rgb(232,45,115); }
td.TdClassName
{
border-color: #E82D73;
}
.TagClassName
{
border-color: #E82D73;
}
</style>