Shades of Cerise #E82D5D
Tints of Cerise #E82D5D
RGB
CMYK
RGB Variations
Color information
#E82D5D (or 0xE82D5D) is known color: Cerise. HEX triplet: E8, 2D and 5D. RGB value is (232,45,93). Sum of RGB (Red+Green+Blue) = 232+45+93=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82D5D is #17D2A2. Grayscale: #6A6A6A. Windows color (decimal): -1561251 or 6106600. OLE color: 6106600.
HSL color Cylindrical-coordinate representation of color #E82D5D: hue angle of 344.6º 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 #E82D5D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 93 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.09 |
| HSL | 344.6º | 0.8% | 0.54% | - |
| HSV(B) | 344.6º | 0.81% | 0.91% | - |
| XYZ | 36.19 | 19.82 | 12.27 | - |
| YUV | 106.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 93 | 0 | 0.81 | 0.60 | 0.09 | 344.6 | 0.8 | 0.54 |
| Hex | E8 | 2D | 5D | 0 | 51 | 3C | 9 | 159 | 50 | 36 |
| Octal | 350 | 55 | 135 | 0 | 121 | 74 | 11 | 531 | 120 | 66 |
| Binary | 11101000 | 101101 | 1011101 | 0 | 1010001 | 111100 | 1001 | 101011001 | 1010000 | 110110 |
Color Harmonies of #E82D5D
Complementary color
Monochromatic Colors of #E82D5D
Black with #E82D5D
Text Example
Text Example
White with #E82D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D5D; }
p { color: rgb(232,45,93); }
H1.HeaderClassName
{
color: #E82D5D;
}
.AnyTagClassName
{
color: #E82D5D;
}
</style>
background-color css
<style>
a { background-color: #E82D5D; }
a { background-color: rgb(232,45,93); }
div.DivClassName
{
background-color: #E82D5D;
}
.BgClassName
{
background-color: #E82D5D;
}
</style>
border-color css
<style>
span { border-color: #E82D5D; }
span { border-color: rgb(232,45,93); }
td.TdClassName
{
border-color: #E82D5D;
}
.TagClassName
{
border-color: #E82D5D;
}
</style>