Shades of Deep Cerise #E82E7E
Tints of Deep Cerise #E82E7E
RGB
CMYK
RGB Variations
Color information
#E82E7E (or 0xE82E7E) is known color: Deep Cerise. HEX triplet: E8, 2E and 7E. RGB value is (232,46,126). Sum of RGB (Red+Green+Blue) = 232+46+126=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82E7E is #17D181. Grayscale: #6E6E6E. Windows color (decimal): -1560962 or 8269544. OLE color: 8269544.
HSL color Cylindrical-coordinate representation of color #E82E7E: hue angle of 334.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82E7E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 126 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.09 |
| HSL | 334.19º | 0.8% | 0.55% | - |
| HSV(B) | 334.19º | 0.8% | 0.91% | - |
| XYZ | 38.02 | 20.62 | 21.71 | - |
| YUV | 110.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 126 | 0 | 0.80 | 0.46 | 0.09 | 334.19 | 0.8 | 0.55 |
| Hex | E8 | 2E | 7E | 0 | 50 | 2E | 9 | 14E | 50 | 37 |
| Octal | 350 | 56 | 176 | 0 | 120 | 56 | 11 | 516 | 120 | 67 |
| Binary | 11101000 | 101110 | 1111110 | 0 | 1010000 | 101110 | 1001 | 101001110 | 1010000 | 110111 |
Color Harmonies of #E82E7E
Complementary color
Monochromatic Colors of #E82E7E
Black with #E82E7E
Text Example
Text Example
White with #E82E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E7E; }
p { color: rgb(232,46,126); }
H1.HeaderClassName
{
color: #E82E7E;
}
.AnyTagClassName
{
color: #E82E7E;
}
</style>
background-color css
<style>
a { background-color: #E82E7E; }
a { background-color: rgb(232,46,126); }
div.DivClassName
{
background-color: #E82E7E;
}
.BgClassName
{
background-color: #E82E7E;
}
</style>
border-color css
<style>
span { border-color: #E82E7E; }
span { border-color: rgb(232,46,126); }
td.TdClassName
{
border-color: #E82E7E;
}
.TagClassName
{
border-color: #E82E7E;
}
</style>