Shades of Razzmatazz #E90265
Tints of Razzmatazz #E90265
RGB
CMYK
RGB Variations
Color information
#E90265 (or 0xE90265) is known color: Razzmatazz. HEX triplet: E9, 02 and 65. RGB value is (233,2,101). Sum of RGB (Red+Green+Blue) = 233+2+101=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E90265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90265 is #16FD9A. Grayscale: #525252. Windows color (decimal): -1506715 or 6619881. OLE color: 6619881.
HSL color Cylindrical-coordinate representation of color #E90265: hue angle of 334.29º 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 #E90265 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.09 |
| HSL | 334.29º | 0.98% | 0.46% | - |
| HSV(B) | 334.29º | 0.99% | 0.91% | - |
| XYZ | 35.97 | 18.31 | 13.95 | - |
| YUV | 82.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 101 | 0 | 0.99 | 0.57 | 0.09 | 334.29 | 0.98 | 0.46 |
| Hex | E9 | 2 | 65 | 0 | 63 | 39 | 9 | 14E | 62 | 2E |
| Octal | 351 | 2 | 145 | 0 | 143 | 71 | 11 | 516 | 142 | 56 |
| Binary | 11101001 | 10 | 1100101 | 0 | 1100011 | 111001 | 1001 | 101001110 | 1100010 | 101110 |
Color Harmonies of #E90265
Complementary color
Monochromatic Colors of #E90265
Black with #E90265
Text Example
Text Example
White with #E90265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90265; }
p { color: rgb(233,2,101); }
H1.HeaderClassName
{
color: #E90265;
}
.AnyTagClassName
{
color: #E90265;
}
</style>
background-color css
<style>
a { background-color: #E90265; }
a { background-color: rgb(233,2,101); }
div.DivClassName
{
background-color: #E90265;
}
.BgClassName
{
background-color: #E90265;
}
</style>
border-color css
<style>
span { border-color: #E90265; }
span { border-color: rgb(233,2,101); }
td.TdClassName
{
border-color: #E90265;
}
.TagClassName
{
border-color: #E90265;
}
</style>