Shades of Razzmatazz #E21155
Tints of Razzmatazz #E21155
RGB
CMYK
RGB Variations
Color information
#E21155 (or 0xE21155) is known color: Razzmatazz. HEX triplet: E2, 11 and 55. RGB value is (226,17,85). Sum of RGB (Red+Green+Blue) = 226+17+85=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E21155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21155 is #1DEEAA. Grayscale: #575757. Windows color (decimal): -1961643 or 5575138. OLE color: 5575138.
HSL color Cylindrical-coordinate representation of color #E21155: hue angle of 340.48º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21155 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 85 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.11 |
| HSL | 340.48º | 0.86% | 0.48% | - |
| HSV(B) | 340.48º | 0.92% | 0.89% | - |
| XYZ | 33.2 | 17.23 | 10.17 | - |
| YUV | 87.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 85 | 0 | 0.92 | 0.62 | 0.11 | 340.48 | 0.86 | 0.48 |
| Hex | E2 | 11 | 55 | 0 | 5C | 3E | B | 154 | 56 | 30 |
| Octal | 342 | 21 | 125 | 0 | 134 | 76 | 13 | 524 | 126 | 60 |
| Binary | 11100010 | 10001 | 1010101 | 0 | 1011100 | 111110 | 1011 | 101010100 | 1010110 | 110000 |
Color Harmonies of #E21155
Complementary color
Monochromatic Colors of #E21155
Black with #E21155
Text Example
Text Example
White with #E21155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21155; }
p { color: rgb(226,17,85); }
H1.HeaderClassName
{
color: #E21155;
}
.AnyTagClassName
{
color: #E21155;
}
</style>
background-color css
<style>
a { background-color: #E21155; }
a { background-color: rgb(226,17,85); }
div.DivClassName
{
background-color: #E21155;
}
.BgClassName
{
background-color: #E21155;
}
</style>
border-color css
<style>
span { border-color: #E21155; }
span { border-color: rgb(226,17,85); }
td.TdClassName
{
border-color: #E21155;
}
.TagClassName
{
border-color: #E21155;
}
</style>