Shades of Razzmatazz #E10066
Tints of Razzmatazz #E10066
RGB
CMYK
RGB Variations
Color information
#E10066 (or 0xE10066) is known color: Razzmatazz. HEX triplet: E1, 00 and 66. RGB value is (225,0,102). Sum of RGB (Red+Green+Blue) = 225+0+102=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E10066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10066 is #1EFF99. Grayscale: #4E4E4E. Windows color (decimal): -2031514 or 6684897. OLE color: 6684897.
HSL color Cylindrical-coordinate representation of color #E10066: hue angle of 332.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10066 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.55 | 0.12 |
| HSL | 332.8º | 1% | 0.44% | - |
| HSV(B) | 332.8º | 1% | 0.88% | - |
| XYZ | 33.45 | 16.97 | 14.08 | - |
| YUV | 78.9 | 141.04 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 102 | 0 | 1 | 0.55 | 0.12 | 332.8 | 1 | 0.44 |
| Hex | E1 | 0 | 66 | 0 | 64 | 37 | C | 14D | 64 | 2C |
| Octal | 341 | 0 | 146 | 0 | 144 | 67 | 14 | 515 | 144 | 54 |
| Binary | 11100001 | 0 | 1100110 | 0 | 1100100 | 110111 | 1100 | 101001101 | 1100100 | 101100 |
Color Harmonies of #E10066
Complementary color
Monochromatic Colors of #E10066
Black with #E10066
Text Example
Text Example
White with #E10066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10066; }
p { color: rgb(225,0,102); }
H1.HeaderClassName
{
color: #E10066;
}
.AnyTagClassName
{
color: #E10066;
}
</style>
background-color css
<style>
a { background-color: #E10066; }
a { background-color: rgb(225,0,102); }
div.DivClassName
{
background-color: #E10066;
}
.BgClassName
{
background-color: #E10066;
}
</style>
border-color css
<style>
span { border-color: #E10066; }
span { border-color: rgb(225,0,102); }
td.TdClassName
{
border-color: #E10066;
}
.TagClassName
{
border-color: #E10066;
}
</style>