Shades of Razzmatazz #E90672
Tints of Razzmatazz #E90672
RGB
CMYK
RGB Variations
Color information
#E90672 (or 0xE90672) is known color: Razzmatazz. HEX triplet: E9, 06 and 72. RGB value is (233,6,114). Sum of RGB (Red+Green+Blue) = 233+6+114=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E90672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90672 is #16F98D. Grayscale: #555555. Windows color (decimal): -1505678 or 7472873. OLE color: 7472873.
HSL color Cylindrical-coordinate representation of color #E90672: hue angle of 331.45º degrees, saturation: 0.95, 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 #E90672 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.09 |
| HSL | 331.45º | 0.95% | 0.47% | - |
| HSV(B) | 331.45º | 0.97% | 0.91% | - |
| XYZ | 36.71 | 18.67 | 17.59 | - |
| YUV | 86.19 | 143.71 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 114 | 0 | 0.97 | 0.51 | 0.09 | 331.45 | 0.95 | 0.47 |
| Hex | E9 | 6 | 72 | 0 | 61 | 33 | 9 | 14B | 5F | 2F |
| Octal | 351 | 6 | 162 | 0 | 141 | 63 | 11 | 513 | 137 | 57 |
| Binary | 11101001 | 110 | 1110010 | 0 | 1100001 | 110011 | 1001 | 101001011 | 1011111 | 101111 |
Color Harmonies of #E90672
Complementary color
Monochromatic Colors of #E90672
Black with #E90672
Text Example
Text Example
White with #E90672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90672; }
p { color: rgb(233,6,114); }
H1.HeaderClassName
{
color: #E90672;
}
.AnyTagClassName
{
color: #E90672;
}
</style>
background-color css
<style>
a { background-color: #E90672; }
a { background-color: rgb(233,6,114); }
div.DivClassName
{
background-color: #E90672;
}
.BgClassName
{
background-color: #E90672;
}
</style>
border-color css
<style>
span { border-color: #E90672; }
span { border-color: rgb(233,6,114); }
td.TdClassName
{
border-color: #E90672;
}
.TagClassName
{
border-color: #E90672;
}
</style>