Shades of Razzmatazz #EB0066
Tints of Razzmatazz #EB0066
RGB
CMYK
RGB Variations
Color information
#EB0066 (or 0xEB0066) is known color: Razzmatazz. HEX triplet: EB, 00 and 66. RGB value is (235,0,102). Sum of RGB (Red+Green+Blue) = 235+0+102=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0066 is #14FF99. Grayscale: #515151. Windows color (decimal): -1376154 or 6684907. OLE color: 6684907.
HSL color Cylindrical-coordinate representation of color #EB0066: hue angle of 333.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0066 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.57 | 0.08 |
| HSL | 333.96º | 1% | 0.46% | - |
| HSV(B) | 333.96º | 1% | 0.92% | - |
| XYZ | 36.66 | 18.62 | 14.23 | - |
| YUV | 81.89 | 139.36 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 102 | 0 | 1 | 0.57 | 0.08 | 333.96 | 1 | 0.46 |
| Hex | EB | 0 | 66 | 0 | 64 | 39 | 8 | 14E | 64 | 2E |
| Octal | 353 | 0 | 146 | 0 | 144 | 71 | 10 | 516 | 144 | 56 |
| Binary | 11101011 | 0 | 1100110 | 0 | 1100100 | 111001 | 1000 | 101001110 | 1100100 | 101110 |
Color Harmonies of #EB0066
Complementary color
Monochromatic Colors of #EB0066
Black with #EB0066
Text Example
Text Example
White with #EB0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0066; }
p { color: rgb(235,0,102); }
H1.HeaderClassName
{
color: #EB0066;
}
.AnyTagClassName
{
color: #EB0066;
}
</style>
background-color css
<style>
a { background-color: #EB0066; }
a { background-color: rgb(235,0,102); }
div.DivClassName
{
background-color: #EB0066;
}
.BgClassName
{
background-color: #EB0066;
}
</style>
border-color css
<style>
span { border-color: #EB0066; }
span { border-color: rgb(235,0,102); }
td.TdClassName
{
border-color: #EB0066;
}
.TagClassName
{
border-color: #EB0066;
}
</style>