Shades of Razzmatazz #E20954
Tints of Razzmatazz #E20954
RGB
CMYK
RGB Variations
Color information
#E20954 (or 0xE20954) is known color: Razzmatazz. HEX triplet: E2, 09 and 54. RGB value is (226,9,84). Sum of RGB (Red+Green+Blue) = 226+9+84=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E20954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20954 is #1DF6AB. Grayscale: #525252. Windows color (decimal): -1963692 or 5507554. OLE color: 5507554.
HSL color Cylindrical-coordinate representation of color #E20954: hue angle of 339.26º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20954 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.11 |
| HSL | 339.26º | 0.92% | 0.46% | - |
| HSV(B) | 339.26º | 0.96% | 0.89% | - |
| XYZ | 33.06 | 17 | 9.93 | - |
| YUV | 82.43 | 128.89 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 84 | 0 | 0.96 | 0.63 | 0.11 | 339.26 | 0.92 | 0.46 |
| Hex | E2 | 9 | 54 | 0 | 60 | 3F | B | 153 | 5C | 2E |
| Octal | 342 | 11 | 124 | 0 | 140 | 77 | 13 | 523 | 134 | 56 |
| Binary | 11100010 | 1001 | 1010100 | 0 | 1100000 | 111111 | 1011 | 101010011 | 1011100 | 101110 |
Color Harmonies of #E20954
Complementary color
Monochromatic Colors of #E20954
Black with #E20954
Text Example
Text Example
White with #E20954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20954; }
p { color: rgb(226,9,84); }
H1.HeaderClassName
{
color: #E20954;
}
.AnyTagClassName
{
color: #E20954;
}
</style>
background-color css
<style>
a { background-color: #E20954; }
a { background-color: rgb(226,9,84); }
div.DivClassName
{
background-color: #E20954;
}
.BgClassName
{
background-color: #E20954;
}
</style>
border-color css
<style>
span { border-color: #E20954; }
span { border-color: rgb(226,9,84); }
td.TdClassName
{
border-color: #E20954;
}
.TagClassName
{
border-color: #E20954;
}
</style>