Shades of Razzmatazz #E90160
Tints of Razzmatazz #E90160
RGB
CMYK
RGB Variations
Color information
#E90160 (or 0xE90160) is known color: Razzmatazz. HEX triplet: E9, 01 and 60. RGB value is (233,1,96). Sum of RGB (Red+Green+Blue) = 233+1+96=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E90160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90160 is #16FE9F. Grayscale: #515151. Windows color (decimal): -1506976 or 6291945. OLE color: 6291945.
HSL color Cylindrical-coordinate representation of color #E90160: hue angle of 335.43º 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 #E90160 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.09 |
| HSL | 335.43º | 0.99% | 0.46% | - |
| HSV(B) | 335.43º | 1% | 0.91% | - |
| XYZ | 35.73 | 18.19 | 12.69 | - |
| YUV | 81.2 | 136.36 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 96 | 0 | 1.00 | 0.59 | 0.09 | 335.43 | 0.99 | 0.46 |
| Hex | E9 | 1 | 60 | 0 | 64 | 3B | 9 | 14F | 63 | 2E |
| Octal | 351 | 1 | 140 | 0 | 144 | 73 | 11 | 517 | 143 | 56 |
| Binary | 11101001 | 1 | 1100000 | 0 | 1100100 | 111011 | 1001 | 101001111 | 1100011 | 101110 |
Color Harmonies of #E90160
Complementary color
Monochromatic Colors of #E90160
Black with #E90160
Text Example
Text Example
White with #E90160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90160; }
p { color: rgb(233,1,96); }
H1.HeaderClassName
{
color: #E90160;
}
.AnyTagClassName
{
color: #E90160;
}
</style>
background-color css
<style>
a { background-color: #E90160; }
a { background-color: rgb(233,1,96); }
div.DivClassName
{
background-color: #E90160;
}
.BgClassName
{
background-color: #E90160;
}
</style>
border-color css
<style>
span { border-color: #E90160; }
span { border-color: rgb(233,1,96); }
td.TdClassName
{
border-color: #E90160;
}
.TagClassName
{
border-color: #E90160;
}
</style>