Shades of Razzmatazz #E9045D
Tints of Razzmatazz #E9045D
RGB
CMYK
RGB Variations
Color information
#E9045D (or 0xE9045D) is known color: Razzmatazz. HEX triplet: E9, 04 and 5D. RGB value is (233,4,93). Sum of RGB (Red+Green+Blue) = 233+4+93=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9045D is #16FBA2. Grayscale: #525252. Windows color (decimal): -1506211 or 6096105. OLE color: 6096105.
HSL color Cylindrical-coordinate representation of color #E9045D: hue angle of 336.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9045D is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.09 |
| HSL | 336.68º | 0.97% | 0.46% | - |
| HSV(B) | 336.68º | 0.98% | 0.91% | - |
| XYZ | 35.62 | 18.2 | 11.99 | - |
| YUV | 82.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 93 | 0 | 0.98 | 0.60 | 0.09 | 336.68 | 0.97 | 0.46 |
| Hex | E9 | 4 | 5D | 0 | 62 | 3C | 9 | 151 | 61 | 2E |
| Octal | 351 | 4 | 135 | 0 | 142 | 74 | 11 | 521 | 141 | 56 |
| Binary | 11101001 | 100 | 1011101 | 0 | 1100010 | 111100 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E9045D
Complementary color
Monochromatic Colors of #E9045D
Black with #E9045D
Text Example
Text Example
White with #E9045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9045D; }
p { color: rgb(233,4,93); }
H1.HeaderClassName
{
color: #E9045D;
}
.AnyTagClassName
{
color: #E9045D;
}
</style>
background-color css
<style>
a { background-color: #E9045D; }
a { background-color: rgb(233,4,93); }
div.DivClassName
{
background-color: #E9045D;
}
.BgClassName
{
background-color: #E9045D;
}
</style>
border-color css
<style>
span { border-color: #E9045D; }
span { border-color: rgb(233,4,93); }
td.TdClassName
{
border-color: #E9045D;
}
.TagClassName
{
border-color: #E9045D;
}
</style>