Shades of Razzmatazz #E20069
Tints of Razzmatazz #E20069
RGB
CMYK
RGB Variations
Color information
#E20069 (or 0xE20069) is known color: Razzmatazz. HEX triplet: E2, 00 and 69. RGB value is (226,0,105). Sum of RGB (Red+Green+Blue) = 226+0+105=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E20069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20069 is #1DFF96. Grayscale: #4F4F4F. Windows color (decimal): -1965975 or 6881506. OLE color: 6881506.
HSL color Cylindrical-coordinate representation of color #E20069: hue angle of 332.12º 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 #E20069 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.54 | 0.11 |
| HSL | 332.12º | 1% | 0.44% | - |
| HSV(B) | 332.12º | 1% | 0.89% | - |
| XYZ | 33.91 | 17.19 | 14.89 | - |
| YUV | 79.54 | 142.37 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 105 | 0 | 1 | 0.54 | 0.11 | 332.12 | 1 | 0.44 |
| Hex | E2 | 0 | 69 | 0 | 64 | 36 | B | 14C | 64 | 2C |
| Octal | 342 | 0 | 151 | 0 | 144 | 66 | 13 | 514 | 144 | 54 |
| Binary | 11100010 | 0 | 1101001 | 0 | 1100100 | 110110 | 1011 | 101001100 | 1100100 | 101100 |
Color Harmonies of #E20069
Complementary color
Monochromatic Colors of #E20069
Black with #E20069
Text Example
Text Example
White with #E20069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20069; }
p { color: rgb(226,0,105); }
H1.HeaderClassName
{
color: #E20069;
}
.AnyTagClassName
{
color: #E20069;
}
</style>
background-color css
<style>
a { background-color: #E20069; }
a { background-color: rgb(226,0,105); }
div.DivClassName
{
background-color: #E20069;
}
.BgClassName
{
background-color: #E20069;
}
</style>
border-color css
<style>
span { border-color: #E20069; }
span { border-color: rgb(226,0,105); }
td.TdClassName
{
border-color: #E20069;
}
.TagClassName
{
border-color: #E20069;
}
</style>