Shades of Razzmatazz #E90549
Tints of Razzmatazz #E90549
RGB
CMYK
RGB Variations
Color information
#E90549 (or 0xE90549) is known color: Razzmatazz. HEX triplet: E9, 05 and 49. RGB value is (233,5,73). Sum of RGB (Red+Green+Blue) = 233+5+73=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E90549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90549 is #16FAB6. Grayscale: #505050. Windows color (decimal): -1505975 or 4785641. OLE color: 4785641.
HSL color Cylindrical-coordinate representation of color #E90549: hue angle of 342.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90549 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.09 |
| HSL | 342.11º | 0.96% | 0.47% | - |
| HSV(B) | 342.11º | 0.98% | 0.91% | - |
| XYZ | 34.86 | 17.91 | 7.92 | - |
| YUV | 80.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 73 | 0 | 0.98 | 0.69 | 0.09 | 342.11 | 0.96 | 0.47 |
| Hex | E9 | 5 | 49 | 0 | 62 | 45 | 9 | 156 | 60 | 2F |
| Octal | 351 | 5 | 111 | 0 | 142 | 105 | 11 | 526 | 140 | 57 |
| Binary | 11101001 | 101 | 1001001 | 0 | 1100010 | 1000101 | 1001 | 101010110 | 1100000 | 101111 |
Color Harmonies of #E90549
Complementary color
Monochromatic Colors of #E90549
Black with #E90549
Text Example
Text Example
White with #E90549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90549; }
p { color: rgb(233,5,73); }
H1.HeaderClassName
{
color: #E90549;
}
.AnyTagClassName
{
color: #E90549;
}
</style>
background-color css
<style>
a { background-color: #E90549; }
a { background-color: rgb(233,5,73); }
div.DivClassName
{
background-color: #E90549;
}
.BgClassName
{
background-color: #E90549;
}
</style>
border-color css
<style>
span { border-color: #E90549; }
span { border-color: rgb(233,5,73); }
td.TdClassName
{
border-color: #E90549;
}
.TagClassName
{
border-color: #E90549;
}
</style>