Shades of Razzmatazz #E91060
Tints of Razzmatazz #E91060
RGB
CMYK
RGB Variations
Color information
#E91060 (or 0xE91060) is known color: Razzmatazz. HEX triplet: E9, 10 and 60. RGB value is (233,16,96). Sum of RGB (Red+Green+Blue) = 233+16+96=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E91060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91060 is #16EF9F. Grayscale: #595959. Windows color (decimal): -1503136 or 6295785. OLE color: 6295785.
HSL color Cylindrical-coordinate representation of color #E91060: hue angle of 337.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91060 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.09 |
| HSL | 337.88º | 0.87% | 0.49% | - |
| HSV(B) | 337.88º | 0.93% | 0.91% | - |
| XYZ | 35.9 | 18.54 | 12.75 | - |
| YUV | 90 | 131.39 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 96 | 0 | 0.93 | 0.59 | 0.09 | 337.88 | 0.87 | 0.49 |
| Hex | E9 | 10 | 60 | 0 | 5D | 3B | 9 | 152 | 57 | 31 |
| Octal | 351 | 20 | 140 | 0 | 135 | 73 | 11 | 522 | 127 | 61 |
| Binary | 11101001 | 10000 | 1100000 | 0 | 1011101 | 111011 | 1001 | 101010010 | 1010111 | 110001 |
Color Harmonies of #E91060
Complementary color
Monochromatic Colors of #E91060
Black with #E91060
Text Example
Text Example
White with #E91060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91060; }
p { color: rgb(233,16,96); }
H1.HeaderClassName
{
color: #E91060;
}
.AnyTagClassName
{
color: #E91060;
}
</style>
background-color css
<style>
a { background-color: #E91060; }
a { background-color: rgb(233,16,96); }
div.DivClassName
{
background-color: #E91060;
}
.BgClassName
{
background-color: #E91060;
}
</style>
border-color css
<style>
span { border-color: #E91060; }
span { border-color: rgb(233,16,96); }
td.TdClassName
{
border-color: #E91060;
}
.TagClassName
{
border-color: #E91060;
}
</style>