Shades of Razzmatazz #E80C54
Tints of Razzmatazz #E80C54
RGB
CMYK
RGB Variations
Color information
#E80C54 (or 0xE80C54) is known color: Razzmatazz. HEX triplet: E8, 0C and 54. RGB value is (232,12,84). Sum of RGB (Red+Green+Blue) = 232+12+84=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80C54 is #17F3AB. Grayscale: #555555. Windows color (decimal): -1569708 or 5508328. OLE color: 5508328.
HSL color Cylindrical-coordinate representation of color #E80C54: hue angle of 340.36º 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 #E80C54 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 84 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.09 |
| HSL | 340.36º | 0.9% | 0.48% | - |
| HSV(B) | 340.36º | 0.95% | 0.91% | - |
| XYZ | 35.01 | 18.06 | 10.03 | - |
| YUV | 85.99 | 126.89 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 84 | 0 | 0.95 | 0.64 | 0.09 | 340.36 | 0.9 | 0.48 |
| Hex | E8 | C | 54 | 0 | 5F | 40 | 9 | 154 | 5A | 30 |
| Octal | 350 | 14 | 124 | 0 | 137 | 100 | 11 | 524 | 132 | 60 |
| Binary | 11101000 | 1100 | 1010100 | 0 | 1011111 | 1000000 | 1001 | 101010100 | 1011010 | 110000 |
Color Harmonies of #E80C54
Complementary color
Monochromatic Colors of #E80C54
Black with #E80C54
Text Example
Text Example
White with #E80C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C54; }
p { color: rgb(232,12,84); }
H1.HeaderClassName
{
color: #E80C54;
}
.AnyTagClassName
{
color: #E80C54;
}
</style>
background-color css
<style>
a { background-color: #E80C54; }
a { background-color: rgb(232,12,84); }
div.DivClassName
{
background-color: #E80C54;
}
.BgClassName
{
background-color: #E80C54;
}
</style>
border-color css
<style>
span { border-color: #E80C54; }
span { border-color: rgb(232,12,84); }
td.TdClassName
{
border-color: #E80C54;
}
.TagClassName
{
border-color: #E80C54;
}
</style>