Shades of Razzmatazz #E2064C
Tints of Razzmatazz #E2064C
RGB
CMYK
RGB Variations
Color information
#E2064C (or 0xE2064C) is known color: Razzmatazz. HEX triplet: E2, 06 and 4C. RGB value is (226,6,76). Sum of RGB (Red+Green+Blue) = 226+6+76=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2064C is #1DF9B3. Grayscale: #4F4F4F. Windows color (decimal): -1964468 or 4982498. OLE color: 4982498.
HSL color Cylindrical-coordinate representation of color #E2064C: hue angle of 340.91º 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 #E2064C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.11 |
| HSL | 340.91º | 0.95% | 0.45% | - |
| HSV(B) | 340.91º | 0.97% | 0.89% | - |
| XYZ | 32.73 | 16.82 | 8.36 | - |
| YUV | 79.76 | 125.89 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 76 | 0 | 0.97 | 0.66 | 0.11 | 340.91 | 0.95 | 0.45 |
| Hex | E2 | 6 | 4C | 0 | 61 | 42 | B | 155 | 5F | 2D |
| Octal | 342 | 6 | 114 | 0 | 141 | 102 | 13 | 525 | 137 | 55 |
| Binary | 11100010 | 110 | 1001100 | 0 | 1100001 | 1000010 | 1011 | 101010101 | 1011111 | 101101 |
Color Harmonies of #E2064C
Complementary color
Monochromatic Colors of #E2064C
Black with #E2064C
Text Example
Text Example
White with #E2064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2064C; }
p { color: rgb(226,6,76); }
H1.HeaderClassName
{
color: #E2064C;
}
.AnyTagClassName
{
color: #E2064C;
}
</style>
background-color css
<style>
a { background-color: #E2064C; }
a { background-color: rgb(226,6,76); }
div.DivClassName
{
background-color: #E2064C;
}
.BgClassName
{
background-color: #E2064C;
}
</style>
border-color css
<style>
span { border-color: #E2064C; }
span { border-color: rgb(226,6,76); }
td.TdClassName
{
border-color: #E2064C;
}
.TagClassName
{
border-color: #E2064C;
}
</style>