Shades of Razzmatazz #E80B51
Tints of Razzmatazz #E80B51
RGB
CMYK
RGB Variations
Color information
#E80B51 (or 0xE80B51) is known color: Razzmatazz. HEX triplet: E8, 0B and 51. RGB value is (232,11,81). Sum of RGB (Red+Green+Blue) = 232+11+81=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80B51 is #17F4AE. Grayscale: #545454. Windows color (decimal): -1569967 or 5311464. OLE color: 5311464.
HSL color Cylindrical-coordinate representation of color #E80B51: hue angle of 341º degrees, saturation: 0.91, 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 #E80B51 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 81 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.09 |
| HSL | 341º | 0.91% | 0.48% | - |
| HSV(B) | 341º | 0.95% | 0.91% | - |
| XYZ | 34.88 | 17.99 | 9.42 | - |
| YUV | 85.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 81 | 0 | 0.95 | 0.65 | 0.09 | 341 | 0.91 | 0.48 |
| Hex | E8 | B | 51 | 0 | 5F | 41 | 9 | 155 | 5B | 30 |
| Octal | 350 | 13 | 121 | 0 | 137 | 101 | 11 | 525 | 133 | 60 |
| Binary | 11101000 | 1011 | 1010001 | 0 | 1011111 | 1000001 | 1001 | 101010101 | 1011011 | 110000 |
Color Harmonies of #E80B51
Complementary color
Monochromatic Colors of #E80B51
Black with #E80B51
Text Example
Text Example
White with #E80B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B51; }
p { color: rgb(232,11,81); }
H1.HeaderClassName
{
color: #E80B51;
}
.AnyTagClassName
{
color: #E80B51;
}
</style>
background-color css
<style>
a { background-color: #E80B51; }
a { background-color: rgb(232,11,81); }
div.DivClassName
{
background-color: #E80B51;
}
.BgClassName
{
background-color: #E80B51;
}
</style>
border-color css
<style>
span { border-color: #E80B51; }
span { border-color: rgb(232,11,81); }
td.TdClassName
{
border-color: #E80B51;
}
.TagClassName
{
border-color: #E80B51;
}
</style>