Shades of Razzmatazz #E20755
Tints of Razzmatazz #E20755
RGB
CMYK
RGB Variations
Color information
#E20755 (or 0xE20755) is known color: Razzmatazz. HEX triplet: E2, 07 and 55. RGB value is (226,7,85). Sum of RGB (Red+Green+Blue) = 226+7+85=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E20755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20755 is #1DF8AA. Grayscale: #515151. Windows color (decimal): -1964203 or 5572578. OLE color: 5572578.
HSL color Cylindrical-coordinate representation of color #E20755: hue angle of 338.63º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20755 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.11 |
| HSL | 338.63º | 0.94% | 0.46% | - |
| HSV(B) | 338.63º | 0.97% | 0.89% | - |
| XYZ | 33.08 | 16.98 | 10.13 | - |
| YUV | 81.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 85 | 0 | 0.97 | 0.62 | 0.11 | 338.63 | 0.94 | 0.46 |
| Hex | E2 | 7 | 55 | 0 | 61 | 3E | B | 153 | 5E | 2E |
| Octal | 342 | 7 | 125 | 0 | 141 | 76 | 13 | 523 | 136 | 56 |
| Binary | 11100010 | 111 | 1010101 | 0 | 1100001 | 111110 | 1011 | 101010011 | 1011110 | 101110 |
Color Harmonies of #E20755
Complementary color
Monochromatic Colors of #E20755
Black with #E20755
Text Example
Text Example
White with #E20755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20755; }
p { color: rgb(226,7,85); }
H1.HeaderClassName
{
color: #E20755;
}
.AnyTagClassName
{
color: #E20755;
}
</style>
background-color css
<style>
a { background-color: #E20755; }
a { background-color: rgb(226,7,85); }
div.DivClassName
{
background-color: #E20755;
}
.BgClassName
{
background-color: #E20755;
}
</style>
border-color css
<style>
span { border-color: #E20755; }
span { border-color: rgb(226,7,85); }
td.TdClassName
{
border-color: #E20755;
}
.TagClassName
{
border-color: #E20755;
}
</style>