Shades of Razzmatazz #E9035E
Tints of Razzmatazz #E9035E
RGB
CMYK
RGB Variations
Color information
#E9035E (or 0xE9035E) is known color: Razzmatazz. HEX triplet: E9, 03 and 5E. RGB value is (233,3,94). Sum of RGB (Red+Green+Blue) = 233+3+94=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9035E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9035E is #16FCA1. Grayscale: #525252. Windows color (decimal): -1506466 or 6161385. OLE color: 6161385.
HSL color Cylindrical-coordinate representation of color #E9035E: hue angle of 336.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9035E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.09 |
| HSL | 336.26º | 0.97% | 0.46% | - |
| HSV(B) | 336.26º | 0.99% | 0.91% | - |
| XYZ | 35.66 | 18.2 | 12.22 | - |
| YUV | 82.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 94 | 0 | 0.99 | 0.60 | 0.09 | 336.26 | 0.97 | 0.46 |
| Hex | E9 | 3 | 5E | 0 | 63 | 3C | 9 | 150 | 61 | 2E |
| Octal | 351 | 3 | 136 | 0 | 143 | 74 | 11 | 520 | 141 | 56 |
| Binary | 11101001 | 11 | 1011110 | 0 | 1100011 | 111100 | 1001 | 101010000 | 1100001 | 101110 |
Color Harmonies of #E9035E
Complementary color
Monochromatic Colors of #E9035E
Black with #E9035E
Text Example
Text Example
White with #E9035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9035E; }
p { color: rgb(233,3,94); }
H1.HeaderClassName
{
color: #E9035E;
}
.AnyTagClassName
{
color: #E9035E;
}
</style>
background-color css
<style>
a { background-color: #E9035E; }
a { background-color: rgb(233,3,94); }
div.DivClassName
{
background-color: #E9035E;
}
.BgClassName
{
background-color: #E9035E;
}
</style>
border-color css
<style>
span { border-color: #E9035E; }
span { border-color: rgb(233,3,94); }
td.TdClassName
{
border-color: #E9035E;
}
.TagClassName
{
border-color: #E9035E;
}
</style>