Shades of Deep Cerise #E82B80
Tints of Deep Cerise #E82B80
RGB
CMYK
RGB Variations
Color information
#E82B80 (or 0xE82B80) is known color: Deep Cerise. HEX triplet: E8, 2B and 80. RGB value is (232,43,128). Sum of RGB (Red+Green+Blue) = 232+43+128=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82B80 is #17D47F. Grayscale: #6D6D6D. Windows color (decimal): -1561728 or 8399848. OLE color: 8399848.
HSL color Cylindrical-coordinate representation of color #E82B80: hue angle of 333.02º 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 #E82B80 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 128 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.09 |
| HSL | 333.02º | 0.8% | 0.54% | - |
| HSV(B) | 333.02º | 0.81% | 0.91% | - |
| XYZ | 38.04 | 20.44 | 22.36 | - |
| YUV | 109.2 | 138.62 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 128 | 0 | 0.81 | 0.45 | 0.09 | 333.02 | 0.8 | 0.54 |
| Hex | E8 | 2B | 80 | 0 | 51 | 2D | 9 | 14D | 50 | 36 |
| Octal | 350 | 53 | 200 | 0 | 121 | 55 | 11 | 515 | 120 | 66 |
| Binary | 11101000 | 101011 | 10000000 | 0 | 1010001 | 101101 | 1001 | 101001101 | 1010000 | 110110 |
Color Harmonies of #E82B80
Complementary color
Monochromatic Colors of #E82B80
Black with #E82B80
Text Example
Text Example
White with #E82B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B80; }
p { color: rgb(232,43,128); }
H1.HeaderClassName
{
color: #E82B80;
}
.AnyTagClassName
{
color: #E82B80;
}
</style>
background-color css
<style>
a { background-color: #E82B80; }
a { background-color: rgb(232,43,128); }
div.DivClassName
{
background-color: #E82B80;
}
.BgClassName
{
background-color: #E82B80;
}
</style>
border-color css
<style>
span { border-color: #E82B80; }
span { border-color: rgb(232,43,128); }
td.TdClassName
{
border-color: #E82B80;
}
.TagClassName
{
border-color: #E82B80;
}
</style>