Shades of Razzmatazz #E90278
Tints of Razzmatazz #E90278
RGB
CMYK
RGB Variations
Color information
#E90278 (or 0xE90278) is known color: Razzmatazz. HEX triplet: E9, 02 and 78. RGB value is (233,2,120). Sum of RGB (Red+Green+Blue) = 233+2+120=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E90278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90278 is #16FD87. Grayscale: #545454. Windows color (decimal): -1506696 or 7865065. OLE color: 7865065.
HSL color Cylindrical-coordinate representation of color #E90278: hue angle of 329.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90278 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.09 |
| HSL | 329.35º | 0.98% | 0.46% | - |
| HSV(B) | 329.35º | 0.99% | 0.91% | - |
| XYZ | 37.02 | 18.72 | 19.43 | - |
| YUV | 84.52 | 148.03 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 120 | 0 | 0.99 | 0.48 | 0.09 | 329.35 | 0.98 | 0.46 |
| Hex | E9 | 2 | 78 | 0 | 63 | 30 | 9 | 149 | 62 | 2E |
| Octal | 351 | 2 | 170 | 0 | 143 | 60 | 11 | 511 | 142 | 56 |
| Binary | 11101001 | 10 | 1111000 | 0 | 1100011 | 110000 | 1001 | 101001001 | 1100010 | 101110 |
Color Harmonies of #E90278
Complementary color
Monochromatic Colors of #E90278
Black with #E90278
Text Example
Text Example
White with #E90278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90278; }
p { color: rgb(233,2,120); }
H1.HeaderClassName
{
color: #E90278;
}
.AnyTagClassName
{
color: #E90278;
}
</style>
background-color css
<style>
a { background-color: #E90278; }
a { background-color: rgb(233,2,120); }
div.DivClassName
{
background-color: #E90278;
}
.BgClassName
{
background-color: #E90278;
}
</style>
border-color css
<style>
span { border-color: #E90278; }
span { border-color: rgb(233,2,120); }
td.TdClassName
{
border-color: #E90278;
}
.TagClassName
{
border-color: #E90278;
}
</style>