Shades of Razzmatazz #E20065
Tints of Razzmatazz #E20065
RGB
CMYK
RGB Variations
Color information
#E20065 (or 0xE20065) is known color: Razzmatazz. HEX triplet: E2, 00 and 65. RGB value is (226,0,101). Sum of RGB (Red+Green+Blue) = 226+0+101=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E20065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20065 is #1DFF9A. Grayscale: #4E4E4E. Windows color (decimal): -1965979 or 6619362. OLE color: 6619362.
HSL color Cylindrical-coordinate representation of color #E20065: hue angle of 333.19º 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 #E20065 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.55 | 0.11 |
| HSL | 333.19º | 1% | 0.44% | - |
| HSV(B) | 333.19º | 1% | 0.89% | - |
| XYZ | 33.71 | 17.11 | 13.84 | - |
| YUV | 79.09 | 140.37 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 101 | 0 | 1 | 0.55 | 0.11 | 333.19 | 1 | 0.44 |
| Hex | E2 | 0 | 65 | 0 | 64 | 37 | B | 14D | 64 | 2C |
| Octal | 342 | 0 | 145 | 0 | 144 | 67 | 13 | 515 | 144 | 54 |
| Binary | 11100010 | 0 | 1100101 | 0 | 1100100 | 110111 | 1011 | 101001101 | 1100100 | 101100 |
Color Harmonies of #E20065
Complementary color
Monochromatic Colors of #E20065
Black with #E20065
Text Example
Text Example
White with #E20065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20065; }
p { color: rgb(226,0,101); }
H1.HeaderClassName
{
color: #E20065;
}
.AnyTagClassName
{
color: #E20065;
}
</style>
background-color css
<style>
a { background-color: #E20065; }
a { background-color: rgb(226,0,101); }
div.DivClassName
{
background-color: #E20065;
}
.BgClassName
{
background-color: #E20065;
}
</style>
border-color css
<style>
span { border-color: #E20065; }
span { border-color: rgb(226,0,101); }
td.TdClassName
{
border-color: #E20065;
}
.TagClassName
{
border-color: #E20065;
}
</style>