Shades of Razzmatazz #E80B55
Tints of Razzmatazz #E80B55
RGB
CMYK
RGB Variations
Color information
#E80B55 (or 0xE80B55) is known color: Razzmatazz. HEX triplet: E8, 0B and 55. RGB value is (232,11,85). Sum of RGB (Red+Green+Blue) = 232+11+85=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80B55 is #17F4AA. Grayscale: #555555. Windows color (decimal): -1569963 or 5573608. OLE color: 5573608.
HSL color Cylindrical-coordinate representation of color #E80B55: hue angle of 339.91º 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 #E80B55 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 85 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.09 |
| HSL | 339.91º | 0.91% | 0.48% | - |
| HSV(B) | 339.91º | 0.95% | 0.91% | - |
| XYZ | 35.04 | 18.05 | 10.23 | - |
| YUV | 85.52 | 127.72 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 85 | 0 | 0.95 | 0.63 | 0.09 | 339.91 | 0.91 | 0.48 |
| Hex | E8 | B | 55 | 0 | 5F | 3F | 9 | 154 | 5B | 30 |
| Octal | 350 | 13 | 125 | 0 | 137 | 77 | 11 | 524 | 133 | 60 |
| Binary | 11101000 | 1011 | 1010101 | 0 | 1011111 | 111111 | 1001 | 101010100 | 1011011 | 110000 |
Color Harmonies of #E80B55
Complementary color
Monochromatic Colors of #E80B55
Black with #E80B55
Text Example
Text Example
White with #E80B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B55; }
p { color: rgb(232,11,85); }
H1.HeaderClassName
{
color: #E80B55;
}
.AnyTagClassName
{
color: #E80B55;
}
</style>
background-color css
<style>
a { background-color: #E80B55; }
a { background-color: rgb(232,11,85); }
div.DivClassName
{
background-color: #E80B55;
}
.BgClassName
{
background-color: #E80B55;
}
</style>
border-color css
<style>
span { border-color: #E80B55; }
span { border-color: rgb(232,11,85); }
td.TdClassName
{
border-color: #E80B55;
}
.TagClassName
{
border-color: #E80B55;
}
</style>