Shades of Razzmatazz #E80249
Tints of Razzmatazz #E80249
RGB
CMYK
RGB Variations
Color information
#E80249 (or 0xE80249) is known color: Razzmatazz. HEX triplet: E8, 02 and 49. RGB value is (232,2,73). Sum of RGB (Red+Green+Blue) = 232+2+73=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E80249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80249 is #17FDB6. Grayscale: #4E4E4E. Windows color (decimal): -1572279 or 4784872. OLE color: 4784872.
HSL color Cylindrical-coordinate representation of color #E80249: hue angle of 341.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80249 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.09 |
| HSL | 341.48º | 0.98% | 0.46% | - |
| HSV(B) | 341.48º | 0.99% | 0.91% | - |
| XYZ | 34.5 | 17.68 | 7.9 | - |
| YUV | 78.86 | 124.7 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 73 | 0 | 0.99 | 0.69 | 0.09 | 341.48 | 0.98 | 0.46 |
| Hex | E8 | 2 | 49 | 0 | 63 | 45 | 9 | 155 | 62 | 2E |
| Octal | 350 | 2 | 111 | 0 | 143 | 105 | 11 | 525 | 142 | 56 |
| Binary | 11101000 | 10 | 1001001 | 0 | 1100011 | 1000101 | 1001 | 101010101 | 1100010 | 101110 |
Color Harmonies of #E80249
Complementary color
Monochromatic Colors of #E80249
Black with #E80249
Text Example
Text Example
White with #E80249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80249; }
p { color: rgb(232,2,73); }
H1.HeaderClassName
{
color: #E80249;
}
.AnyTagClassName
{
color: #E80249;
}
</style>
background-color css
<style>
a { background-color: #E80249; }
a { background-color: rgb(232,2,73); }
div.DivClassName
{
background-color: #E80249;
}
.BgClassName
{
background-color: #E80249;
}
</style>
border-color css
<style>
span { border-color: #E80249; }
span { border-color: rgb(232,2,73); }
td.TdClassName
{
border-color: #E80249;
}
.TagClassName
{
border-color: #E80249;
}
</style>