Shades of Razzmatazz #E6044E
Tints of Razzmatazz #E6044E
RGB
CMYK
RGB Variations
Color information
#E6044E (or 0xE6044E) is known color: Razzmatazz. HEX triplet: E6, 04 and 4E. RGB value is (230,4,78). Sum of RGB (Red+Green+Blue) = 230+4+78=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6044E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6044E is #19FBB1. Grayscale: #4F4F4F. Windows color (decimal): -1702834 or 5113062. OLE color: 5113062.
HSL color Cylindrical-coordinate representation of color #E6044E: hue angle of 340.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6044E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.10 |
| HSL | 340.35º | 0.97% | 0.46% | - |
| HSV(B) | 340.35º | 0.98% | 0.9% | - |
| XYZ | 34.05 | 17.46 | 8.78 | - |
| YUV | 80.01 | 126.87 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 78 | 0 | 0.98 | 0.66 | 0.10 | 340.35 | 0.97 | 0.46 |
| Hex | E6 | 4 | 4E | 0 | 62 | 42 | A | 154 | 61 | 2E |
| Octal | 346 | 4 | 116 | 0 | 142 | 102 | 12 | 524 | 141 | 56 |
| Binary | 11100110 | 100 | 1001110 | 0 | 1100010 | 1000010 | 1010 | 101010100 | 1100001 | 101110 |
Color Harmonies of #E6044E
Complementary color
Monochromatic Colors of #E6044E
Black with #E6044E
Text Example
Text Example
White with #E6044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6044E; }
p { color: rgb(230,4,78); }
H1.HeaderClassName
{
color: #E6044E;
}
.AnyTagClassName
{
color: #E6044E;
}
</style>
background-color css
<style>
a { background-color: #E6044E; }
a { background-color: rgb(230,4,78); }
div.DivClassName
{
background-color: #E6044E;
}
.BgClassName
{
background-color: #E6044E;
}
</style>
border-color css
<style>
span { border-color: #E6044E; }
span { border-color: rgb(230,4,78); }
td.TdClassName
{
border-color: #E6044E;
}
.TagClassName
{
border-color: #E6044E;
}
</style>