Shades of Razzmatazz #E11054
Tints of Razzmatazz #E11054
RGB
CMYK
RGB Variations
Color information
#E11054 (or 0xE11054) is known color: Razzmatazz. HEX triplet: E1, 10 and 54. RGB value is (225,16,84). Sum of RGB (Red+Green+Blue) = 225+16+84=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E11054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11054 is #1EEFAB. Grayscale: #565656. Windows color (decimal): -2027436 or 5509345. OLE color: 5509345.
HSL color Cylindrical-coordinate representation of color #E11054: hue angle of 340.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11054 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 84 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.12 |
| HSL | 340.48º | 0.87% | 0.47% | - |
| HSV(B) | 340.48º | 0.93% | 0.88% | - |
| XYZ | 32.84 | 17.02 | 9.94 | - |
| YUV | 86.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 84 | 0 | 0.93 | 0.63 | 0.12 | 340.48 | 0.87 | 0.47 |
| Hex | E1 | 10 | 54 | 0 | 5D | 3F | C | 154 | 57 | 2F |
| Octal | 341 | 20 | 124 | 0 | 135 | 77 | 14 | 524 | 127 | 57 |
| Binary | 11100001 | 10000 | 1010100 | 0 | 1011101 | 111111 | 1100 | 101010100 | 1010111 | 101111 |
Color Harmonies of #E11054
Complementary color
Monochromatic Colors of #E11054
Black with #E11054
Text Example
Text Example
White with #E11054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11054; }
p { color: rgb(225,16,84); }
H1.HeaderClassName
{
color: #E11054;
}
.AnyTagClassName
{
color: #E11054;
}
</style>
background-color css
<style>
a { background-color: #E11054; }
a { background-color: rgb(225,16,84); }
div.DivClassName
{
background-color: #E11054;
}
.BgClassName
{
background-color: #E11054;
}
</style>
border-color css
<style>
span { border-color: #E11054; }
span { border-color: rgb(225,16,84); }
td.TdClassName
{
border-color: #E11054;
}
.TagClassName
{
border-color: #E11054;
}
</style>