Shades of Razzmatazz #E90E53
Tints of Razzmatazz #E90E53
RGB
CMYK
RGB Variations
Color information
#E90E53 (or 0xE90E53) is known color: Razzmatazz. HEX triplet: E9, 0E and 53. RGB value is (233,14,83). Sum of RGB (Red+Green+Blue) = 233+14+83=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E53 is #16F1AC. Grayscale: #575757. Windows color (decimal): -1503661 or 5443305. OLE color: 5443305.
HSL color Cylindrical-coordinate representation of color #E90E53: hue angle of 341.1º 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 #E90E53 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 83 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.09 |
| HSL | 341.1º | 0.89% | 0.48% | - |
| HSV(B) | 341.1º | 0.94% | 0.91% | - |
| XYZ | 35.32 | 18.26 | 9.85 | - |
| YUV | 87.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 83 | 0 | 0.94 | 0.64 | 0.09 | 341.1 | 0.89 | 0.48 |
| Hex | E9 | E | 53 | 0 | 5E | 40 | 9 | 155 | 59 | 30 |
| Octal | 351 | 16 | 123 | 0 | 136 | 100 | 11 | 525 | 131 | 60 |
| Binary | 11101001 | 1110 | 1010011 | 0 | 1011110 | 1000000 | 1001 | 101010101 | 1011001 | 110000 |
Color Harmonies of #E90E53
Complementary color
Monochromatic Colors of #E90E53
Black with #E90E53
Text Example
Text Example
White with #E90E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E53; }
p { color: rgb(233,14,83); }
H1.HeaderClassName
{
color: #E90E53;
}
.AnyTagClassName
{
color: #E90E53;
}
</style>
background-color css
<style>
a { background-color: #E90E53; }
a { background-color: rgb(233,14,83); }
div.DivClassName
{
background-color: #E90E53;
}
.BgClassName
{
background-color: #E90E53;
}
</style>
border-color css
<style>
span { border-color: #E90E53; }
span { border-color: rgb(233,14,83); }
td.TdClassName
{
border-color: #E90E53;
}
.TagClassName
{
border-color: #E90E53;
}
</style>