Shades of Razzmatazz #E80B5F
Tints of Razzmatazz #E80B5F
RGB
CMYK
RGB Variations
Color information
#E80B5F (or 0xE80B5F) is known color: Razzmatazz. HEX triplet: E8, 0B and 5F. RGB value is (232,11,95). Sum of RGB (Red+Green+Blue) = 232+11+95=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B5F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80B5F is #17F4A0. Grayscale: #565656. Windows color (decimal): -1569953 or 6228968. OLE color: 6228968.
HSL color Cylindrical-coordinate representation of color #E80B5F: hue angle of 337.19º 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 #E80B5F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 95 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.09 |
| HSL | 337.19º | 0.91% | 0.48% | - |
| HSV(B) | 337.19º | 0.95% | 0.91% | - |
| XYZ | 35.46 | 18.22 | 12.47 | - |
| YUV | 86.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 95 | 0 | 0.95 | 0.59 | 0.09 | 337.19 | 0.91 | 0.48 |
| Hex | E8 | B | 5F | 0 | 5F | 3B | 9 | 151 | 5B | 30 |
| Octal | 350 | 13 | 137 | 0 | 137 | 73 | 11 | 521 | 133 | 60 |
| Binary | 11101000 | 1011 | 1011111 | 0 | 1011111 | 111011 | 1001 | 101010001 | 1011011 | 110000 |
Color Harmonies of #E80B5F
Complementary color
Monochromatic Colors of #E80B5F
Black with #E80B5F
Text Example
Text Example
White with #E80B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B5F; }
p { color: rgb(232,11,95); }
H1.HeaderClassName
{
color: #E80B5F;
}
.AnyTagClassName
{
color: #E80B5F;
}
</style>
background-color css
<style>
a { background-color: #E80B5F; }
a { background-color: rgb(232,11,95); }
div.DivClassName
{
background-color: #E80B5F;
}
.BgClassName
{
background-color: #E80B5F;
}
</style>
border-color css
<style>
span { border-color: #E80B5F; }
span { border-color: rgb(232,11,95); }
td.TdClassName
{
border-color: #E80B5F;
}
.TagClassName
{
border-color: #E80B5F;
}
</style>