Shades of Razzmatazz #E20051
Tints of Razzmatazz #E20051
RGB
CMYK
RGB Variations
Color information
#E20051 (or 0xE20051) is known color: Razzmatazz. HEX triplet: E2, 00 and 51. RGB value is (226,0,81). Sum of RGB (Red+Green+Blue) = 226+0+81=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E20051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20051 is #1DFFAE. Grayscale: #4C4C4C. Windows color (decimal): -1965999 or 5308642. OLE color: 5308642.
HSL color Cylindrical-coordinate representation of color #E20051: hue angle of 338.5º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20051 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.64 | 0.11 |
| HSL | 338.5º | 1% | 0.44% | - |
| HSV(B) | 338.5º | 1% | 0.89% | - |
| XYZ | 32.85 | 16.76 | 9.29 | - |
| YUV | 76.81 | 130.37 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 81 | 0 | 1 | 0.64 | 0.11 | 338.5 | 1 | 0.44 |
| Hex | E2 | 0 | 51 | 0 | 64 | 40 | B | 152 | 64 | 2C |
| Octal | 342 | 0 | 121 | 0 | 144 | 100 | 13 | 522 | 144 | 54 |
| Binary | 11100010 | 0 | 1010001 | 0 | 1100100 | 1000000 | 1011 | 101010010 | 1100100 | 101100 |
Color Harmonies of #E20051
Complementary color
Monochromatic Colors of #E20051
Black with #E20051
Text Example
Text Example
White with #E20051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20051; }
p { color: rgb(226,0,81); }
H1.HeaderClassName
{
color: #E20051;
}
.AnyTagClassName
{
color: #E20051;
}
</style>
background-color css
<style>
a { background-color: #E20051; }
a { background-color: rgb(226,0,81); }
div.DivClassName
{
background-color: #E20051;
}
.BgClassName
{
background-color: #E20051;
}
</style>
border-color css
<style>
span { border-color: #E20051; }
span { border-color: rgb(226,0,81); }
td.TdClassName
{
border-color: #E20051;
}
.TagClassName
{
border-color: #E20051;
}
</style>