Shades of Razzmatazz #E90154
Tints of Razzmatazz #E90154
RGB
CMYK
RGB Variations
Color information
#E90154 (or 0xE90154) is known color: Razzmatazz. HEX triplet: E9, 01 and 54. RGB value is (233,1,84). Sum of RGB (Red+Green+Blue) = 233+1+84=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E90154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90154 is #16FEAB. Grayscale: #4F4F4F. Windows color (decimal): -1506988 or 5505513. OLE color: 5505513.
HSL color Cylindrical-coordinate representation of color #E90154: hue angle of 338.53º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90154 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.09 |
| HSL | 338.53º | 0.99% | 0.46% | - |
| HSV(B) | 338.53º | 1% | 0.91% | - |
| XYZ | 35.22 | 17.99 | 10 | - |
| YUV | 79.83 | 130.36 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 84 | 0 | 1.00 | 0.64 | 0.09 | 338.53 | 0.99 | 0.46 |
| Hex | E9 | 1 | 54 | 0 | 64 | 40 | 9 | 153 | 63 | 2E |
| Octal | 351 | 1 | 124 | 0 | 144 | 100 | 11 | 523 | 143 | 56 |
| Binary | 11101001 | 1 | 1010100 | 0 | 1100100 | 1000000 | 1001 | 101010011 | 1100011 | 101110 |
Color Harmonies of #E90154
Complementary color
Monochromatic Colors of #E90154
Black with #E90154
Text Example
Text Example
White with #E90154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90154; }
p { color: rgb(233,1,84); }
H1.HeaderClassName
{
color: #E90154;
}
.AnyTagClassName
{
color: #E90154;
}
</style>
background-color css
<style>
a { background-color: #E90154; }
a { background-color: rgb(233,1,84); }
div.DivClassName
{
background-color: #E90154;
}
.BgClassName
{
background-color: #E90154;
}
</style>
border-color css
<style>
span { border-color: #E90154; }
span { border-color: rgb(233,1,84); }
td.TdClassName
{
border-color: #E90154;
}
.TagClassName
{
border-color: #E90154;
}
</style>