Shades of Razzmatazz #EB0766
Tints of Razzmatazz #EB0766
RGB
CMYK
RGB Variations
Color information
#EB0766 (or 0xEB0766) is known color: Razzmatazz. HEX triplet: EB, 07 and 66. RGB value is (235,7,102). Sum of RGB (Red+Green+Blue) = 235+7+102=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0766 is #14F899. Grayscale: #555555. Windows color (decimal): -1374362 or 6686699. OLE color: 6686699.
HSL color Cylindrical-coordinate representation of color #EB0766: hue angle of 335º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0766 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.08 |
| HSL | 335º | 0.94% | 0.47% | - |
| HSV(B) | 335º | 0.97% | 0.92% | - |
| XYZ | 36.74 | 18.77 | 14.26 | - |
| YUV | 86 | 137.04 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 7 | 102 | 0 | 0.97 | 0.57 | 0.08 | 335 | 0.94 | 0.47 |
| Hex | EB | 7 | 66 | 0 | 61 | 39 | 8 | 14F | 5E | 2F |
| Octal | 353 | 7 | 146 | 0 | 141 | 71 | 10 | 517 | 136 | 57 |
| Binary | 11101011 | 111 | 1100110 | 0 | 1100001 | 111001 | 1000 | 101001111 | 1011110 | 101111 |
Color Harmonies of #EB0766
Complementary color
Monochromatic Colors of #EB0766
Black with #EB0766
Text Example
Text Example
White with #EB0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0766; }
p { color: rgb(235,7,102); }
H1.HeaderClassName
{
color: #EB0766;
}
.AnyTagClassName
{
color: #EB0766;
}
</style>
background-color css
<style>
a { background-color: #EB0766; }
a { background-color: rgb(235,7,102); }
div.DivClassName
{
background-color: #EB0766;
}
.BgClassName
{
background-color: #EB0766;
}
</style>
border-color css
<style>
span { border-color: #EB0766; }
span { border-color: rgb(235,7,102); }
td.TdClassName
{
border-color: #EB0766;
}
.TagClassName
{
border-color: #EB0766;
}
</style>