Shades of Razzmatazz #E80D55
Tints of Razzmatazz #E80D55
RGB
CMYK
RGB Variations
Color information
#E80D55 (or 0xE80D55) is known color: Razzmatazz. HEX triplet: E8, 0D and 55. RGB value is (232,13,85). Sum of RGB (Red+Green+Blue) = 232+13+85=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D55 is #17F2AA. Grayscale: #565656. Windows color (decimal): -1569451 or 5574120. OLE color: 5574120.
HSL color Cylindrical-coordinate representation of color #E80D55: hue angle of 340.27º 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 #E80D55 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 85 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.09 |
| HSL | 340.27º | 0.89% | 0.48% | - |
| HSV(B) | 340.27º | 0.94% | 0.91% | - |
| XYZ | 35.06 | 18.1 | 10.24 | - |
| YUV | 86.69 | 127.05 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 85 | 0 | 0.94 | 0.63 | 0.09 | 340.27 | 0.89 | 0.48 |
| Hex | E8 | D | 55 | 0 | 5E | 3F | 9 | 154 | 59 | 30 |
| Octal | 350 | 15 | 125 | 0 | 136 | 77 | 11 | 524 | 131 | 60 |
| Binary | 11101000 | 1101 | 1010101 | 0 | 1011110 | 111111 | 1001 | 101010100 | 1011001 | 110000 |
Color Harmonies of #E80D55
Complementary color
Monochromatic Colors of #E80D55
Black with #E80D55
Text Example
Text Example
White with #E80D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D55; }
p { color: rgb(232,13,85); }
H1.HeaderClassName
{
color: #E80D55;
}
.AnyTagClassName
{
color: #E80D55;
}
</style>
background-color css
<style>
a { background-color: #E80D55; }
a { background-color: rgb(232,13,85); }
div.DivClassName
{
background-color: #E80D55;
}
.BgClassName
{
background-color: #E80D55;
}
</style>
border-color css
<style>
span { border-color: #E80D55; }
span { border-color: rgb(232,13,85); }
td.TdClassName
{
border-color: #E80D55;
}
.TagClassName
{
border-color: #E80D55;
}
</style>