Shades of Razzmatazz #E80F5E
Tints of Razzmatazz #E80F5E
RGB
CMYK
RGB Variations
Color information
#E80F5E (or 0xE80F5E) is known color: Razzmatazz. HEX triplet: E8, 0F and 5E. RGB value is (232,15,94). Sum of RGB (Red+Green+Blue) = 232+15+94=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F5E is #17F0A1. Grayscale: #585858. Windows color (decimal): -1568930 or 6164456. OLE color: 6164456.
HSL color Cylindrical-coordinate representation of color #E80F5E: hue angle of 338.16º degrees, saturation: 0.88, 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 #E80F5E is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.09 |
| HSL | 338.16º | 0.88% | 0.48% | - |
| HSV(B) | 338.16º | 0.94% | 0.91% | - |
| XYZ | 35.47 | 18.31 | 12.25 | - |
| YUV | 88.89 | 130.89 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 94 | 0 | 0.94 | 0.59 | 0.09 | 338.16 | 0.88 | 0.48 |
| Hex | E8 | F | 5E | 0 | 5E | 3B | 9 | 152 | 58 | 30 |
| Octal | 350 | 17 | 136 | 0 | 136 | 73 | 11 | 522 | 130 | 60 |
| Binary | 11101000 | 1111 | 1011110 | 0 | 1011110 | 111011 | 1001 | 101010010 | 1011000 | 110000 |
Color Harmonies of #E80F5E
Complementary color
Monochromatic Colors of #E80F5E
Black with #E80F5E
Text Example
Text Example
White with #E80F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F5E; }
p { color: rgb(232,15,94); }
H1.HeaderClassName
{
color: #E80F5E;
}
.AnyTagClassName
{
color: #E80F5E;
}
</style>
background-color css
<style>
a { background-color: #E80F5E; }
a { background-color: rgb(232,15,94); }
div.DivClassName
{
background-color: #E80F5E;
}
.BgClassName
{
background-color: #E80F5E;
}
</style>
border-color css
<style>
span { border-color: #E80F5E; }
span { border-color: rgb(232,15,94); }
td.TdClassName
{
border-color: #E80F5E;
}
.TagClassName
{
border-color: #E80F5E;
}
</style>