Shades of Razzmatazz #E20554
Tints of Razzmatazz #E20554
RGB
CMYK
RGB Variations
Color information
#E20554 (or 0xE20554) is known color: Razzmatazz. HEX triplet: E2, 05 and 54. RGB value is (226,5,84). Sum of RGB (Red+Green+Blue) = 226+5+84=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E20554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20554 is #1DFAAB. Grayscale: #4F4F4F. Windows color (decimal): -1964716 or 5506530. OLE color: 5506530.
HSL color Cylindrical-coordinate representation of color #E20554: hue angle of 338.55º 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 #E20554 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.11 |
| HSL | 338.55º | 0.96% | 0.45% | - |
| HSV(B) | 338.55º | 0.98% | 0.89% | - |
| XYZ | 33.02 | 16.92 | 9.91 | - |
| YUV | 80.09 | 130.22 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 84 | 0 | 0.98 | 0.63 | 0.11 | 338.55 | 0.96 | 0.45 |
| Hex | E2 | 5 | 54 | 0 | 62 | 3F | B | 153 | 60 | 2D |
| Octal | 342 | 5 | 124 | 0 | 142 | 77 | 13 | 523 | 140 | 55 |
| Binary | 11100010 | 101 | 1010100 | 0 | 1100010 | 111111 | 1011 | 101010011 | 1100000 | 101101 |
Color Harmonies of #E20554
Complementary color
Monochromatic Colors of #E20554
Black with #E20554
Text Example
Text Example
White with #E20554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20554; }
p { color: rgb(226,5,84); }
H1.HeaderClassName
{
color: #E20554;
}
.AnyTagClassName
{
color: #E20554;
}
</style>
background-color css
<style>
a { background-color: #E20554; }
a { background-color: rgb(226,5,84); }
div.DivClassName
{
background-color: #E20554;
}
.BgClassName
{
background-color: #E20554;
}
</style>
border-color css
<style>
span { border-color: #E20554; }
span { border-color: rgb(226,5,84); }
td.TdClassName
{
border-color: #E20554;
}
.TagClassName
{
border-color: #E20554;
}
</style>