Shades of Razzmatazz #E80C4D
Tints of Razzmatazz #E80C4D
RGB
CMYK
RGB Variations
Color information
#E80C4D (or 0xE80C4D) is known color: Razzmatazz. HEX triplet: E8, 0C and 4D. RGB value is (232,12,77). Sum of RGB (Red+Green+Blue) = 232+12+77=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80C4D is #17F3B2. Grayscale: #555555. Windows color (decimal): -1569715 or 5049576. OLE color: 5049576.
HSL color Cylindrical-coordinate representation of color #E80C4D: hue angle of 342.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C4D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 77 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.09 |
| HSL | 342.27º | 0.9% | 0.48% | - |
| HSV(B) | 342.27º | 0.95% | 0.91% | - |
| XYZ | 34.75 | 17.95 | 8.66 | - |
| YUV | 85.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 77 | 0 | 0.95 | 0.67 | 0.09 | 342.27 | 0.9 | 0.48 |
| Hex | E8 | C | 4D | 0 | 5F | 43 | 9 | 156 | 5A | 30 |
| Octal | 350 | 14 | 115 | 0 | 137 | 103 | 11 | 526 | 132 | 60 |
| Binary | 11101000 | 1100 | 1001101 | 0 | 1011111 | 1000011 | 1001 | 101010110 | 1011010 | 110000 |
Color Harmonies of #E80C4D
Complementary color
Monochromatic Colors of #E80C4D
Black with #E80C4D
Text Example
Text Example
White with #E80C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C4D; }
p { color: rgb(232,12,77); }
H1.HeaderClassName
{
color: #E80C4D;
}
.AnyTagClassName
{
color: #E80C4D;
}
</style>
background-color css
<style>
a { background-color: #E80C4D; }
a { background-color: rgb(232,12,77); }
div.DivClassName
{
background-color: #E80C4D;
}
.BgClassName
{
background-color: #E80C4D;
}
</style>
border-color css
<style>
span { border-color: #E80C4D; }
span { border-color: rgb(232,12,77); }
td.TdClassName
{
border-color: #E80C4D;
}
.TagClassName
{
border-color: #E80C4D;
}
</style>