Shades of Razzmatazz #E90273
Tints of Razzmatazz #E90273
RGB
CMYK
RGB Variations
Color information
#E90273 (or 0xE90273) is known color: Razzmatazz. HEX triplet: E9, 02 and 73. RGB value is (233,2,115). Sum of RGB (Red+Green+Blue) = 233+2+115=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90273 is #16FD8C. Grayscale: #535353. Windows color (decimal): -1506701 or 7537385. OLE color: 7537385.
HSL color Cylindrical-coordinate representation of color #E90273: hue angle of 330.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90273 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.09 |
| HSL | 330.65º | 0.98% | 0.46% | - |
| HSV(B) | 330.65º | 0.99% | 0.91% | - |
| XYZ | 36.72 | 18.6 | 17.88 | - |
| YUV | 83.95 | 145.53 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 115 | 0 | 0.99 | 0.51 | 0.09 | 330.65 | 0.98 | 0.46 |
| Hex | E9 | 2 | 73 | 0 | 63 | 33 | 9 | 14B | 62 | 2E |
| Octal | 351 | 2 | 163 | 0 | 143 | 63 | 11 | 513 | 142 | 56 |
| Binary | 11101001 | 10 | 1110011 | 0 | 1100011 | 110011 | 1001 | 101001011 | 1100010 | 101110 |
Color Harmonies of #E90273
Complementary color
Monochromatic Colors of #E90273
Black with #E90273
Text Example
Text Example
White with #E90273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90273; }
p { color: rgb(233,2,115); }
H1.HeaderClassName
{
color: #E90273;
}
.AnyTagClassName
{
color: #E90273;
}
</style>
background-color css
<style>
a { background-color: #E90273; }
a { background-color: rgb(233,2,115); }
div.DivClassName
{
background-color: #E90273;
}
.BgClassName
{
background-color: #E90273;
}
</style>
border-color css
<style>
span { border-color: #E90273; }
span { border-color: rgb(233,2,115); }
td.TdClassName
{
border-color: #E90273;
}
.TagClassName
{
border-color: #E90273;
}
</style>