Shades of Razzmatazz #E9075A
Tints of Razzmatazz #E9075A
RGB
CMYK
RGB Variations
Color information
#E9075A (or 0xE9075A) is known color: Razzmatazz. HEX triplet: E9, 07 and 5A. RGB value is (233,7,90). Sum of RGB (Red+Green+Blue) = 233+7+90=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9075A is #16F8A5. Grayscale: #535353. Windows color (decimal): -1505446 or 5900265. OLE color: 5900265.
HSL color Cylindrical-coordinate representation of color #E9075A: hue angle of 337.96º 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 #E9075A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.09 |
| HSL | 337.96º | 0.94% | 0.47% | - |
| HSV(B) | 337.96º | 0.97% | 0.91% | - |
| XYZ | 35.53 | 18.21 | 11.32 | - |
| YUV | 84.04 | 131.37 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 90 | 0 | 0.97 | 0.61 | 0.09 | 337.96 | 0.94 | 0.47 |
| Hex | E9 | 7 | 5A | 0 | 61 | 3D | 9 | 152 | 5E | 2F |
| Octal | 351 | 7 | 132 | 0 | 141 | 75 | 11 | 522 | 136 | 57 |
| Binary | 11101001 | 111 | 1011010 | 0 | 1100001 | 111101 | 1001 | 101010010 | 1011110 | 101111 |
Color Harmonies of #E9075A
Complementary color
Monochromatic Colors of #E9075A
Black with #E9075A
Text Example
Text Example
White with #E9075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9075A; }
p { color: rgb(233,7,90); }
H1.HeaderClassName
{
color: #E9075A;
}
.AnyTagClassName
{
color: #E9075A;
}
</style>
background-color css
<style>
a { background-color: #E9075A; }
a { background-color: rgb(233,7,90); }
div.DivClassName
{
background-color: #E9075A;
}
.BgClassName
{
background-color: #E9075A;
}
</style>
border-color css
<style>
span { border-color: #E9075A; }
span { border-color: rgb(233,7,90); }
td.TdClassName
{
border-color: #E9075A;
}
.TagClassName
{
border-color: #E9075A;
}
</style>