Shades of Deep Cerise #E82D8C
Tints of Deep Cerise #E82D8C
RGB
CMYK
RGB Variations
Color information
#E82D8C (or 0xE82D8C) is known color: Deep Cerise. HEX triplet: E8, 2D and 8C. RGB value is (232,45,140). Sum of RGB (Red+Green+Blue) = 232+45+140=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82D8C is #17D273. Grayscale: #6F6F6F. Windows color (decimal): -1561204 or 9186792. OLE color: 9186792.
HSL color Cylindrical-coordinate representation of color #E82D8C: hue angle of 329.52º 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 #E82D8C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 140 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.09 |
| HSL | 329.52º | 0.8% | 0.54% | - |
| HSV(B) | 329.52º | 0.81% | 0.91% | - |
| XYZ | 38.95 | 20.93 | 26.8 | - |
| YUV | 111.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 140 | 0 | 0.81 | 0.40 | 0.09 | 329.52 | 0.8 | 0.54 |
| Hex | E8 | 2D | 8C | 0 | 51 | 28 | 9 | 14A | 50 | 36 |
| Octal | 350 | 55 | 214 | 0 | 121 | 50 | 11 | 512 | 120 | 66 |
| Binary | 11101000 | 101101 | 10001100 | 0 | 1010001 | 101000 | 1001 | 101001010 | 1010000 | 110110 |
Color Harmonies of #E82D8C
Complementary color
Monochromatic Colors of #E82D8C
Black with #E82D8C
Text Example
Text Example
White with #E82D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D8C; }
p { color: rgb(232,45,140); }
H1.HeaderClassName
{
color: #E82D8C;
}
.AnyTagClassName
{
color: #E82D8C;
}
</style>
background-color css
<style>
a { background-color: #E82D8C; }
a { background-color: rgb(232,45,140); }
div.DivClassName
{
background-color: #E82D8C;
}
.BgClassName
{
background-color: #E82D8C;
}
</style>
border-color css
<style>
span { border-color: #E82D8C; }
span { border-color: rgb(232,45,140); }
td.TdClassName
{
border-color: #E82D8C;
}
.TagClassName
{
border-color: #E82D8C;
}
</style>