Shades of Razzmatazz #E2064A
Tints of Razzmatazz #E2064A
RGB
CMYK
RGB Variations
Color information
#E2064A (or 0xE2064A) is known color: Razzmatazz. HEX triplet: E2, 06 and 4A. RGB value is (226,6,74). Sum of RGB (Red+Green+Blue) = 226+6+74=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2064A is #1DF9B5. Grayscale: #4F4F4F. Windows color (decimal): -1964470 or 4851426. OLE color: 4851426.
HSL color Cylindrical-coordinate representation of color #E2064A: hue angle of 341.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2064A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.11 |
| HSL | 341.45º | 0.95% | 0.45% | - |
| HSV(B) | 341.45º | 0.97% | 0.89% | - |
| XYZ | 32.67 | 16.79 | 8 | - |
| YUV | 79.53 | 124.89 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 74 | 0 | 0.97 | 0.67 | 0.11 | 341.45 | 0.95 | 0.45 |
| Hex | E2 | 6 | 4A | 0 | 61 | 43 | B | 155 | 5F | 2D |
| Octal | 342 | 6 | 112 | 0 | 141 | 103 | 13 | 525 | 137 | 55 |
| Binary | 11100010 | 110 | 1001010 | 0 | 1100001 | 1000011 | 1011 | 101010101 | 1011111 | 101101 |
Color Harmonies of #E2064A
Complementary color
Monochromatic Colors of #E2064A
Black with #E2064A
Text Example
Text Example
White with #E2064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2064A; }
p { color: rgb(226,6,74); }
H1.HeaderClassName
{
color: #E2064A;
}
.AnyTagClassName
{
color: #E2064A;
}
</style>
background-color css
<style>
a { background-color: #E2064A; }
a { background-color: rgb(226,6,74); }
div.DivClassName
{
background-color: #E2064A;
}
.BgClassName
{
background-color: #E2064A;
}
</style>
border-color css
<style>
span { border-color: #E2064A; }
span { border-color: rgb(226,6,74); }
td.TdClassName
{
border-color: #E2064A;
}
.TagClassName
{
border-color: #E2064A;
}
</style>