Shades of Razzmatazz #E90870
Tints of Razzmatazz #E90870
RGB
CMYK
RGB Variations
Color information
#E90870 (or 0xE90870) is known color: Razzmatazz. HEX triplet: E9, 08 and 70. RGB value is (233,8,112). Sum of RGB (Red+Green+Blue) = 233+8+112=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E90870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90870 is #16F78F. Grayscale: #565656. Windows color (decimal): -1505168 or 7342313. OLE color: 7342313.
HSL color Cylindrical-coordinate representation of color #E90870: hue angle of 332.27º degrees, saturation: 0.93, 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 #E90870 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.09 |
| HSL | 332.27º | 0.93% | 0.47% | - |
| HSV(B) | 332.27º | 0.97% | 0.91% | - |
| XYZ | 36.62 | 18.67 | 17 | - |
| YUV | 87.13 | 142.04 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 112 | 0 | 0.97 | 0.52 | 0.09 | 332.27 | 0.93 | 0.47 |
| Hex | E9 | 8 | 70 | 0 | 61 | 34 | 9 | 14C | 5D | 2F |
| Octal | 351 | 10 | 160 | 0 | 141 | 64 | 11 | 514 | 135 | 57 |
| Binary | 11101001 | 1000 | 1110000 | 0 | 1100001 | 110100 | 1001 | 101001100 | 1011101 | 101111 |
Color Harmonies of #E90870
Complementary color
Monochromatic Colors of #E90870
Black with #E90870
Text Example
Text Example
White with #E90870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90870; }
p { color: rgb(233,8,112); }
H1.HeaderClassName
{
color: #E90870;
}
.AnyTagClassName
{
color: #E90870;
}
</style>
background-color css
<style>
a { background-color: #E90870; }
a { background-color: rgb(233,8,112); }
div.DivClassName
{
background-color: #E90870;
}
.BgClassName
{
background-color: #E90870;
}
</style>
border-color css
<style>
span { border-color: #E90870; }
span { border-color: rgb(233,8,112); }
td.TdClassName
{
border-color: #E90870;
}
.TagClassName
{
border-color: #E90870;
}
</style>