Shades of Razzmatazz #E9035D
Tints of Razzmatazz #E9035D
RGB
CMYK
RGB Variations
Color information
#E9035D (or 0xE9035D) is known color: Razzmatazz. HEX triplet: E9, 03 and 5D. RGB value is (233,3,93). Sum of RGB (Red+Green+Blue) = 233+3+93=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9035D is #16FCA2. Grayscale: #515151. Windows color (decimal): -1506467 or 6095849. OLE color: 6095849.
HSL color Cylindrical-coordinate representation of color #E9035D: hue angle of 336.52º 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 #E9035D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.09 |
| HSL | 336.52º | 0.97% | 0.46% | - |
| HSV(B) | 336.52º | 0.99% | 0.91% | - |
| XYZ | 35.61 | 18.18 | 11.99 | - |
| YUV | 82.03 | 134.2 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 93 | 0 | 0.99 | 0.60 | 0.09 | 336.52 | 0.97 | 0.46 |
| Hex | E9 | 3 | 5D | 0 | 63 | 3C | 9 | 151 | 61 | 2E |
| Octal | 351 | 3 | 135 | 0 | 143 | 74 | 11 | 521 | 141 | 56 |
| Binary | 11101001 | 11 | 1011101 | 0 | 1100011 | 111100 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E9035D
Complementary color
Monochromatic Colors of #E9035D
Black with #E9035D
Text Example
Text Example
White with #E9035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9035D; }
p { color: rgb(233,3,93); }
H1.HeaderClassName
{
color: #E9035D;
}
.AnyTagClassName
{
color: #E9035D;
}
</style>
background-color css
<style>
a { background-color: #E9035D; }
a { background-color: rgb(233,3,93); }
div.DivClassName
{
background-color: #E9035D;
}
.BgClassName
{
background-color: #E9035D;
}
</style>
border-color css
<style>
span { border-color: #E9035D; }
span { border-color: rgb(233,3,93); }
td.TdClassName
{
border-color: #E9035D;
}
.TagClassName
{
border-color: #E9035D;
}
</style>