Shades of Razzmatazz #E70954
Tints of Razzmatazz #E70954
RGB
CMYK
RGB Variations
Color information
#E70954 (or 0xE70954) is known color: Razzmatazz. HEX triplet: E7, 09 and 54. RGB value is (231,9,84). Sum of RGB (Red+Green+Blue) = 231+9+84=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E70954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70954 is #18F6AB. Grayscale: #535353. Windows color (decimal): -1636012 or 5507559. OLE color: 5507559.
HSL color Cylindrical-coordinate representation of color #E70954: hue angle of 339.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70954 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.09 |
| HSL | 339.73º | 0.93% | 0.47% | - |
| HSV(B) | 339.73º | 0.96% | 0.91% | - |
| XYZ | 34.65 | 17.82 | 10 | - |
| YUV | 83.93 | 128.05 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 84 | 0 | 0.96 | 0.64 | 0.09 | 339.73 | 0.93 | 0.47 |
| Hex | E7 | 9 | 54 | 0 | 60 | 40 | 9 | 154 | 5C | 2F |
| Octal | 347 | 11 | 124 | 0 | 140 | 100 | 11 | 524 | 134 | 57 |
| Binary | 11100111 | 1001 | 1010100 | 0 | 1100000 | 1000000 | 1001 | 101010100 | 1011100 | 101111 |
Color Harmonies of #E70954
Complementary color
Monochromatic Colors of #E70954
Black with #E70954
Text Example
Text Example
White with #E70954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70954; }
p { color: rgb(231,9,84); }
H1.HeaderClassName
{
color: #E70954;
}
.AnyTagClassName
{
color: #E70954;
}
</style>
background-color css
<style>
a { background-color: #E70954; }
a { background-color: rgb(231,9,84); }
div.DivClassName
{
background-color: #E70954;
}
.BgClassName
{
background-color: #E70954;
}
</style>
border-color css
<style>
span { border-color: #E70954; }
span { border-color: rgb(231,9,84); }
td.TdClassName
{
border-color: #E70954;
}
.TagClassName
{
border-color: #E70954;
}
</style>