Shades of Razzmatazz #E80A51
Tints of Razzmatazz #E80A51
RGB
CMYK
RGB Variations
Color information
#E80A51 (or 0xE80A51) is known color: Razzmatazz. HEX triplet: E8, 0A and 51. RGB value is (232,10,81). Sum of RGB (Red+Green+Blue) = 232+10+81=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80A51 is #17F5AE. Grayscale: #545454. Windows color (decimal): -1570223 or 5311208. OLE color: 5311208.
HSL color Cylindrical-coordinate representation of color #E80A51: hue angle of 340.81º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A51 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 81 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.09 |
| HSL | 340.81º | 0.92% | 0.47% | - |
| HSV(B) | 340.81º | 0.96% | 0.91% | - |
| XYZ | 34.87 | 17.97 | 9.41 | - |
| YUV | 84.47 | 126.05 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 81 | 0 | 0.96 | 0.65 | 0.09 | 340.81 | 0.92 | 0.47 |
| Hex | E8 | A | 51 | 0 | 60 | 41 | 9 | 155 | 5C | 2F |
| Octal | 350 | 12 | 121 | 0 | 140 | 101 | 11 | 525 | 134 | 57 |
| Binary | 11101000 | 1010 | 1010001 | 0 | 1100000 | 1000001 | 1001 | 101010101 | 1011100 | 101111 |
Color Harmonies of #E80A51
Complementary color
Monochromatic Colors of #E80A51
Black with #E80A51
Text Example
Text Example
White with #E80A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A51; }
p { color: rgb(232,10,81); }
H1.HeaderClassName
{
color: #E80A51;
}
.AnyTagClassName
{
color: #E80A51;
}
</style>
background-color css
<style>
a { background-color: #E80A51; }
a { background-color: rgb(232,10,81); }
div.DivClassName
{
background-color: #E80A51;
}
.BgClassName
{
background-color: #E80A51;
}
</style>
border-color css
<style>
span { border-color: #E80A51; }
span { border-color: rgb(232,10,81); }
td.TdClassName
{
border-color: #E80A51;
}
.TagClassName
{
border-color: #E80A51;
}
</style>