Shades of Razzmatazz #E9075F
Tints of Razzmatazz #E9075F
RGB
CMYK
RGB Variations
Color information
#E9075F (or 0xE9075F) is known color: Razzmatazz. HEX triplet: E9, 07 and 5F. RGB value is (233,7,95). Sum of RGB (Red+Green+Blue) = 233+7+95=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E9075F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9075F is #16F8A0. Grayscale: #545454. Windows color (decimal): -1505441 or 6227945. OLE color: 6227945.
HSL color Cylindrical-coordinate representation of color #E9075F: hue angle of 336.64º 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 #E9075F is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.09 |
| HSL | 336.64º | 0.94% | 0.47% | - |
| HSV(B) | 336.64º | 0.97% | 0.91% | - |
| XYZ | 35.75 | 18.3 | 12.48 | - |
| YUV | 84.61 | 133.87 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 95 | 0 | 0.97 | 0.59 | 0.09 | 336.64 | 0.94 | 0.47 |
| Hex | E9 | 7 | 5F | 0 | 61 | 3B | 9 | 151 | 5E | 2F |
| Octal | 351 | 7 | 137 | 0 | 141 | 73 | 11 | 521 | 136 | 57 |
| Binary | 11101001 | 111 | 1011111 | 0 | 1100001 | 111011 | 1001 | 101010001 | 1011110 | 101111 |
Color Harmonies of #E9075F
Complementary color
Monochromatic Colors of #E9075F
Black with #E9075F
Text Example
Text Example
White with #E9075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9075F; }
p { color: rgb(233,7,95); }
H1.HeaderClassName
{
color: #E9075F;
}
.AnyTagClassName
{
color: #E9075F;
}
</style>
background-color css
<style>
a { background-color: #E9075F; }
a { background-color: rgb(233,7,95); }
div.DivClassName
{
background-color: #E9075F;
}
.BgClassName
{
background-color: #E9075F;
}
</style>
border-color css
<style>
span { border-color: #E9075F; }
span { border-color: rgb(233,7,95); }
td.TdClassName
{
border-color: #E9075F;
}
.TagClassName
{
border-color: #E9075F;
}
</style>