Shades of Razzmatazz #E20856
Tints of Razzmatazz #E20856
RGB
CMYK
RGB Variations
Color information
#E20856 (or 0xE20856) is known color: Razzmatazz. HEX triplet: E2, 08 and 56. RGB value is (226,8,86). Sum of RGB (Red+Green+Blue) = 226+8+86=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E20856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20856 is #1DF7A9. Grayscale: #515151. Windows color (decimal): -1963946 or 5638370. OLE color: 5638370.
HSL color Cylindrical-coordinate representation of color #E20856: hue angle of 338.53º degrees, saturation: 0.93, 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 #E20856 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.11 |
| HSL | 338.53º | 0.93% | 0.46% | - |
| HSV(B) | 338.53º | 0.96% | 0.89% | - |
| XYZ | 33.13 | 17.01 | 10.34 | - |
| YUV | 82.07 | 130.22 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 86 | 0 | 0.96 | 0.62 | 0.11 | 338.53 | 0.93 | 0.46 |
| Hex | E2 | 8 | 56 | 0 | 60 | 3E | B | 153 | 5D | 2E |
| Octal | 342 | 10 | 126 | 0 | 140 | 76 | 13 | 523 | 135 | 56 |
| Binary | 11100010 | 1000 | 1010110 | 0 | 1100000 | 111110 | 1011 | 101010011 | 1011101 | 101110 |
Color Harmonies of #E20856
Complementary color
Monochromatic Colors of #E20856
Black with #E20856
Text Example
Text Example
White with #E20856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20856; }
p { color: rgb(226,8,86); }
H1.HeaderClassName
{
color: #E20856;
}
.AnyTagClassName
{
color: #E20856;
}
</style>
background-color css
<style>
a { background-color: #E20856; }
a { background-color: rgb(226,8,86); }
div.DivClassName
{
background-color: #E20856;
}
.BgClassName
{
background-color: #E20856;
}
</style>
border-color css
<style>
span { border-color: #E20856; }
span { border-color: rgb(226,8,86); }
td.TdClassName
{
border-color: #E20856;
}
.TagClassName
{
border-color: #E20856;
}
</style>