Shades of Razzmatazz #E2006B
Tints of Razzmatazz #E2006B
RGB
CMYK
RGB Variations
Color information
#E2006B (or 0xE2006B) is known color: Razzmatazz. HEX triplet: E2, 00 and 6B. RGB value is (226,0,107). Sum of RGB (Red+Green+Blue) = 226+0+107=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E2006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2006B is #1DFF94. Grayscale: #4F4F4F. Windows color (decimal): -1965973 or 7012578. OLE color: 7012578.
HSL color Cylindrical-coordinate representation of color #E2006B: hue angle of 331.59º 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 #E2006B is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.53 | 0.11 |
| HSL | 331.59º | 1% | 0.44% | - |
| HSV(B) | 331.59º | 1% | 0.89% | - |
| XYZ | 34.02 | 17.23 | 15.44 | - |
| YUV | 79.77 | 143.37 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 107 | 0 | 1 | 0.53 | 0.11 | 331.59 | 1 | 0.44 |
| Hex | E2 | 0 | 6B | 0 | 64 | 35 | B | 14C | 64 | 2C |
| Octal | 342 | 0 | 153 | 0 | 144 | 65 | 13 | 514 | 144 | 54 |
| Binary | 11100010 | 0 | 1101011 | 0 | 1100100 | 110101 | 1011 | 101001100 | 1100100 | 101100 |
Color Harmonies of #E2006B
Complementary color
Monochromatic Colors of #E2006B
Black with #E2006B
Text Example
Text Example
White with #E2006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2006B; }
p { color: rgb(226,0,107); }
H1.HeaderClassName
{
color: #E2006B;
}
.AnyTagClassName
{
color: #E2006B;
}
</style>
background-color css
<style>
a { background-color: #E2006B; }
a { background-color: rgb(226,0,107); }
div.DivClassName
{
background-color: #E2006B;
}
.BgClassName
{
background-color: #E2006B;
}
</style>
border-color css
<style>
span { border-color: #E2006B; }
span { border-color: rgb(226,0,107); }
td.TdClassName
{
border-color: #E2006B;
}
.TagClassName
{
border-color: #E2006B;
}
</style>