Shades of Razzmatazz #E80D51
Tints of Razzmatazz #E80D51
RGB
CMYK
RGB Variations
Color information
#E80D51 (or 0xE80D51) is known color: Razzmatazz. HEX triplet: E8, 0D and 51. RGB value is (232,13,81). Sum of RGB (Red+Green+Blue) = 232+13+81=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D51 is #17F2AE. Grayscale: #565656. Windows color (decimal): -1569455 or 5311976. OLE color: 5311976.
HSL color Cylindrical-coordinate representation of color #E80D51: hue angle of 341.37º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D51 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.09 |
| HSL | 341.37º | 0.89% | 0.48% | - |
| HSV(B) | 341.37º | 0.94% | 0.91% | - |
| XYZ | 34.91 | 18.04 | 9.43 | - |
| YUV | 86.23 | 125.05 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 81 | 0 | 0.94 | 0.65 | 0.09 | 341.37 | 0.89 | 0.48 |
| Hex | E8 | D | 51 | 0 | 5E | 41 | 9 | 155 | 59 | 30 |
| Octal | 350 | 15 | 121 | 0 | 136 | 101 | 11 | 525 | 131 | 60 |
| Binary | 11101000 | 1101 | 1010001 | 0 | 1011110 | 1000001 | 1001 | 101010101 | 1011001 | 110000 |
Color Harmonies of #E80D51
Complementary color
Monochromatic Colors of #E80D51
Black with #E80D51
Text Example
Text Example
White with #E80D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D51; }
p { color: rgb(232,13,81); }
H1.HeaderClassName
{
color: #E80D51;
}
.AnyTagClassName
{
color: #E80D51;
}
</style>
background-color css
<style>
a { background-color: #E80D51; }
a { background-color: rgb(232,13,81); }
div.DivClassName
{
background-color: #E80D51;
}
.BgClassName
{
background-color: #E80D51;
}
</style>
border-color css
<style>
span { border-color: #E80D51; }
span { border-color: rgb(232,13,81); }
td.TdClassName
{
border-color: #E80D51;
}
.TagClassName
{
border-color: #E80D51;
}
</style>