Shades of Razzmatazz #E90954
Tints of Razzmatazz #E90954
RGB
CMYK
RGB Variations
Color information
#E90954 (or 0xE90954) is known color: Razzmatazz. HEX triplet: E9, 09 and 54. RGB value is (233,9,84). Sum of RGB (Red+Green+Blue) = 233+9+84=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E90954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90954 is #16F6AB. Grayscale: #545454. Windows color (decimal): -1504940 or 5507561. OLE color: 5507561.
HSL color Cylindrical-coordinate representation of color #E90954: hue angle of 339.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90954 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.09 |
| HSL | 339.91º | 0.93% | 0.47% | - |
| HSV(B) | 339.91º | 0.96% | 0.91% | - |
| XYZ | 35.3 | 18.16 | 10.03 | - |
| YUV | 84.53 | 127.71 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 84 | 0 | 0.96 | 0.64 | 0.09 | 339.91 | 0.93 | 0.47 |
| Hex | E9 | 9 | 54 | 0 | 60 | 40 | 9 | 154 | 5D | 2F |
| Octal | 351 | 11 | 124 | 0 | 140 | 100 | 11 | 524 | 135 | 57 |
| Binary | 11101001 | 1001 | 1010100 | 0 | 1100000 | 1000000 | 1001 | 101010100 | 1011101 | 101111 |
Color Harmonies of #E90954
Complementary color
Monochromatic Colors of #E90954
Black with #E90954
Text Example
Text Example
White with #E90954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90954; }
p { color: rgb(233,9,84); }
H1.HeaderClassName
{
color: #E90954;
}
.AnyTagClassName
{
color: #E90954;
}
</style>
background-color css
<style>
a { background-color: #E90954; }
a { background-color: rgb(233,9,84); }
div.DivClassName
{
background-color: #E90954;
}
.BgClassName
{
background-color: #E90954;
}
</style>
border-color css
<style>
span { border-color: #E90954; }
span { border-color: rgb(233,9,84); }
td.TdClassName
{
border-color: #E90954;
}
.TagClassName
{
border-color: #E90954;
}
</style>