Shades of Razzmatazz #E6064E
Tints of Razzmatazz #E6064E
RGB
CMYK
RGB Variations
Color information
#E6064E (or 0xE6064E) is known color: Razzmatazz. HEX triplet: E6, 06 and 4E. RGB value is (230,6,78). Sum of RGB (Red+Green+Blue) = 230+6+78=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6064E is #19F9B1. Grayscale: #515151. Windows color (decimal): -1702322 or 5113574. OLE color: 5113574.
HSL color Cylindrical-coordinate representation of color #E6064E: hue angle of 340.71º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6064E is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.10 |
| HSL | 340.71º | 0.95% | 0.46% | - |
| HSV(B) | 340.71º | 0.97% | 0.9% | - |
| XYZ | 34.07 | 17.5 | 8.79 | - |
| YUV | 81.18 | 126.21 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 78 | 0 | 0.97 | 0.66 | 0.10 | 340.71 | 0.95 | 0.46 |
| Hex | E6 | 6 | 4E | 0 | 61 | 42 | A | 155 | 5F | 2E |
| Octal | 346 | 6 | 116 | 0 | 141 | 102 | 12 | 525 | 137 | 56 |
| Binary | 11100110 | 110 | 1001110 | 0 | 1100001 | 1000010 | 1010 | 101010101 | 1011111 | 101110 |
Color Harmonies of #E6064E
Complementary color
Monochromatic Colors of #E6064E
Black with #E6064E
Text Example
Text Example
White with #E6064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6064E; }
p { color: rgb(230,6,78); }
H1.HeaderClassName
{
color: #E6064E;
}
.AnyTagClassName
{
color: #E6064E;
}
</style>
background-color css
<style>
a { background-color: #E6064E; }
a { background-color: rgb(230,6,78); }
div.DivClassName
{
background-color: #E6064E;
}
.BgClassName
{
background-color: #E6064E;
}
</style>
border-color css
<style>
span { border-color: #E6064E; }
span { border-color: rgb(230,6,78); }
td.TdClassName
{
border-color: #E6064E;
}
.TagClassName
{
border-color: #E6064E;
}
</style>