Shades of Razzmatazz #E20952
Tints of Razzmatazz #E20952
RGB
CMYK
RGB Variations
Color information
#E20952 (or 0xE20952) is known color: Razzmatazz. HEX triplet: E2, 09 and 52. RGB value is (226,9,82). Sum of RGB (Red+Green+Blue) = 226+9+82=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E20952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20952 is #1DF6AD. Grayscale: #525252. Windows color (decimal): -1963694 or 5376482. OLE color: 5376482.
HSL color Cylindrical-coordinate representation of color #E20952: hue angle of 339.82º 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 #E20952 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.11 |
| HSL | 339.82º | 0.92% | 0.46% | - |
| HSV(B) | 339.82º | 0.96% | 0.89% | - |
| XYZ | 32.98 | 16.97 | 9.52 | - |
| YUV | 82.21 | 127.89 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 82 | 0 | 0.96 | 0.64 | 0.11 | 339.82 | 0.92 | 0.46 |
| Hex | E2 | 9 | 52 | 0 | 60 | 40 | B | 154 | 5C | 2E |
| Octal | 342 | 11 | 122 | 0 | 140 | 100 | 13 | 524 | 134 | 56 |
| Binary | 11100010 | 1001 | 1010010 | 0 | 1100000 | 1000000 | 1011 | 101010100 | 1011100 | 101110 |
Color Harmonies of #E20952
Complementary color
Monochromatic Colors of #E20952
Black with #E20952
Text Example
Text Example
White with #E20952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20952; }
p { color: rgb(226,9,82); }
H1.HeaderClassName
{
color: #E20952;
}
.AnyTagClassName
{
color: #E20952;
}
</style>
background-color css
<style>
a { background-color: #E20952; }
a { background-color: rgb(226,9,82); }
div.DivClassName
{
background-color: #E20952;
}
.BgClassName
{
background-color: #E20952;
}
</style>
border-color css
<style>
span { border-color: #E20952; }
span { border-color: rgb(226,9,82); }
td.TdClassName
{
border-color: #E20952;
}
.TagClassName
{
border-color: #E20952;
}
</style>