Shades of Razzmatazz #EB0866
Tints of Razzmatazz #EB0866
RGB
CMYK
RGB Variations
Color information
#EB0866 (or 0xEB0866) is known color: Razzmatazz. HEX triplet: EB, 08 and 66. RGB value is (235,8,102). Sum of RGB (Red+Green+Blue) = 235+8+102=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0866 is #14F799. Grayscale: #565656. Windows color (decimal): -1374106 or 6686955. OLE color: 6686955.
HSL color Cylindrical-coordinate representation of color #EB0866: hue angle of 335.15º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0866 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 8 | 102 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.08 |
| HSL | 335.15º | 0.93% | 0.48% | - |
| HSV(B) | 335.15º | 0.97% | 0.92% | - |
| XYZ | 36.75 | 18.8 | 14.26 | - |
| YUV | 86.59 | 136.71 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 8 | 102 | 0 | 0.97 | 0.57 | 0.08 | 335.15 | 0.93 | 0.48 |
| Hex | EB | 8 | 66 | 0 | 61 | 39 | 8 | 14F | 5D | 30 |
| Octal | 353 | 10 | 146 | 0 | 141 | 71 | 10 | 517 | 135 | 60 |
| Binary | 11101011 | 1000 | 1100110 | 0 | 1100001 | 111001 | 1000 | 101001111 | 1011101 | 110000 |
Color Harmonies of #EB0866
Complementary color
Monochromatic Colors of #EB0866
Black with #EB0866
Text Example
Text Example
White with #EB0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0866; }
p { color: rgb(235,8,102); }
H1.HeaderClassName
{
color: #EB0866;
}
.AnyTagClassName
{
color: #EB0866;
}
</style>
background-color css
<style>
a { background-color: #EB0866; }
a { background-color: rgb(235,8,102); }
div.DivClassName
{
background-color: #EB0866;
}
.BgClassName
{
background-color: #EB0866;
}
</style>
border-color css
<style>
span { border-color: #EB0866; }
span { border-color: rgb(235,8,102); }
td.TdClassName
{
border-color: #EB0866;
}
.TagClassName
{
border-color: #EB0866;
}
</style>