Shades of Razzmatazz #E0064A
Tints of Razzmatazz #E0064A
RGB
CMYK
RGB Variations
Color information
#E0064A (or 0xE0064A) is known color: Razzmatazz. HEX triplet: E0, 06 and 4A. RGB value is (224,6,74). Sum of RGB (Red+Green+Blue) = 224+6+74=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0064A is #1FF9B5. Grayscale: #4E4E4E. Windows color (decimal): -2095542 or 4851424. OLE color: 4851424.
HSL color Cylindrical-coordinate representation of color #E0064A: hue angle of 341.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0064A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.12 |
| HSL | 341.28º | 0.95% | 0.45% | - |
| HSV(B) | 341.28º | 0.97% | 0.88% | - |
| XYZ | 32.04 | 16.47 | 7.97 | - |
| YUV | 78.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 74 | 0 | 0.97 | 0.67 | 0.12 | 341.28 | 0.95 | 0.45 |
| Hex | E0 | 6 | 4A | 0 | 61 | 43 | C | 155 | 5F | 2D |
| Octal | 340 | 6 | 112 | 0 | 141 | 103 | 14 | 525 | 137 | 55 |
| Binary | 11100000 | 110 | 1001010 | 0 | 1100001 | 1000011 | 1100 | 101010101 | 1011111 | 101101 |
Color Harmonies of #E0064A
Complementary color
Monochromatic Colors of #E0064A
Black with #E0064A
Text Example
Text Example
White with #E0064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0064A; }
p { color: rgb(224,6,74); }
H1.HeaderClassName
{
color: #E0064A;
}
.AnyTagClassName
{
color: #E0064A;
}
</style>
background-color css
<style>
a { background-color: #E0064A; }
a { background-color: rgb(224,6,74); }
div.DivClassName
{
background-color: #E0064A;
}
.BgClassName
{
background-color: #E0064A;
}
</style>
border-color css
<style>
span { border-color: #E0064A; }
span { border-color: rgb(224,6,74); }
td.TdClassName
{
border-color: #E0064A;
}
.TagClassName
{
border-color: #E0064A;
}
</style>