Shades of Razzmatazz #E40749
Tints of Razzmatazz #E40749
RGB
CMYK
RGB Variations
Color information
#E40749 (or 0xE40749) is known color: Razzmatazz. HEX triplet: E4, 07 and 49. RGB value is (228,7,73). Sum of RGB (Red+Green+Blue) = 228+7+73=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E40749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40749 is #1BF8B6. Grayscale: #505050. Windows color (decimal): -1833143 or 4786148. OLE color: 4786148.
HSL color Cylindrical-coordinate representation of color #E40749: hue angle of 342.08º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40749 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 73 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.11 |
| HSL | 342.08º | 0.94% | 0.46% | - |
| HSV(B) | 342.08º | 0.97% | 0.89% | - |
| XYZ | 33.27 | 17.13 | 7.86 | - |
| YUV | 80.6 | 123.72 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 73 | 0 | 0.97 | 0.68 | 0.11 | 342.08 | 0.94 | 0.46 |
| Hex | E4 | 7 | 49 | 0 | 61 | 44 | B | 156 | 5E | 2E |
| Octal | 344 | 7 | 111 | 0 | 141 | 104 | 13 | 526 | 136 | 56 |
| Binary | 11100100 | 111 | 1001001 | 0 | 1100001 | 1000100 | 1011 | 101010110 | 1011110 | 101110 |
Color Harmonies of #E40749
Complementary color
Monochromatic Colors of #E40749
Black with #E40749
Text Example
Text Example
White with #E40749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40749; }
p { color: rgb(228,7,73); }
H1.HeaderClassName
{
color: #E40749;
}
.AnyTagClassName
{
color: #E40749;
}
</style>
background-color css
<style>
a { background-color: #E40749; }
a { background-color: rgb(228,7,73); }
div.DivClassName
{
background-color: #E40749;
}
.BgClassName
{
background-color: #E40749;
}
</style>
border-color css
<style>
span { border-color: #E40749; }
span { border-color: rgb(228,7,73); }
td.TdClassName
{
border-color: #E40749;
}
.TagClassName
{
border-color: #E40749;
}
</style>