Shades of Razzmatazz #E90460
Tints of Razzmatazz #E90460
RGB
CMYK
RGB Variations
Color information
#E90460 (or 0xE90460) is known color: Razzmatazz. HEX triplet: E9, 04 and 60. RGB value is (233,4,96). Sum of RGB (Red+Green+Blue) = 233+4+96=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E90460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90460 is #16FB9F. Grayscale: #525252. Windows color (decimal): -1506208 or 6292713. OLE color: 6292713.
HSL color Cylindrical-coordinate representation of color #E90460: hue angle of 335.9º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90460 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.09 |
| HSL | 335.9º | 0.97% | 0.46% | - |
| HSV(B) | 335.9º | 0.98% | 0.91% | - |
| XYZ | 35.76 | 18.26 | 12.71 | - |
| YUV | 82.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 96 | 0 | 0.98 | 0.59 | 0.09 | 335.9 | 0.97 | 0.46 |
| Hex | E9 | 4 | 60 | 0 | 62 | 3B | 9 | 150 | 61 | 2E |
| Octal | 351 | 4 | 140 | 0 | 142 | 73 | 11 | 520 | 141 | 56 |
| Binary | 11101001 | 100 | 1100000 | 0 | 1100010 | 111011 | 1001 | 101010000 | 1100001 | 101110 |
Color Harmonies of #E90460
Complementary color
Monochromatic Colors of #E90460
Black with #E90460
Text Example
Text Example
White with #E90460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90460; }
p { color: rgb(233,4,96); }
H1.HeaderClassName
{
color: #E90460;
}
.AnyTagClassName
{
color: #E90460;
}
</style>
background-color css
<style>
a { background-color: #E90460; }
a { background-color: rgb(233,4,96); }
div.DivClassName
{
background-color: #E90460;
}
.BgClassName
{
background-color: #E90460;
}
</style>
border-color css
<style>
span { border-color: #E90460; }
span { border-color: rgb(233,4,96); }
td.TdClassName
{
border-color: #E90460;
}
.TagClassName
{
border-color: #E90460;
}
</style>