Shades of Razzmatazz #E00449
Tints of Razzmatazz #E00449
RGB
CMYK
RGB Variations
Color information
#E00449 (or 0xE00449) is known color: Razzmatazz. HEX triplet: E0, 04 and 49. RGB value is (224,4,73). Sum of RGB (Red+Green+Blue) = 224+4+73=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E00449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00449 is #1FFBB6. Grayscale: #4D4D4D. Windows color (decimal): -2096055 or 4785376. OLE color: 4785376.
HSL color Cylindrical-coordinate representation of color #E00449: hue angle of 341.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00449 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.12 |
| HSL | 341.18º | 0.96% | 0.45% | - |
| HSV(B) | 341.18º | 0.98% | 0.88% | - |
| XYZ | 31.99 | 16.42 | 7.79 | - |
| YUV | 77.65 | 125.39 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 73 | 0 | 0.98 | 0.67 | 0.12 | 341.18 | 0.96 | 0.45 |
| Hex | E0 | 4 | 49 | 0 | 62 | 43 | C | 155 | 60 | 2D |
| Octal | 340 | 4 | 111 | 0 | 142 | 103 | 14 | 525 | 140 | 55 |
| Binary | 11100000 | 100 | 1001001 | 0 | 1100010 | 1000011 | 1100 | 101010101 | 1100000 | 101101 |
Color Harmonies of #E00449
Complementary color
Monochromatic Colors of #E00449
Black with #E00449
Text Example
Text Example
White with #E00449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00449; }
p { color: rgb(224,4,73); }
H1.HeaderClassName
{
color: #E00449;
}
.AnyTagClassName
{
color: #E00449;
}
</style>
background-color css
<style>
a { background-color: #E00449; }
a { background-color: rgb(224,4,73); }
div.DivClassName
{
background-color: #E00449;
}
.BgClassName
{
background-color: #E00449;
}
</style>
border-color css
<style>
span { border-color: #E00449; }
span { border-color: rgb(224,4,73); }
td.TdClassName
{
border-color: #E00449;
}
.TagClassName
{
border-color: #E00449;
}
</style>