Shades of Razzmatazz #E90770
Tints of Razzmatazz #E90770
RGB
CMYK
RGB Variations
Color information
#E90770 (or 0xE90770) is known color: Razzmatazz. HEX triplet: E9, 07 and 70. RGB value is (233,7,112). Sum of RGB (Red+Green+Blue) = 233+7+112=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E90770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90770 is #16F88F. Grayscale: #565656. Windows color (decimal): -1505424 or 7342057. OLE color: 7342057.
HSL color Cylindrical-coordinate representation of color #E90770: hue angle of 332.12º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90770 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.09 |
| HSL | 332.12º | 0.94% | 0.47% | - |
| HSV(B) | 332.12º | 0.97% | 0.91% | - |
| XYZ | 36.6 | 18.65 | 17 | - |
| YUV | 86.54 | 142.37 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 112 | 0 | 0.97 | 0.52 | 0.09 | 332.12 | 0.94 | 0.47 |
| Hex | E9 | 7 | 70 | 0 | 61 | 34 | 9 | 14C | 5E | 2F |
| Octal | 351 | 7 | 160 | 0 | 141 | 64 | 11 | 514 | 136 | 57 |
| Binary | 11101001 | 111 | 1110000 | 0 | 1100001 | 110100 | 1001 | 101001100 | 1011110 | 101111 |
Color Harmonies of #E90770
Complementary color
Monochromatic Colors of #E90770
Black with #E90770
Text Example
Text Example
White with #E90770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90770; }
p { color: rgb(233,7,112); }
H1.HeaderClassName
{
color: #E90770;
}
.AnyTagClassName
{
color: #E90770;
}
</style>
background-color css
<style>
a { background-color: #E90770; }
a { background-color: rgb(233,7,112); }
div.DivClassName
{
background-color: #E90770;
}
.BgClassName
{
background-color: #E90770;
}
</style>
border-color css
<style>
span { border-color: #E90770; }
span { border-color: rgb(233,7,112); }
td.TdClassName
{
border-color: #E90770;
}
.TagClassName
{
border-color: #E90770;
}
</style>