Shades of Razzmatazz #E90B49
Tints of Razzmatazz #E90B49
RGB
CMYK
RGB Variations
Color information
#E90B49 (or 0xE90B49) is known color: Razzmatazz. HEX triplet: E9, 0B and 49. RGB value is (233,11,73). Sum of RGB (Red+Green+Blue) = 233+11+73=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90B49 is #16F4B6. Grayscale: #545454. Windows color (decimal): -1504439 or 4787177. OLE color: 4787177.
HSL color Cylindrical-coordinate representation of color #E90B49: hue angle of 343.24º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B49 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 73 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.09 |
| HSL | 343.24º | 0.91% | 0.48% | - |
| HSV(B) | 343.24º | 0.95% | 0.91% | - |
| XYZ | 34.93 | 18.04 | 7.95 | - |
| YUV | 84.45 | 121.55 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 73 | 0 | 0.95 | 0.69 | 0.09 | 343.24 | 0.91 | 0.48 |
| Hex | E9 | B | 49 | 0 | 5F | 45 | 9 | 157 | 5B | 30 |
| Octal | 351 | 13 | 111 | 0 | 137 | 105 | 11 | 527 | 133 | 60 |
| Binary | 11101001 | 1011 | 1001001 | 0 | 1011111 | 1000101 | 1001 | 101010111 | 1011011 | 110000 |
Color Harmonies of #E90B49
Complementary color
Monochromatic Colors of #E90B49
Black with #E90B49
Text Example
Text Example
White with #E90B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B49; }
p { color: rgb(233,11,73); }
H1.HeaderClassName
{
color: #E90B49;
}
.AnyTagClassName
{
color: #E90B49;
}
</style>
background-color css
<style>
a { background-color: #E90B49; }
a { background-color: rgb(233,11,73); }
div.DivClassName
{
background-color: #E90B49;
}
.BgClassName
{
background-color: #E90B49;
}
</style>
border-color css
<style>
span { border-color: #E90B49; }
span { border-color: rgb(233,11,73); }
td.TdClassName
{
border-color: #E90B49;
}
.TagClassName
{
border-color: #E90B49;
}
</style>