Shades of Razzmatazz #E20551
Tints of Razzmatazz #E20551
RGB
CMYK
RGB Variations
Color information
#E20551 (or 0xE20551) is known color: Razzmatazz. HEX triplet: E2, 05 and 51. RGB value is (226,5,81). Sum of RGB (Red+Green+Blue) = 226+5+81=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E20551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20551 is #1DFAAE. Grayscale: #4F4F4F. Windows color (decimal): -1964719 or 5309922. OLE color: 5309922.
HSL color Cylindrical-coordinate representation of color #E20551: hue angle of 339.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20551 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.11 |
| HSL | 339.37º | 0.96% | 0.45% | - |
| HSV(B) | 339.37º | 0.98% | 0.89% | - |
| XYZ | 32.9 | 16.87 | 9.31 | - |
| YUV | 79.74 | 128.72 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 81 | 0 | 0.98 | 0.64 | 0.11 | 339.37 | 0.96 | 0.45 |
| Hex | E2 | 5 | 51 | 0 | 62 | 40 | B | 153 | 60 | 2D |
| Octal | 342 | 5 | 121 | 0 | 142 | 100 | 13 | 523 | 140 | 55 |
| Binary | 11100010 | 101 | 1010001 | 0 | 1100010 | 1000000 | 1011 | 101010011 | 1100000 | 101101 |
Color Harmonies of #E20551
Complementary color
Monochromatic Colors of #E20551
Black with #E20551
Text Example
Text Example
White with #E20551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20551; }
p { color: rgb(226,5,81); }
H1.HeaderClassName
{
color: #E20551;
}
.AnyTagClassName
{
color: #E20551;
}
</style>
background-color css
<style>
a { background-color: #E20551; }
a { background-color: rgb(226,5,81); }
div.DivClassName
{
background-color: #E20551;
}
.BgClassName
{
background-color: #E20551;
}
</style>
border-color css
<style>
span { border-color: #E20551; }
span { border-color: rgb(226,5,81); }
td.TdClassName
{
border-color: #E20551;
}
.TagClassName
{
border-color: #E20551;
}
</style>