Shades of Razzmatazz #E9064A
Tints of Razzmatazz #E9064A
RGB
CMYK
RGB Variations
Color information
#E9064A (or 0xE9064A) is known color: Razzmatazz. HEX triplet: E9, 06 and 4A. RGB value is (233,6,74). Sum of RGB (Red+Green+Blue) = 233+6+74=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9064A is #16F9B5. Grayscale: #515151. Windows color (decimal): -1505718 or 4851433. OLE color: 4851433.
HSL color Cylindrical-coordinate representation of color #E9064A: hue angle of 342.03º 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 #E9064A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.09 |
| HSL | 342.03º | 0.95% | 0.47% | - |
| HSV(B) | 342.03º | 0.97% | 0.91% | - |
| XYZ | 34.91 | 17.95 | 8.1 | - |
| YUV | 81.63 | 123.71 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 74 | 0 | 0.97 | 0.68 | 0.09 | 342.03 | 0.95 | 0.47 |
| Hex | E9 | 6 | 4A | 0 | 61 | 44 | 9 | 156 | 5F | 2F |
| Octal | 351 | 6 | 112 | 0 | 141 | 104 | 11 | 526 | 137 | 57 |
| Binary | 11101001 | 110 | 1001010 | 0 | 1100001 | 1000100 | 1001 | 101010110 | 1011111 | 101111 |
Color Harmonies of #E9064A
Complementary color
Monochromatic Colors of #E9064A
Black with #E9064A
Text Example
Text Example
White with #E9064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9064A; }
p { color: rgb(233,6,74); }
H1.HeaderClassName
{
color: #E9064A;
}
.AnyTagClassName
{
color: #E9064A;
}
</style>
background-color css
<style>
a { background-color: #E9064A; }
a { background-color: rgb(233,6,74); }
div.DivClassName
{
background-color: #E9064A;
}
.BgClassName
{
background-color: #E9064A;
}
</style>
border-color css
<style>
span { border-color: #E9064A; }
span { border-color: rgb(233,6,74); }
td.TdClassName
{
border-color: #E9064A;
}
.TagClassName
{
border-color: #E9064A;
}
</style>