Shades of Razzmatazz #E90C59
Tints of Razzmatazz #E90C59
RGB
CMYK
RGB Variations
Color information
#E90C59 (or 0xE90C59) is known color: Razzmatazz. HEX triplet: E9, 0C and 59. RGB value is (233,12,89). Sum of RGB (Red+Green+Blue) = 233+12+89=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90C59 is #16F3A6. Grayscale: #565656. Windows color (decimal): -1504167 or 5836009. OLE color: 5836009.
HSL color Cylindrical-coordinate representation of color #E90C59: hue angle of 339.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C59 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 89 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.09 |
| HSL | 339.1º | 0.9% | 0.48% | - |
| HSV(B) | 339.1º | 0.95% | 0.91% | - |
| XYZ | 35.54 | 18.31 | 11.11 | - |
| YUV | 86.86 | 129.22 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 89 | 0 | 0.95 | 0.62 | 0.09 | 339.1 | 0.9 | 0.48 |
| Hex | E9 | C | 59 | 0 | 5F | 3E | 9 | 153 | 5A | 30 |
| Octal | 351 | 14 | 131 | 0 | 137 | 76 | 11 | 523 | 132 | 60 |
| Binary | 11101001 | 1100 | 1011001 | 0 | 1011111 | 111110 | 1001 | 101010011 | 1011010 | 110000 |
Color Harmonies of #E90C59
Complementary color
Monochromatic Colors of #E90C59
Black with #E90C59
Text Example
Text Example
White with #E90C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C59; }
p { color: rgb(233,12,89); }
H1.HeaderClassName
{
color: #E90C59;
}
.AnyTagClassName
{
color: #E90C59;
}
</style>
background-color css
<style>
a { background-color: #E90C59; }
a { background-color: rgb(233,12,89); }
div.DivClassName
{
background-color: #E90C59;
}
.BgClassName
{
background-color: #E90C59;
}
</style>
border-color css
<style>
span { border-color: #E90C59; }
span { border-color: rgb(233,12,89); }
td.TdClassName
{
border-color: #E90C59;
}
.TagClassName
{
border-color: #E90C59;
}
</style>