Shades of Razzmatazz #E8064A
Tints of Razzmatazz #E8064A
RGB
CMYK
RGB Variations
Color information
#E8064A (or 0xE8064A) is known color: Razzmatazz. HEX triplet: E8, 06 and 4A. RGB value is (232,6,74). Sum of RGB (Red+Green+Blue) = 232+6+74=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8064A is #17F9B5. Grayscale: #515151. Windows color (decimal): -1571254 or 4851432. OLE color: 4851432.
HSL color Cylindrical-coordinate representation of color #E8064A: hue angle of 341.95º degrees, saturation: 0.95, 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 #E8064A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.09 |
| HSL | 341.95º | 0.95% | 0.47% | - |
| HSV(B) | 341.95º | 0.97% | 0.91% | - |
| XYZ | 34.58 | 17.78 | 8.09 | - |
| YUV | 81.33 | 123.87 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 74 | 0 | 0.97 | 0.68 | 0.09 | 341.95 | 0.95 | 0.47 |
| Hex | E8 | 6 | 4A | 0 | 61 | 44 | 9 | 156 | 5F | 2F |
| Octal | 350 | 6 | 112 | 0 | 141 | 104 | 11 | 526 | 137 | 57 |
| Binary | 11101000 | 110 | 1001010 | 0 | 1100001 | 1000100 | 1001 | 101010110 | 1011111 | 101111 |
Color Harmonies of #E8064A
Complementary color
Monochromatic Colors of #E8064A
Black with #E8064A
Text Example
Text Example
White with #E8064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8064A; }
p { color: rgb(232,6,74); }
H1.HeaderClassName
{
color: #E8064A;
}
.AnyTagClassName
{
color: #E8064A;
}
</style>
background-color css
<style>
a { background-color: #E8064A; }
a { background-color: rgb(232,6,74); }
div.DivClassName
{
background-color: #E8064A;
}
.BgClassName
{
background-color: #E8064A;
}
</style>
border-color css
<style>
span { border-color: #E8064A; }
span { border-color: rgb(232,6,74); }
td.TdClassName
{
border-color: #E8064A;
}
.TagClassName
{
border-color: #E8064A;
}
</style>