Shades of Razzmatazz #E2006F
Tints of Razzmatazz #E2006F
RGB
CMYK
RGB Variations
Color information
#E2006F (or 0xE2006F) is known color: Razzmatazz. HEX triplet: E2, 00 and 6F. RGB value is (226,0,111). Sum of RGB (Red+Green+Blue) = 226+0+111=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2006F is #1DFF90. Grayscale: #505050. Windows color (decimal): -1965969 or 7274722. OLE color: 7274722.
HSL color Cylindrical-coordinate representation of color #E2006F: hue angle of 330.53º 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 #E2006F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.51 | 0.11 |
| HSL | 330.53º | 1% | 0.44% | - |
| HSV(B) | 330.53º | 1% | 0.89% | - |
| XYZ | 34.23 | 17.32 | 16.58 | - |
| YUV | 80.23 | 145.37 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 111 | 0 | 1 | 0.51 | 0.11 | 330.53 | 1 | 0.44 |
| Hex | E2 | 0 | 6F | 0 | 64 | 33 | B | 14B | 64 | 2C |
| Octal | 342 | 0 | 157 | 0 | 144 | 63 | 13 | 513 | 144 | 54 |
| Binary | 11100010 | 0 | 1101111 | 0 | 1100100 | 110011 | 1011 | 101001011 | 1100100 | 101100 |
Color Harmonies of #E2006F
Complementary color
Monochromatic Colors of #E2006F
Black with #E2006F
Text Example
Text Example
White with #E2006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2006F; }
p { color: rgb(226,0,111); }
H1.HeaderClassName
{
color: #E2006F;
}
.AnyTagClassName
{
color: #E2006F;
}
</style>
background-color css
<style>
a { background-color: #E2006F; }
a { background-color: rgb(226,0,111); }
div.DivClassName
{
background-color: #E2006F;
}
.BgClassName
{
background-color: #E2006F;
}
</style>
border-color css
<style>
span { border-color: #E2006F; }
span { border-color: rgb(226,0,111); }
td.TdClassName
{
border-color: #E2006F;
}
.TagClassName
{
border-color: #E2006F;
}
</style>