Shades of Razzmatazz #E90174
Tints of Razzmatazz #E90174
RGB
CMYK
RGB Variations
Color information
#E90174 (or 0xE90174) is known color: Razzmatazz. HEX triplet: E9, 01 and 74. RGB value is (233,1,116). Sum of RGB (Red+Green+Blue) = 233+1+116=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90174 is #16FE8B. Grayscale: #535353. Windows color (decimal): -1506956 or 7602665. OLE color: 7602665.
HSL color Cylindrical-coordinate representation of color #E90174: hue angle of 330.26º 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 #E90174 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.09 |
| HSL | 330.26º | 0.99% | 0.46% | - |
| HSV(B) | 330.26º | 1% | 0.91% | - |
| XYZ | 36.77 | 18.61 | 18.18 | - |
| YUV | 83.48 | 146.36 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 116 | 0 | 1.00 | 0.50 | 0.09 | 330.26 | 0.99 | 0.46 |
| Hex | E9 | 1 | 74 | 0 | 64 | 32 | 9 | 14A | 63 | 2E |
| Octal | 351 | 1 | 164 | 0 | 144 | 62 | 11 | 512 | 143 | 56 |
| Binary | 11101001 | 1 | 1110100 | 0 | 1100100 | 110010 | 1001 | 101001010 | 1100011 | 101110 |
Color Harmonies of #E90174
Complementary color
Monochromatic Colors of #E90174
Black with #E90174
Text Example
Text Example
White with #E90174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90174; }
p { color: rgb(233,1,116); }
H1.HeaderClassName
{
color: #E90174;
}
.AnyTagClassName
{
color: #E90174;
}
</style>
background-color css
<style>
a { background-color: #E90174; }
a { background-color: rgb(233,1,116); }
div.DivClassName
{
background-color: #E90174;
}
.BgClassName
{
background-color: #E90174;
}
</style>
border-color css
<style>
span { border-color: #E90174; }
span { border-color: rgb(233,1,116); }
td.TdClassName
{
border-color: #E90174;
}
.TagClassName
{
border-color: #E90174;
}
</style>