Shades of Razzmatazz #E90055
Tints of Razzmatazz #E90055
RGB
CMYK
RGB Variations
Color information
#E90055 (or 0xE90055) is known color: Razzmatazz. HEX triplet: E9, 00 and 55. RGB value is (233,0,85). Sum of RGB (Red+Green+Blue) = 233+0+85=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E90055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90055 is #16FFAA. Grayscale: #4F4F4F. Windows color (decimal): -1507243 or 5570793. OLE color: 5570793.
HSL color Cylindrical-coordinate representation of color #E90055: hue angle of 338.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90055 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.64 | 0.09 |
| HSL | 338.11º | 1% | 0.46% | - |
| HSV(B) | 338.11º | 1% | 0.91% | - |
| XYZ | 35.24 | 17.98 | 10.21 | - |
| YUV | 79.36 | 131.19 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 85 | 0 | 1 | 0.64 | 0.09 | 338.11 | 1 | 0.46 |
| Hex | E9 | 0 | 55 | 0 | 64 | 40 | 9 | 152 | 64 | 2E |
| Octal | 351 | 0 | 125 | 0 | 144 | 100 | 11 | 522 | 144 | 56 |
| Binary | 11101001 | 0 | 1010101 | 0 | 1100100 | 1000000 | 1001 | 101010010 | 1100100 | 101110 |
Color Harmonies of #E90055
Complementary color
Monochromatic Colors of #E90055
Black with #E90055
Text Example
Text Example
White with #E90055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90055; }
p { color: rgb(233,0,85); }
H1.HeaderClassName
{
color: #E90055;
}
.AnyTagClassName
{
color: #E90055;
}
</style>
background-color css
<style>
a { background-color: #E90055; }
a { background-color: rgb(233,0,85); }
div.DivClassName
{
background-color: #E90055;
}
.BgClassName
{
background-color: #E90055;
}
</style>
border-color css
<style>
span { border-color: #E90055; }
span { border-color: rgb(233,0,85); }
td.TdClassName
{
border-color: #E90055;
}
.TagClassName
{
border-color: #E90055;
}
</style>