Shades of Razzmatazz #E11050
Tints of Razzmatazz #E11050
RGB
CMYK
RGB Variations
Color information
#E11050 (or 0xE11050) is known color: Razzmatazz. HEX triplet: E1, 10 and 50. RGB value is (225,16,80). Sum of RGB (Red+Green+Blue) = 225+16+80=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E11050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11050 is #1EEFAF. Grayscale: #555555. Windows color (decimal): -2027440 or 5247201. OLE color: 5247201.
HSL color Cylindrical-coordinate representation of color #E11050: hue angle of 341.63º 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 #E11050 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 80 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.12 |
| HSL | 341.63º | 0.87% | 0.47% | - |
| HSV(B) | 341.63º | 0.93% | 0.88% | - |
| XYZ | 32.68 | 16.96 | 9.14 | - |
| YUV | 85.79 | 124.74 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 80 | 0 | 0.93 | 0.64 | 0.12 | 341.63 | 0.87 | 0.47 |
| Hex | E1 | 10 | 50 | 0 | 5D | 40 | C | 156 | 57 | 2F |
| Octal | 341 | 20 | 120 | 0 | 135 | 100 | 14 | 526 | 127 | 57 |
| Binary | 11100001 | 10000 | 1010000 | 0 | 1011101 | 1000000 | 1100 | 101010110 | 1010111 | 101111 |
Color Harmonies of #E11050
Complementary color
Monochromatic Colors of #E11050
Black with #E11050
Text Example
Text Example
White with #E11050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11050; }
p { color: rgb(225,16,80); }
H1.HeaderClassName
{
color: #E11050;
}
.AnyTagClassName
{
color: #E11050;
}
</style>
background-color css
<style>
a { background-color: #E11050; }
a { background-color: rgb(225,16,80); }
div.DivClassName
{
background-color: #E11050;
}
.BgClassName
{
background-color: #E11050;
}
</style>
border-color css
<style>
span { border-color: #E11050; }
span { border-color: rgb(225,16,80); }
td.TdClassName
{
border-color: #E11050;
}
.TagClassName
{
border-color: #E11050;
}
</style>