Shades of Deep Cerise #E82985
Tints of Deep Cerise #E82985
RGB
CMYK
RGB Variations
Color information
#E82985 (or 0xE82985) is known color: Deep Cerise. HEX triplet: E8, 29 and 85. RGB value is (232,41,133). Sum of RGB (Red+Green+Blue) = 232+41+133=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E82985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82985 is #17D67A. Grayscale: #6C6C6C. Windows color (decimal): -1562235 or 8727016. OLE color: 8727016.
HSL color Cylindrical-coordinate representation of color #E82985: hue angle of 331.1º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82985 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 133 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.09 |
| HSL | 331.1º | 0.81% | 0.54% | - |
| HSV(B) | 331.1º | 0.82% | 0.91% | - |
| XYZ | 38.31 | 20.44 | 24.12 | - |
| YUV | 108.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 133 | 0 | 0.82 | 0.43 | 0.09 | 331.1 | 0.81 | 0.54 |
| Hex | E8 | 29 | 85 | 0 | 52 | 2B | 9 | 14B | 51 | 36 |
| Octal | 350 | 51 | 205 | 0 | 122 | 53 | 11 | 513 | 121 | 66 |
| Binary | 11101000 | 101001 | 10000101 | 0 | 1010010 | 101011 | 1001 | 101001011 | 1010001 | 110110 |
Color Harmonies of #E82985
Complementary color
Monochromatic Colors of #E82985
Black with #E82985
Text Example
Text Example
White with #E82985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82985; }
p { color: rgb(232,41,133); }
H1.HeaderClassName
{
color: #E82985;
}
.AnyTagClassName
{
color: #E82985;
}
</style>
background-color css
<style>
a { background-color: #E82985; }
a { background-color: rgb(232,41,133); }
div.DivClassName
{
background-color: #E82985;
}
.BgClassName
{
background-color: #E82985;
}
</style>
border-color css
<style>
span { border-color: #E82985; }
span { border-color: rgb(232,41,133); }
td.TdClassName
{
border-color: #E82985;
}
.TagClassName
{
border-color: #E82985;
}
</style>