Shades of Deep Cerise #E82D88
Tints of Deep Cerise #E82D88
RGB
CMYK
RGB Variations
Color information
#E82D88 (or 0xE82D88) is known color: Deep Cerise. HEX triplet: E8, 2D and 88. RGB value is (232,45,136). Sum of RGB (Red+Green+Blue) = 232+45+136=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82D88 is #17D277. Grayscale: #6F6F6F. Windows color (decimal): -1561208 or 8924648. OLE color: 8924648.
HSL color Cylindrical-coordinate representation of color #E82D88: hue angle of 330.8º 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 #E82D88 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 136 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.09 |
| HSL | 330.8º | 0.8% | 0.54% | - |
| HSV(B) | 330.8º | 0.81% | 0.91% | - |
| XYZ | 38.66 | 20.81 | 25.27 | - |
| YUV | 111.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 136 | 0 | 0.81 | 0.41 | 0.09 | 330.8 | 0.8 | 0.54 |
| Hex | E8 | 2D | 88 | 0 | 51 | 29 | 9 | 14B | 50 | 36 |
| Octal | 350 | 55 | 210 | 0 | 121 | 51 | 11 | 513 | 120 | 66 |
| Binary | 11101000 | 101101 | 10001000 | 0 | 1010001 | 101001 | 1001 | 101001011 | 1010000 | 110110 |
Color Harmonies of #E82D88
Complementary color
Monochromatic Colors of #E82D88
Black with #E82D88
Text Example
Text Example
White with #E82D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D88; }
p { color: rgb(232,45,136); }
H1.HeaderClassName
{
color: #E82D88;
}
.AnyTagClassName
{
color: #E82D88;
}
</style>
background-color css
<style>
a { background-color: #E82D88; }
a { background-color: rgb(232,45,136); }
div.DivClassName
{
background-color: #E82D88;
}
.BgClassName
{
background-color: #E82D88;
}
</style>
border-color css
<style>
span { border-color: #E82D88; }
span { border-color: rgb(232,45,136); }
td.TdClassName
{
border-color: #E82D88;
}
.TagClassName
{
border-color: #E82D88;
}
</style>