Shades of Razzmatazz #E90164
Tints of Razzmatazz #E90164
RGB
CMYK
RGB Variations
Color information
#E90164 (or 0xE90164) is known color: Razzmatazz. HEX triplet: E9, 01 and 64. RGB value is (233,1,100). Sum of RGB (Red+Green+Blue) = 233+1+100=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E90164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90164 is #16FE9B. Grayscale: #515151. Windows color (decimal): -1506972 or 6554089. OLE color: 6554089.
HSL color Cylindrical-coordinate representation of color #E90164: hue angle of 334.4º 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 #E90164 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.09 |
| HSL | 334.4º | 0.99% | 0.46% | - |
| HSV(B) | 334.4º | 1% | 0.91% | - |
| XYZ | 35.92 | 18.27 | 13.69 | - |
| YUV | 81.65 | 138.36 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 100 | 0 | 1.00 | 0.57 | 0.09 | 334.4 | 0.99 | 0.46 |
| Hex | E9 | 1 | 64 | 0 | 64 | 39 | 9 | 14E | 63 | 2E |
| Octal | 351 | 1 | 144 | 0 | 144 | 71 | 11 | 516 | 143 | 56 |
| Binary | 11101001 | 1 | 1100100 | 0 | 1100100 | 111001 | 1001 | 101001110 | 1100011 | 101110 |
Color Harmonies of #E90164
Complementary color
Monochromatic Colors of #E90164
Black with #E90164
Text Example
Text Example
White with #E90164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90164; }
p { color: rgb(233,1,100); }
H1.HeaderClassName
{
color: #E90164;
}
.AnyTagClassName
{
color: #E90164;
}
</style>
background-color css
<style>
a { background-color: #E90164; }
a { background-color: rgb(233,1,100); }
div.DivClassName
{
background-color: #E90164;
}
.BgClassName
{
background-color: #E90164;
}
</style>
border-color css
<style>
span { border-color: #E90164; }
span { border-color: rgb(233,1,100); }
td.TdClassName
{
border-color: #E90164;
}
.TagClassName
{
border-color: #E90164;
}
</style>