Shades of Razzmatazz #E80D4E
Tints of Razzmatazz #E80D4E
RGB
CMYK
RGB Variations
Color information
#E80D4E (or 0xE80D4E) is known color: Razzmatazz. HEX triplet: E8, 0D and 4E. RGB value is (232,13,78). Sum of RGB (Red+Green+Blue) = 232+13+78=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D4E is #17F2B1. Grayscale: #555555. Windows color (decimal): -1569458 or 5115368. OLE color: 5115368.
HSL color Cylindrical-coordinate representation of color #E80D4E: hue angle of 342.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D4E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.09 |
| HSL | 342.19º | 0.89% | 0.48% | - |
| HSV(B) | 342.19º | 0.94% | 0.91% | - |
| XYZ | 34.8 | 17.99 | 8.85 | - |
| YUV | 85.89 | 123.55 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 78 | 0 | 0.94 | 0.66 | 0.09 | 342.19 | 0.89 | 0.48 |
| Hex | E8 | D | 4E | 0 | 5E | 42 | 9 | 156 | 59 | 30 |
| Octal | 350 | 15 | 116 | 0 | 136 | 102 | 11 | 526 | 131 | 60 |
| Binary | 11101000 | 1101 | 1001110 | 0 | 1011110 | 1000010 | 1001 | 101010110 | 1011001 | 110000 |
Color Harmonies of #E80D4E
Complementary color
Monochromatic Colors of #E80D4E
Black with #E80D4E
Text Example
Text Example
White with #E80D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D4E; }
p { color: rgb(232,13,78); }
H1.HeaderClassName
{
color: #E80D4E;
}
.AnyTagClassName
{
color: #E80D4E;
}
</style>
background-color css
<style>
a { background-color: #E80D4E; }
a { background-color: rgb(232,13,78); }
div.DivClassName
{
background-color: #E80D4E;
}
.BgClassName
{
background-color: #E80D4E;
}
</style>
border-color css
<style>
span { border-color: #E80D4E; }
span { border-color: rgb(232,13,78); }
td.TdClassName
{
border-color: #E80D4E;
}
.TagClassName
{
border-color: #E80D4E;
}
</style>