Shades of Razzmatazz #E9075D
Tints of Razzmatazz #E9075D
RGB
CMYK
RGB Variations
Color information
#E9075D (or 0xE9075D) is known color: Razzmatazz. HEX triplet: E9, 07 and 5D. RGB value is (233,7,93). Sum of RGB (Red+Green+Blue) = 233+7+93=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E9075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9075D is #16F8A2. Grayscale: #545454. Windows color (decimal): -1505443 or 6096873. OLE color: 6096873.
HSL color Cylindrical-coordinate representation of color #E9075D: hue angle of 337.17º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9075D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.09 |
| HSL | 337.17º | 0.94% | 0.47% | - |
| HSV(B) | 337.17º | 0.97% | 0.91% | - |
| XYZ | 35.66 | 18.27 | 12 | - |
| YUV | 84.38 | 132.87 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 93 | 0 | 0.97 | 0.60 | 0.09 | 337.17 | 0.94 | 0.47 |
| Hex | E9 | 7 | 5D | 0 | 61 | 3C | 9 | 151 | 5E | 2F |
| Octal | 351 | 7 | 135 | 0 | 141 | 74 | 11 | 521 | 136 | 57 |
| Binary | 11101001 | 111 | 1011101 | 0 | 1100001 | 111100 | 1001 | 101010001 | 1011110 | 101111 |
Color Harmonies of #E9075D
Complementary color
Monochromatic Colors of #E9075D
Black with #E9075D
Text Example
Text Example
White with #E9075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9075D; }
p { color: rgb(233,7,93); }
H1.HeaderClassName
{
color: #E9075D;
}
.AnyTagClassName
{
color: #E9075D;
}
</style>
background-color css
<style>
a { background-color: #E9075D; }
a { background-color: rgb(233,7,93); }
div.DivClassName
{
background-color: #E9075D;
}
.BgClassName
{
background-color: #E9075D;
}
</style>
border-color css
<style>
span { border-color: #E9075D; }
span { border-color: rgb(233,7,93); }
td.TdClassName
{
border-color: #E9075D;
}
.TagClassName
{
border-color: #E9075D;
}
</style>