Shades of Razzmatazz #E20078
Tints of Razzmatazz #E20078
RGB
CMYK
RGB Variations
Color information
#E20078 (or 0xE20078) is known color: Razzmatazz. HEX triplet: E2, 00 and 78. RGB value is (226,0,120). Sum of RGB (Red+Green+Blue) = 226+0+120=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E20078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20078 is #1DFF87. Grayscale: #515151. Windows color (decimal): -1965960 or 7864546. OLE color: 7864546.
HSL color Cylindrical-coordinate representation of color #E20078: hue angle of 328.14º 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 #E20078 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.47 | 0.11 |
| HSL | 328.14º | 1% | 0.44% | - |
| HSV(B) | 328.14º | 1% | 0.89% | - |
| XYZ | 34.75 | 17.52 | 19.32 | - |
| YUV | 81.25 | 149.87 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 120 | 0 | 1 | 0.47 | 0.11 | 328.14 | 1 | 0.44 |
| Hex | E2 | 0 | 78 | 0 | 64 | 2F | B | 148 | 64 | 2C |
| Octal | 342 | 0 | 170 | 0 | 144 | 57 | 13 | 510 | 144 | 54 |
| Binary | 11100010 | 0 | 1111000 | 0 | 1100100 | 101111 | 1011 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E20078
Complementary color
Monochromatic Colors of #E20078
Black with #E20078
Text Example
Text Example
White with #E20078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20078; }
p { color: rgb(226,0,120); }
H1.HeaderClassName
{
color: #E20078;
}
.AnyTagClassName
{
color: #E20078;
}
</style>
background-color css
<style>
a { background-color: #E20078; }
a { background-color: rgb(226,0,120); }
div.DivClassName
{
background-color: #E20078;
}
.BgClassName
{
background-color: #E20078;
}
</style>
border-color css
<style>
span { border-color: #E20078; }
span { border-color: rgb(226,0,120); }
td.TdClassName
{
border-color: #E20078;
}
.TagClassName
{
border-color: #E20078;
}
</style>