Shades of Razzmatazz #E00055
Tints of Razzmatazz #E00055
RGB
CMYK
RGB Variations
Color information
#E00055 (or 0xE00055) is known color: Razzmatazz. HEX triplet: E0, 00 and 55. RGB value is (224,0,85). Sum of RGB (Red+Green+Blue) = 224+0+85=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E00055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00055 is #1FFFAA. Grayscale: #4C4C4C. Windows color (decimal): -2097067 or 5570784. OLE color: 5570784.
HSL color Cylindrical-coordinate representation of color #E00055: hue angle of 337.23º 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 #E00055 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.62 | 0.12 |
| HSL | 337.23º | 1% | 0.44% | - |
| HSV(B) | 337.23º | 1% | 0.88% | - |
| XYZ | 32.38 | 16.5 | 10.07 | - |
| YUV | 76.67 | 132.71 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 85 | 0 | 1 | 0.62 | 0.12 | 337.23 | 1 | 0.44 |
| Hex | E0 | 0 | 55 | 0 | 64 | 3E | C | 151 | 64 | 2C |
| Octal | 340 | 0 | 125 | 0 | 144 | 76 | 14 | 521 | 144 | 54 |
| Binary | 11100000 | 0 | 1010101 | 0 | 1100100 | 111110 | 1100 | 101010001 | 1100100 | 101100 |
Color Harmonies of #E00055
Complementary color
Monochromatic Colors of #E00055
Black with #E00055
Text Example
Text Example
White with #E00055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00055; }
p { color: rgb(224,0,85); }
H1.HeaderClassName
{
color: #E00055;
}
.AnyTagClassName
{
color: #E00055;
}
</style>
background-color css
<style>
a { background-color: #E00055; }
a { background-color: rgb(224,0,85); }
div.DivClassName
{
background-color: #E00055;
}
.BgClassName
{
background-color: #E00055;
}
</style>
border-color css
<style>
span { border-color: #E00055; }
span { border-color: rgb(224,0,85); }
td.TdClassName
{
border-color: #E00055;
}
.TagClassName
{
border-color: #E00055;
}
</style>