Shades of Razzmatazz #EB016C
Tints of Razzmatazz #EB016C
RGB
CMYK
RGB Variations
Color information
#EB016C (or 0xEB016C) is known color: Razzmatazz. HEX triplet: EB, 01 and 6C. RGB value is (235,1,108). Sum of RGB (Red+Green+Blue) = 235+1+108=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB016C is #14FE93. Grayscale: #525252. Windows color (decimal): -1375892 or 7078379. OLE color: 7078379.
HSL color Cylindrical-coordinate representation of color #EB016C: hue angle of 332.56º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB016C is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.08 |
| HSL | 332.56º | 0.99% | 0.46% | - |
| HSV(B) | 332.56º | 1% | 0.92% | - |
| XYZ | 36.98 | 18.77 | 15.86 | - |
| YUV | 83.16 | 142.02 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 108 | 0 | 1.00 | 0.54 | 0.08 | 332.56 | 0.99 | 0.46 |
| Hex | EB | 1 | 6C | 0 | 64 | 36 | 8 | 14D | 63 | 2E |
| Octal | 353 | 1 | 154 | 0 | 144 | 66 | 10 | 515 | 143 | 56 |
| Binary | 11101011 | 1 | 1101100 | 0 | 1100100 | 110110 | 1000 | 101001101 | 1100011 | 101110 |
Color Harmonies of #EB016C
Complementary color
Monochromatic Colors of #EB016C
Black with #EB016C
Text Example
Text Example
White with #EB016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB016C; }
p { color: rgb(235,1,108); }
H1.HeaderClassName
{
color: #EB016C;
}
.AnyTagClassName
{
color: #EB016C;
}
</style>
background-color css
<style>
a { background-color: #EB016C; }
a { background-color: rgb(235,1,108); }
div.DivClassName
{
background-color: #EB016C;
}
.BgClassName
{
background-color: #EB016C;
}
</style>
border-color css
<style>
span { border-color: #EB016C; }
span { border-color: rgb(235,1,108); }
td.TdClassName
{
border-color: #EB016C;
}
.TagClassName
{
border-color: #EB016C;
}
</style>