Shades of Razzmatazz #E20656
Tints of Razzmatazz #E20656
RGB
CMYK
RGB Variations
Color information
#E20656 (or 0xE20656) is known color: Razzmatazz. HEX triplet: E2, 06 and 56. RGB value is (226,6,86). Sum of RGB (Red+Green+Blue) = 226+6+86=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E20656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20656 is #1DF9A9. Grayscale: #505050. Windows color (decimal): -1964458 or 5637858. OLE color: 5637858.
HSL color Cylindrical-coordinate representation of color #E20656: hue angle of 338.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20656 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.11 |
| HSL | 338.18º | 0.95% | 0.45% | - |
| HSV(B) | 338.18º | 0.97% | 0.89% | - |
| XYZ | 33.11 | 16.97 | 10.33 | - |
| YUV | 80.9 | 130.89 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 86 | 0 | 0.97 | 0.62 | 0.11 | 338.18 | 0.95 | 0.45 |
| Hex | E2 | 6 | 56 | 0 | 61 | 3E | B | 152 | 5F | 2D |
| Octal | 342 | 6 | 126 | 0 | 141 | 76 | 13 | 522 | 137 | 55 |
| Binary | 11100010 | 110 | 1010110 | 0 | 1100001 | 111110 | 1011 | 101010010 | 1011111 | 101101 |
Color Harmonies of #E20656
Complementary color
Monochromatic Colors of #E20656
Black with #E20656
Text Example
Text Example
White with #E20656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20656; }
p { color: rgb(226,6,86); }
H1.HeaderClassName
{
color: #E20656;
}
.AnyTagClassName
{
color: #E20656;
}
</style>
background-color css
<style>
a { background-color: #E20656; }
a { background-color: rgb(226,6,86); }
div.DivClassName
{
background-color: #E20656;
}
.BgClassName
{
background-color: #E20656;
}
</style>
border-color css
<style>
span { border-color: #E20656; }
span { border-color: rgb(226,6,86); }
td.TdClassName
{
border-color: #E20656;
}
.TagClassName
{
border-color: #E20656;
}
</style>