Shades of Razzmatazz #E6044C
Tints of Razzmatazz #E6044C
RGB
CMYK
RGB Variations
Color information
#E6044C (or 0xE6044C) is known color: Razzmatazz. HEX triplet: E6, 04 and 4C. RGB value is (230,4,76). Sum of RGB (Red+Green+Blue) = 230+4+76=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6044C is #19FBB3. Grayscale: #4F4F4F. Windows color (decimal): -1702836 or 4981990. OLE color: 4981990.
HSL color Cylindrical-coordinate representation of color #E6044C: hue angle of 340.88º 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 #E6044C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.10 |
| HSL | 340.88º | 0.97% | 0.46% | - |
| HSV(B) | 340.88º | 0.98% | 0.9% | - |
| XYZ | 33.98 | 17.43 | 8.41 | - |
| YUV | 79.78 | 125.87 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 76 | 0 | 0.98 | 0.67 | 0.10 | 340.88 | 0.97 | 0.46 |
| Hex | E6 | 4 | 4C | 0 | 62 | 43 | A | 155 | 61 | 2E |
| Octal | 346 | 4 | 114 | 0 | 142 | 103 | 12 | 525 | 141 | 56 |
| Binary | 11100110 | 100 | 1001100 | 0 | 1100010 | 1000011 | 1010 | 101010101 | 1100001 | 101110 |
Color Harmonies of #E6044C
Complementary color
Monochromatic Colors of #E6044C
Black with #E6044C
Text Example
Text Example
White with #E6044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6044C; }
p { color: rgb(230,4,76); }
H1.HeaderClassName
{
color: #E6044C;
}
.AnyTagClassName
{
color: #E6044C;
}
</style>
background-color css
<style>
a { background-color: #E6044C; }
a { background-color: rgb(230,4,76); }
div.DivClassName
{
background-color: #E6044C;
}
.BgClassName
{
background-color: #E6044C;
}
</style>
border-color css
<style>
span { border-color: #E6044C; }
span { border-color: rgb(230,4,76); }
td.TdClassName
{
border-color: #E6044C;
}
.TagClassName
{
border-color: #E6044C;
}
</style>