Shades of Razzmatazz #E00059
Tints of Razzmatazz #E00059
RGB
CMYK
RGB Variations
Color information
#E00059 (or 0xE00059) is known color: Razzmatazz. HEX triplet: E0, 00 and 59. RGB value is (224,0,89). Sum of RGB (Red+Green+Blue) = 224+0+89=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00059 is #1FFFA6. Grayscale: #4C4C4C. Windows color (decimal): -2097063 or 5832928. OLE color: 5832928.
HSL color Cylindrical-coordinate representation of color #E00059: hue angle of 336.16º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00059 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.60 | 0.12 |
| HSL | 336.16º | 1% | 0.44% | - |
| HSV(B) | 336.16º | 1% | 0.88% | - |
| XYZ | 32.54 | 16.57 | 10.93 | - |
| YUV | 77.12 | 134.71 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 89 | 0 | 1 | 0.60 | 0.12 | 336.16 | 1 | 0.44 |
| Hex | E0 | 0 | 59 | 0 | 64 | 3C | C | 150 | 64 | 2C |
| Octal | 340 | 0 | 131 | 0 | 144 | 74 | 14 | 520 | 144 | 54 |
| Binary | 11100000 | 0 | 1011001 | 0 | 1100100 | 111100 | 1100 | 101010000 | 1100100 | 101100 |
Color Harmonies of #E00059
Complementary color
Monochromatic Colors of #E00059
Black with #E00059
Text Example
Text Example
White with #E00059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00059; }
p { color: rgb(224,0,89); }
H1.HeaderClassName
{
color: #E00059;
}
.AnyTagClassName
{
color: #E00059;
}
</style>
background-color css
<style>
a { background-color: #E00059; }
a { background-color: rgb(224,0,89); }
div.DivClassName
{
background-color: #E00059;
}
.BgClassName
{
background-color: #E00059;
}
</style>
border-color css
<style>
span { border-color: #E00059; }
span { border-color: rgb(224,0,89); }
td.TdClassName
{
border-color: #E00059;
}
.TagClassName
{
border-color: #E00059;
}
</style>