Shades of Razzmatazz #E40849
Tints of Razzmatazz #E40849
RGB
CMYK
RGB Variations
Color information
#E40849 (or 0xE40849) is known color: Razzmatazz. HEX triplet: E4, 08 and 49. RGB value is (228,8,73). Sum of RGB (Red+Green+Blue) = 228+8+73=309 (40% of max value = 765). Red value is 228 (89.45% from 255 or 73.79% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 228 - color contains mainly: red. Hex color #E40849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40849 is #1BF7B6. Grayscale: #515151. Windows color (decimal): -1832887 or 4786404. OLE color: 4786404.
HSL color Cylindrical-coordinate representation of color #E40849: hue angle of 342.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40849 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.11 |
| HSL | 342.27º | 0.93% | 0.46% | - |
| HSV(B) | 342.27º | 0.96% | 0.89% | - |
| XYZ | 33.28 | 17.15 | 7.86 | - |
| YUV | 81.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 73 | 0 | 0.96 | 0.68 | 0.11 | 342.27 | 0.93 | 0.46 |
| Hex | E4 | 8 | 49 | 0 | 60 | 44 | B | 156 | 5D | 2E |
| Octal | 344 | 10 | 111 | 0 | 140 | 104 | 13 | 526 | 135 | 56 |
| Binary | 11100100 | 1000 | 1001001 | 0 | 1100000 | 1000100 | 1011 | 101010110 | 1011101 | 101110 |
Color Harmonies of #E40849
Complementary color
Monochromatic Colors of #E40849
Black with #E40849
Text Example
Text Example
White with #E40849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40849; }
p { color: rgb(228,8,73); }
H1.HeaderClassName
{
color: #E40849;
}
.AnyTagClassName
{
color: #E40849;
}
</style>
background-color css
<style>
a { background-color: #E40849; }
a { background-color: rgb(228,8,73); }
div.DivClassName
{
background-color: #E40849;
}
.BgClassName
{
background-color: #E40849;
}
</style>
border-color css
<style>
span { border-color: #E40849; }
span { border-color: rgb(228,8,73); }
td.TdClassName
{
border-color: #E40849;
}
.TagClassName
{
border-color: #E40849;
}
</style>