Shades of Razzmatazz #E10766
Tints of Razzmatazz #E10766
RGB
CMYK
RGB Variations
Color information
#E10766 (or 0xE10766) is known color: Razzmatazz. HEX triplet: E1, 07 and 66. RGB value is (225,7,102). Sum of RGB (Red+Green+Blue) = 225+7+102=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E10766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10766 is #1EF899. Grayscale: #525252. Windows color (decimal): -2029722 or 6686689. OLE color: 6686689.
HSL color Cylindrical-coordinate representation of color #E10766: hue angle of 333.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10766 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.12 |
| HSL | 333.85º | 0.94% | 0.45% | - |
| HSV(B) | 333.85º | 0.97% | 0.88% | - |
| XYZ | 33.53 | 17.12 | 14.11 | - |
| YUV | 83.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 102 | 0 | 0.97 | 0.55 | 0.12 | 333.85 | 0.94 | 0.45 |
| Hex | E1 | 7 | 66 | 0 | 61 | 37 | C | 14E | 5E | 2D |
| Octal | 341 | 7 | 146 | 0 | 141 | 67 | 14 | 516 | 136 | 55 |
| Binary | 11100001 | 111 | 1100110 | 0 | 1100001 | 110111 | 1100 | 101001110 | 1011110 | 101101 |
Color Harmonies of #E10766
Complementary color
Monochromatic Colors of #E10766
Black with #E10766
Text Example
Text Example
White with #E10766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10766; }
p { color: rgb(225,7,102); }
H1.HeaderClassName
{
color: #E10766;
}
.AnyTagClassName
{
color: #E10766;
}
</style>
background-color css
<style>
a { background-color: #E10766; }
a { background-color: rgb(225,7,102); }
div.DivClassName
{
background-color: #E10766;
}
.BgClassName
{
background-color: #E10766;
}
</style>
border-color css
<style>
span { border-color: #E10766; }
span { border-color: rgb(225,7,102); }
td.TdClassName
{
border-color: #E10766;
}
.TagClassName
{
border-color: #E10766;
}
</style>