Shades of Razzmatazz #E20068
Tints of Razzmatazz #E20068
RGB
CMYK
RGB Variations
Color information
#E20068 (or 0xE20068) is known color: Razzmatazz. HEX triplet: E2, 00 and 68. RGB value is (226,0,104). Sum of RGB (Red+Green+Blue) = 226+0+104=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E20068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20068 is #1DFF97. Grayscale: #4F4F4F. Windows color (decimal): -1965976 or 6815970. OLE color: 6815970.
HSL color Cylindrical-coordinate representation of color #E20068: hue angle of 332.39º 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 #E20068 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.54 | 0.11 |
| HSL | 332.39º | 1% | 0.44% | - |
| HSV(B) | 332.39º | 1% | 0.89% | - |
| XYZ | 33.86 | 17.17 | 14.63 | - |
| YUV | 79.43 | 141.87 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 104 | 0 | 1 | 0.54 | 0.11 | 332.39 | 1 | 0.44 |
| Hex | E2 | 0 | 68 | 0 | 64 | 36 | B | 14C | 64 | 2C |
| Octal | 342 | 0 | 150 | 0 | 144 | 66 | 13 | 514 | 144 | 54 |
| Binary | 11100010 | 0 | 1101000 | 0 | 1100100 | 110110 | 1011 | 101001100 | 1100100 | 101100 |
Color Harmonies of #E20068
Complementary color
Monochromatic Colors of #E20068
Black with #E20068
Text Example
Text Example
White with #E20068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20068; }
p { color: rgb(226,0,104); }
H1.HeaderClassName
{
color: #E20068;
}
.AnyTagClassName
{
color: #E20068;
}
</style>
background-color css
<style>
a { background-color: #E20068; }
a { background-color: rgb(226,0,104); }
div.DivClassName
{
background-color: #E20068;
}
.BgClassName
{
background-color: #E20068;
}
</style>
border-color css
<style>
span { border-color: #E20068; }
span { border-color: rgb(226,0,104); }
td.TdClassName
{
border-color: #E20068;
}
.TagClassName
{
border-color: #E20068;
}
</style>