Shades of Deep Cerise #E82B7D
Tints of Deep Cerise #E82B7D
RGB
CMYK
RGB Variations
Color information
#E82B7D (or 0xE82B7D) is known color: Deep Cerise. HEX triplet: E8, 2B and 7D. RGB value is (232,43,125). Sum of RGB (Red+Green+Blue) = 232+43+125=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82B7D is #17D482. Grayscale: #6C6C6C. Windows color (decimal): -1561731 or 8203240. OLE color: 8203240.
HSL color Cylindrical-coordinate representation of color #E82B7D: hue angle of 333.97º 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 #E82B7D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 125 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.09 |
| HSL | 333.97º | 0.8% | 0.54% | - |
| HSV(B) | 333.97º | 0.81% | 0.91% | - |
| XYZ | 37.84 | 20.36 | 21.34 | - |
| YUV | 108.86 | 137.12 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 125 | 0 | 0.81 | 0.46 | 0.09 | 333.97 | 0.8 | 0.54 |
| Hex | E8 | 2B | 7D | 0 | 51 | 2E | 9 | 14E | 50 | 36 |
| Octal | 350 | 53 | 175 | 0 | 121 | 56 | 11 | 516 | 120 | 66 |
| Binary | 11101000 | 101011 | 1111101 | 0 | 1010001 | 101110 | 1001 | 101001110 | 1010000 | 110110 |
Color Harmonies of #E82B7D
Complementary color
Monochromatic Colors of #E82B7D
Black with #E82B7D
Text Example
Text Example
White with #E82B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B7D; }
p { color: rgb(232,43,125); }
H1.HeaderClassName
{
color: #E82B7D;
}
.AnyTagClassName
{
color: #E82B7D;
}
</style>
background-color css
<style>
a { background-color: #E82B7D; }
a { background-color: rgb(232,43,125); }
div.DivClassName
{
background-color: #E82B7D;
}
.BgClassName
{
background-color: #E82B7D;
}
</style>
border-color css
<style>
span { border-color: #E82B7D; }
span { border-color: rgb(232,43,125); }
td.TdClassName
{
border-color: #E82B7D;
}
.TagClassName
{
border-color: #E82B7D;
}
</style>