Shades of Razzmatazz #E70764
Tints of Razzmatazz #E70764
RGB
CMYK
RGB Variations
Color information
#E70764 (or 0xE70764) is known color: Razzmatazz. HEX triplet: E7, 07 and 64. RGB value is (231,7,100). Sum of RGB (Red+Green+Blue) = 231+7+100=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E70764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70764 is #18F89B. Grayscale: #545454. Windows color (decimal): -1636508 or 6555623. OLE color: 6555623.
HSL color Cylindrical-coordinate representation of color #E70764: hue angle of 335.09º degrees, saturation: 0.94, 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 #E70764 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.09 |
| HSL | 335.09º | 0.94% | 0.47% | - |
| HSV(B) | 335.09º | 0.97% | 0.91% | - |
| XYZ | 35.33 | 18.06 | 13.68 | - |
| YUV | 84.58 | 136.71 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 100 | 0 | 0.97 | 0.57 | 0.09 | 335.09 | 0.94 | 0.47 |
| Hex | E7 | 7 | 64 | 0 | 61 | 39 | 9 | 14F | 5E | 2F |
| Octal | 347 | 7 | 144 | 0 | 141 | 71 | 11 | 517 | 136 | 57 |
| Binary | 11100111 | 111 | 1100100 | 0 | 1100001 | 111001 | 1001 | 101001111 | 1011110 | 101111 |
Color Harmonies of #E70764
Complementary color
Monochromatic Colors of #E70764
Black with #E70764
Text Example
Text Example
White with #E70764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70764; }
p { color: rgb(231,7,100); }
H1.HeaderClassName
{
color: #E70764;
}
.AnyTagClassName
{
color: #E70764;
}
</style>
background-color css
<style>
a { background-color: #E70764; }
a { background-color: rgb(231,7,100); }
div.DivClassName
{
background-color: #E70764;
}
.BgClassName
{
background-color: #E70764;
}
</style>
border-color css
<style>
span { border-color: #E70764; }
span { border-color: rgb(231,7,100); }
td.TdClassName
{
border-color: #E70764;
}
.TagClassName
{
border-color: #E70764;
}
</style>