Shades of Razzmatazz #E90159
Tints of Razzmatazz #E90159
RGB
CMYK
RGB Variations
Color information
#E90159 (or 0xE90159) is known color: Razzmatazz. HEX triplet: E9, 01 and 59. RGB value is (233,1,89). Sum of RGB (Red+Green+Blue) = 233+1+89=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E90159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90159 is #16FEA6. Grayscale: #505050. Windows color (decimal): -1506983 or 5833193. OLE color: 5833193.
HSL color Cylindrical-coordinate representation of color #E90159: hue angle of 337.24º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90159 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.09 |
| HSL | 337.24º | 0.99% | 0.46% | - |
| HSV(B) | 337.24º | 1% | 0.91% | - |
| XYZ | 35.42 | 18.07 | 11.07 | - |
| YUV | 80.4 | 132.86 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 89 | 0 | 1.00 | 0.62 | 0.09 | 337.24 | 0.99 | 0.46 |
| Hex | E9 | 1 | 59 | 0 | 64 | 3E | 9 | 151 | 63 | 2E |
| Octal | 351 | 1 | 131 | 0 | 144 | 76 | 11 | 521 | 143 | 56 |
| Binary | 11101001 | 1 | 1011001 | 0 | 1100100 | 111110 | 1001 | 101010001 | 1100011 | 101110 |
Color Harmonies of #E90159
Complementary color
Monochromatic Colors of #E90159
Black with #E90159
Text Example
Text Example
White with #E90159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90159; }
p { color: rgb(233,1,89); }
H1.HeaderClassName
{
color: #E90159;
}
.AnyTagClassName
{
color: #E90159;
}
</style>
background-color css
<style>
a { background-color: #E90159; }
a { background-color: rgb(233,1,89); }
div.DivClassName
{
background-color: #E90159;
}
.BgClassName
{
background-color: #E90159;
}
</style>
border-color css
<style>
span { border-color: #E90159; }
span { border-color: rgb(233,1,89); }
td.TdClassName
{
border-color: #E90159;
}
.TagClassName
{
border-color: #E90159;
}
</style>