Shades of Razzmatazz #E7064A
Tints of Razzmatazz #E7064A
RGB
CMYK
RGB Variations
Color information
#E7064A (or 0xE7064A) is known color: Razzmatazz. HEX triplet: E7, 06 and 4A. RGB value is (231,6,74). Sum of RGB (Red+Green+Blue) = 231+6+74=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7064A is #18F9B5. Grayscale: #505050. Windows color (decimal): -1636790 or 4851431. OLE color: 4851431.
HSL color Cylindrical-coordinate representation of color #E7064A: hue angle of 341.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7064A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.09 |
| HSL | 341.87º | 0.95% | 0.46% | - |
| HSV(B) | 341.87º | 0.97% | 0.91% | - |
| XYZ | 34.26 | 17.61 | 8.07 | - |
| YUV | 81.03 | 124.04 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 74 | 0 | 0.97 | 0.68 | 0.09 | 341.87 | 0.95 | 0.46 |
| Hex | E7 | 6 | 4A | 0 | 61 | 44 | 9 | 156 | 5F | 2E |
| Octal | 347 | 6 | 112 | 0 | 141 | 104 | 11 | 526 | 137 | 56 |
| Binary | 11100111 | 110 | 1001010 | 0 | 1100001 | 1000100 | 1001 | 101010110 | 1011111 | 101110 |
Color Harmonies of #E7064A
Complementary color
Monochromatic Colors of #E7064A
Black with #E7064A
Text Example
Text Example
White with #E7064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7064A; }
p { color: rgb(231,6,74); }
H1.HeaderClassName
{
color: #E7064A;
}
.AnyTagClassName
{
color: #E7064A;
}
</style>
background-color css
<style>
a { background-color: #E7064A; }
a { background-color: rgb(231,6,74); }
div.DivClassName
{
background-color: #E7064A;
}
.BgClassName
{
background-color: #E7064A;
}
</style>
border-color css
<style>
span { border-color: #E7064A; }
span { border-color: rgb(231,6,74); }
td.TdClassName
{
border-color: #E7064A;
}
.TagClassName
{
border-color: #E7064A;
}
</style>