Shades of Razzmatazz #E90260
Tints of Razzmatazz #E90260
RGB
CMYK
RGB Variations
Color information
#E90260 (or 0xE90260) is known color: Razzmatazz. HEX triplet: E9, 02 and 60. RGB value is (233,2,96). Sum of RGB (Red+Green+Blue) = 233+2+96=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E90260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90260 is #16FD9F. Grayscale: #515151. Windows color (decimal): -1506720 or 6292201. OLE color: 6292201.
HSL color Cylindrical-coordinate representation of color #E90260: hue angle of 335.58º 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 #E90260 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.09 |
| HSL | 335.58º | 0.98% | 0.46% | - |
| HSV(B) | 335.58º | 0.99% | 0.91% | - |
| XYZ | 35.74 | 18.21 | 12.7 | - |
| YUV | 81.79 | 136.03 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 96 | 0 | 0.99 | 0.59 | 0.09 | 335.58 | 0.98 | 0.46 |
| Hex | E9 | 2 | 60 | 0 | 63 | 3B | 9 | 150 | 62 | 2E |
| Octal | 351 | 2 | 140 | 0 | 143 | 73 | 11 | 520 | 142 | 56 |
| Binary | 11101001 | 10 | 1100000 | 0 | 1100011 | 111011 | 1001 | 101010000 | 1100010 | 101110 |
Color Harmonies of #E90260
Complementary color
Monochromatic Colors of #E90260
Black with #E90260
Text Example
Text Example
White with #E90260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90260; }
p { color: rgb(233,2,96); }
H1.HeaderClassName
{
color: #E90260;
}
.AnyTagClassName
{
color: #E90260;
}
</style>
background-color css
<style>
a { background-color: #E90260; }
a { background-color: rgb(233,2,96); }
div.DivClassName
{
background-color: #E90260;
}
.BgClassName
{
background-color: #E90260;
}
</style>
border-color css
<style>
span { border-color: #E90260; }
span { border-color: rgb(233,2,96); }
td.TdClassName
{
border-color: #E90260;
}
.TagClassName
{
border-color: #E90260;
}
</style>