Shades of Razzmatazz #E00854
Tints of Razzmatazz #E00854
RGB
CMYK
RGB Variations
Color information
#E00854 (or 0xE00854) is known color: Razzmatazz. HEX triplet: E0, 08 and 54. RGB value is (224,8,84). Sum of RGB (Red+Green+Blue) = 224+8+84=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E00854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00854 is #1FF7AB. Grayscale: #515151. Windows color (decimal): -2095020 or 5507296. OLE color: 5507296.
HSL color Cylindrical-coordinate representation of color #E00854: hue angle of 338.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00854 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.12 |
| HSL | 338.89º | 0.93% | 0.45% | - |
| HSV(B) | 338.89º | 0.96% | 0.88% | - |
| XYZ | 32.43 | 16.66 | 9.89 | - |
| YUV | 81.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 84 | 0 | 0.96 | 0.62 | 0.12 | 338.89 | 0.93 | 0.45 |
| Hex | E0 | 8 | 54 | 0 | 60 | 3E | C | 153 | 5D | 2D |
| Octal | 340 | 10 | 124 | 0 | 140 | 76 | 14 | 523 | 135 | 55 |
| Binary | 11100000 | 1000 | 1010100 | 0 | 1100000 | 111110 | 1100 | 101010011 | 1011101 | 101101 |
Color Harmonies of #E00854
Complementary color
Monochromatic Colors of #E00854
Black with #E00854
Text Example
Text Example
White with #E00854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00854; }
p { color: rgb(224,8,84); }
H1.HeaderClassName
{
color: #E00854;
}
.AnyTagClassName
{
color: #E00854;
}
</style>
background-color css
<style>
a { background-color: #E00854; }
a { background-color: rgb(224,8,84); }
div.DivClassName
{
background-color: #E00854;
}
.BgClassName
{
background-color: #E00854;
}
</style>
border-color css
<style>
span { border-color: #E00854; }
span { border-color: rgb(224,8,84); }
td.TdClassName
{
border-color: #E00854;
}
.TagClassName
{
border-color: #E00854;
}
</style>