Shades of Razzmatazz #E9007A
Tints of Razzmatazz #E9007A
RGB
CMYK
RGB Variations
Color information
#E9007A (or 0xE9007A) is known color: Razzmatazz. HEX triplet: E9, 00 and 7A. RGB value is (233,0,122). Sum of RGB (Red+Green+Blue) = 233+0+122=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E9007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9007A is #16FF85. Grayscale: #535353. Windows color (decimal): -1507206 or 7995625. OLE color: 7995625.
HSL color Cylindrical-coordinate representation of color #E9007A: hue angle of 328.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9007A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.48 | 0.09 |
| HSL | 328.58º | 1% | 0.46% | - |
| HSV(B) | 328.58º | 1% | 0.91% | - |
| XYZ | 37.12 | 18.73 | 20.07 | - |
| YUV | 83.58 | 149.69 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 122 | 0 | 1 | 0.48 | 0.09 | 328.58 | 1 | 0.46 |
| Hex | E9 | 0 | 7A | 0 | 64 | 30 | 9 | 149 | 64 | 2E |
| Octal | 351 | 0 | 172 | 0 | 144 | 60 | 11 | 511 | 144 | 56 |
| Binary | 11101001 | 0 | 1111010 | 0 | 1100100 | 110000 | 1001 | 101001001 | 1100100 | 101110 |
Color Harmonies of #E9007A
Complementary color
Monochromatic Colors of #E9007A
Black with #E9007A
Text Example
Text Example
White with #E9007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9007A; }
p { color: rgb(233,0,122); }
H1.HeaderClassName
{
color: #E9007A;
}
.AnyTagClassName
{
color: #E9007A;
}
</style>
background-color css
<style>
a { background-color: #E9007A; }
a { background-color: rgb(233,0,122); }
div.DivClassName
{
background-color: #E9007A;
}
.BgClassName
{
background-color: #E9007A;
}
</style>
border-color css
<style>
span { border-color: #E9007A; }
span { border-color: rgb(233,0,122); }
td.TdClassName
{
border-color: #E9007A;
}
.TagClassName
{
border-color: #E9007A;
}
</style>