Shades of Razzmatazz #E70854
Tints of Razzmatazz #E70854
RGB
CMYK
RGB Variations
Color information
#E70854 (or 0xE70854) is known color: Razzmatazz. HEX triplet: E7, 08 and 54. RGB value is (231,8,84). Sum of RGB (Red+Green+Blue) = 231+8+84=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E70854 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70854 is #18F7AB. Grayscale: #535353. Windows color (decimal): -1636268 or 5507303. OLE color: 5507303.
HSL color Cylindrical-coordinate representation of color #E70854: hue angle of 339.55º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70854 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 84 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.09 |
| HSL | 339.55º | 0.93% | 0.47% | - |
| HSV(B) | 339.55º | 0.97% | 0.91% | - |
| XYZ | 34.64 | 17.8 | 10 | - |
| YUV | 83.34 | 128.38 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 84 | 0 | 0.97 | 0.64 | 0.09 | 339.55 | 0.93 | 0.47 |
| Hex | E7 | 8 | 54 | 0 | 61 | 40 | 9 | 154 | 5D | 2F |
| Octal | 347 | 10 | 124 | 0 | 141 | 100 | 11 | 524 | 135 | 57 |
| Binary | 11100111 | 1000 | 1010100 | 0 | 1100001 | 1000000 | 1001 | 101010100 | 1011101 | 101111 |
Color Harmonies of #E70854
Complementary color
Monochromatic Colors of #E70854
Black with #E70854
Text Example
Text Example
White with #E70854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70854; }
p { color: rgb(231,8,84); }
H1.HeaderClassName
{
color: #E70854;
}
.AnyTagClassName
{
color: #E70854;
}
</style>
background-color css
<style>
a { background-color: #E70854; }
a { background-color: rgb(231,8,84); }
div.DivClassName
{
background-color: #E70854;
}
.BgClassName
{
background-color: #E70854;
}
</style>
border-color css
<style>
span { border-color: #E70854; }
span { border-color: rgb(231,8,84); }
td.TdClassName
{
border-color: #E70854;
}
.TagClassName
{
border-color: #E70854;
}
</style>