Shades of Razzmatazz #E7064D
Tints of Razzmatazz #E7064D
RGB
CMYK
RGB Variations
Color information
#E7064D (or 0xE7064D) is known color: Razzmatazz. HEX triplet: E7, 06 and 4D. RGB value is (231,6,77). Sum of RGB (Red+Green+Blue) = 231+6+77=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7064D is #18F9B2. Grayscale: #515151. Windows color (decimal): -1636787 or 5048039. OLE color: 5048039.
HSL color Cylindrical-coordinate representation of color #E7064D: hue angle of 341.07º 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 #E7064D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.09 |
| HSL | 341.07º | 0.95% | 0.46% | - |
| HSV(B) | 341.07º | 0.97% | 0.91% | - |
| XYZ | 34.36 | 17.65 | 8.62 | - |
| YUV | 81.37 | 125.54 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 77 | 0 | 0.97 | 0.67 | 0.09 | 341.07 | 0.95 | 0.46 |
| Hex | E7 | 6 | 4D | 0 | 61 | 43 | 9 | 155 | 5F | 2E |
| Octal | 347 | 6 | 115 | 0 | 141 | 103 | 11 | 525 | 137 | 56 |
| Binary | 11100111 | 110 | 1001101 | 0 | 1100001 | 1000011 | 1001 | 101010101 | 1011111 | 101110 |
Color Harmonies of #E7064D
Complementary color
Monochromatic Colors of #E7064D
Black with #E7064D
Text Example
Text Example
White with #E7064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7064D; }
p { color: rgb(231,6,77); }
H1.HeaderClassName
{
color: #E7064D;
}
.AnyTagClassName
{
color: #E7064D;
}
</style>
background-color css
<style>
a { background-color: #E7064D; }
a { background-color: rgb(231,6,77); }
div.DivClassName
{
background-color: #E7064D;
}
.BgClassName
{
background-color: #E7064D;
}
</style>
border-color css
<style>
span { border-color: #E7064D; }
span { border-color: rgb(231,6,77); }
td.TdClassName
{
border-color: #E7064D;
}
.TagClassName
{
border-color: #E7064D;
}
</style>