Shades of Razzmatazz #E2006C
Tints of Razzmatazz #E2006C
RGB
CMYK
RGB Variations
Color information
#E2006C (or 0xE2006C) is known color: Razzmatazz. HEX triplet: E2, 00 and 6C. RGB value is (226,0,108). Sum of RGB (Red+Green+Blue) = 226+0+108=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2006C is #1DFF93. Grayscale: #4F4F4F. Windows color (decimal): -1965972 or 7078114. OLE color: 7078114.
HSL color Cylindrical-coordinate representation of color #E2006C: hue angle of 331.33º 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 #E2006C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.52 | 0.11 |
| HSL | 331.33º | 1% | 0.44% | - |
| HSV(B) | 331.33º | 1% | 0.89% | - |
| XYZ | 34.07 | 17.25 | 15.72 | - |
| YUV | 79.89 | 143.87 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 108 | 0 | 1 | 0.52 | 0.11 | 331.33 | 1 | 0.44 |
| Hex | E2 | 0 | 6C | 0 | 64 | 34 | B | 14B | 64 | 2C |
| Octal | 342 | 0 | 154 | 0 | 144 | 64 | 13 | 513 | 144 | 54 |
| Binary | 11100010 | 0 | 1101100 | 0 | 1100100 | 110100 | 1011 | 101001011 | 1100100 | 101100 |
Color Harmonies of #E2006C
Complementary color
Monochromatic Colors of #E2006C
Black with #E2006C
Text Example
Text Example
White with #E2006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2006C; }
p { color: rgb(226,0,108); }
H1.HeaderClassName
{
color: #E2006C;
}
.AnyTagClassName
{
color: #E2006C;
}
</style>
background-color css
<style>
a { background-color: #E2006C; }
a { background-color: rgb(226,0,108); }
div.DivClassName
{
background-color: #E2006C;
}
.BgClassName
{
background-color: #E2006C;
}
</style>
border-color css
<style>
span { border-color: #E2006C; }
span { border-color: rgb(226,0,108); }
td.TdClassName
{
border-color: #E2006C;
}
.TagClassName
{
border-color: #E2006C;
}
</style>