Shades of Razzmatazz #E9054A
Tints of Razzmatazz #E9054A
RGB
CMYK
RGB Variations
Color information
#E9054A (or 0xE9054A) is known color: Razzmatazz. HEX triplet: E9, 05 and 4A. RGB value is (233,5,74). Sum of RGB (Red+Green+Blue) = 233+5+74=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9054A is #16FAB5. Grayscale: #505050. Windows color (decimal): -1505974 or 4851177. OLE color: 4851177.
HSL color Cylindrical-coordinate representation of color #E9054A: hue angle of 341.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9054A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.09 |
| HSL | 341.84º | 0.96% | 0.47% | - |
| HSV(B) | 341.84º | 0.98% | 0.91% | - |
| XYZ | 34.89 | 17.93 | 8.1 | - |
| YUV | 81.04 | 124.04 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 74 | 0 | 0.98 | 0.68 | 0.09 | 341.84 | 0.96 | 0.47 |
| Hex | E9 | 5 | 4A | 0 | 62 | 44 | 9 | 156 | 60 | 2F |
| Octal | 351 | 5 | 112 | 0 | 142 | 104 | 11 | 526 | 140 | 57 |
| Binary | 11101001 | 101 | 1001010 | 0 | 1100010 | 1000100 | 1001 | 101010110 | 1100000 | 101111 |
Color Harmonies of #E9054A
Complementary color
Monochromatic Colors of #E9054A
Black with #E9054A
Text Example
Text Example
White with #E9054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9054A; }
p { color: rgb(233,5,74); }
H1.HeaderClassName
{
color: #E9054A;
}
.AnyTagClassName
{
color: #E9054A;
}
</style>
background-color css
<style>
a { background-color: #E9054A; }
a { background-color: rgb(233,5,74); }
div.DivClassName
{
background-color: #E9054A;
}
.BgClassName
{
background-color: #E9054A;
}
</style>
border-color css
<style>
span { border-color: #E9054A; }
span { border-color: rgb(233,5,74); }
td.TdClassName
{
border-color: #E9054A;
}
.TagClassName
{
border-color: #E9054A;
}
</style>