Shades of Razzmatazz #E2064D
Tints of Razzmatazz #E2064D
RGB
CMYK
RGB Variations
Color information
#E2064D (or 0xE2064D) is known color: Razzmatazz. HEX triplet: E2, 06 and 4D. RGB value is (226,6,77). Sum of RGB (Red+Green+Blue) = 226+6+77=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2064D is #1DF9B2. Grayscale: #4F4F4F. Windows color (decimal): -1964467 or 5048034. OLE color: 5048034.
HSL color Cylindrical-coordinate representation of color #E2064D: hue angle of 340.64º 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 #E2064D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.11 |
| HSL | 340.64º | 0.95% | 0.45% | - |
| HSV(B) | 340.64º | 0.97% | 0.89% | - |
| XYZ | 32.77 | 16.83 | 8.54 | - |
| YUV | 79.87 | 126.39 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 77 | 0 | 0.97 | 0.66 | 0.11 | 340.64 | 0.95 | 0.45 |
| Hex | E2 | 6 | 4D | 0 | 61 | 42 | B | 155 | 5F | 2D |
| Octal | 342 | 6 | 115 | 0 | 141 | 102 | 13 | 525 | 137 | 55 |
| Binary | 11100010 | 110 | 1001101 | 0 | 1100001 | 1000010 | 1011 | 101010101 | 1011111 | 101101 |
Color Harmonies of #E2064D
Complementary color
Monochromatic Colors of #E2064D
Black with #E2064D
Text Example
Text Example
White with #E2064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2064D; }
p { color: rgb(226,6,77); }
H1.HeaderClassName
{
color: #E2064D;
}
.AnyTagClassName
{
color: #E2064D;
}
</style>
background-color css
<style>
a { background-color: #E2064D; }
a { background-color: rgb(226,6,77); }
div.DivClassName
{
background-color: #E2064D;
}
.BgClassName
{
background-color: #E2064D;
}
</style>
border-color css
<style>
span { border-color: #E2064D; }
span { border-color: rgb(226,6,77); }
td.TdClassName
{
border-color: #E2064D;
}
.TagClassName
{
border-color: #E2064D;
}
</style>