Shades of Razzmatazz #E90E4D
Tints of Razzmatazz #E90E4D
RGB
CMYK
RGB Variations
Color information
#E90E4D (or 0xE90E4D) is known color: Razzmatazz. HEX triplet: E9, 0E and 4D. RGB value is (233,14,77). Sum of RGB (Red+Green+Blue) = 233+14+77=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E4D is #16F1B2. Grayscale: #565656. Windows color (decimal): -1503667 or 5050089. OLE color: 5050089.
HSL color Cylindrical-coordinate representation of color #E90E4D: hue angle of 342.74º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90E4D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.09 |
| HSL | 342.74º | 0.89% | 0.48% | - |
| HSV(B) | 342.74º | 0.94% | 0.91% | - |
| XYZ | 35.1 | 18.17 | 8.68 | - |
| YUV | 86.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 77 | 0 | 0.94 | 0.67 | 0.09 | 342.74 | 0.89 | 0.48 |
| Hex | E9 | E | 4D | 0 | 5E | 43 | 9 | 157 | 59 | 30 |
| Octal | 351 | 16 | 115 | 0 | 136 | 103 | 11 | 527 | 131 | 60 |
| Binary | 11101001 | 1110 | 1001101 | 0 | 1011110 | 1000011 | 1001 | 101010111 | 1011001 | 110000 |
Color Harmonies of #E90E4D
Complementary color
Monochromatic Colors of #E90E4D
Black with #E90E4D
Text Example
Text Example
White with #E90E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E4D; }
p { color: rgb(233,14,77); }
H1.HeaderClassName
{
color: #E90E4D;
}
.AnyTagClassName
{
color: #E90E4D;
}
</style>
background-color css
<style>
a { background-color: #E90E4D; }
a { background-color: rgb(233,14,77); }
div.DivClassName
{
background-color: #E90E4D;
}
.BgClassName
{
background-color: #E90E4D;
}
</style>
border-color css
<style>
span { border-color: #E90E4D; }
span { border-color: rgb(233,14,77); }
td.TdClassName
{
border-color: #E90E4D;
}
.TagClassName
{
border-color: #E90E4D;
}
</style>