Shades of Razzmatazz #E90573
Tints of Razzmatazz #E90573
RGB
CMYK
RGB Variations
Color information
#E90573 (or 0xE90573) is known color: Razzmatazz. HEX triplet: E9, 05 and 73. RGB value is (233,5,115). Sum of RGB (Red+Green+Blue) = 233+5+115=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E90573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90573 is #16FA8C. Grayscale: #555555. Windows color (decimal): -1505933 or 7538153. OLE color: 7538153.
HSL color Cylindrical-coordinate representation of color #E90573: hue angle of 331.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90573 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.09 |
| HSL | 331.05º | 0.96% | 0.47% | - |
| HSV(B) | 331.05º | 0.98% | 0.91% | - |
| XYZ | 36.75 | 18.67 | 17.89 | - |
| YUV | 85.71 | 144.54 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 115 | 0 | 0.98 | 0.51 | 0.09 | 331.05 | 0.96 | 0.47 |
| Hex | E9 | 5 | 73 | 0 | 62 | 33 | 9 | 14B | 60 | 2F |
| Octal | 351 | 5 | 163 | 0 | 142 | 63 | 11 | 513 | 140 | 57 |
| Binary | 11101001 | 101 | 1110011 | 0 | 1100010 | 110011 | 1001 | 101001011 | 1100000 | 101111 |
Color Harmonies of #E90573
Complementary color
Monochromatic Colors of #E90573
Black with #E90573
Text Example
Text Example
White with #E90573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90573; }
p { color: rgb(233,5,115); }
H1.HeaderClassName
{
color: #E90573;
}
.AnyTagClassName
{
color: #E90573;
}
</style>
background-color css
<style>
a { background-color: #E90573; }
a { background-color: rgb(233,5,115); }
div.DivClassName
{
background-color: #E90573;
}
.BgClassName
{
background-color: #E90573;
}
</style>
border-color css
<style>
span { border-color: #E90573; }
span { border-color: rgb(233,5,115); }
td.TdClassName
{
border-color: #E90573;
}
.TagClassName
{
border-color: #E90573;
}
</style>