Shades of Razzmatazz #EB0072
Tints of Razzmatazz #EB0072
RGB
CMYK
RGB Variations
Color information
#EB0072 (or 0xEB0072) is known color: Razzmatazz. HEX triplet: EB, 00 and 72. RGB value is (235,0,114). Sum of RGB (Red+Green+Blue) = 235+0+114=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0072 is #14FF8D. Grayscale: #535353. Windows color (decimal): -1376142 or 7471339. OLE color: 7471339.
HSL color Cylindrical-coordinate representation of color #EB0072: hue angle of 330.89º 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 #EB0072 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.51 | 0.08 |
| HSL | 330.89º | 1% | 0.46% | - |
| HSV(B) | 330.89º | 1% | 0.92% | - |
| XYZ | 37.3 | 18.88 | 17.6 | - |
| YUV | 83.26 | 145.36 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 114 | 0 | 1 | 0.51 | 0.08 | 330.89 | 1 | 0.46 |
| Hex | EB | 0 | 72 | 0 | 64 | 33 | 8 | 14B | 64 | 2E |
| Octal | 353 | 0 | 162 | 0 | 144 | 63 | 10 | 513 | 144 | 56 |
| Binary | 11101011 | 0 | 1110010 | 0 | 1100100 | 110011 | 1000 | 101001011 | 1100100 | 101110 |
Color Harmonies of #EB0072
Complementary color
Monochromatic Colors of #EB0072
Black with #EB0072
Text Example
Text Example
White with #EB0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0072; }
p { color: rgb(235,0,114); }
H1.HeaderClassName
{
color: #EB0072;
}
.AnyTagClassName
{
color: #EB0072;
}
</style>
background-color css
<style>
a { background-color: #EB0072; }
a { background-color: rgb(235,0,114); }
div.DivClassName
{
background-color: #EB0072;
}
.BgClassName
{
background-color: #EB0072;
}
</style>
border-color css
<style>
span { border-color: #EB0072; }
span { border-color: rgb(235,0,114); }
td.TdClassName
{
border-color: #EB0072;
}
.TagClassName
{
border-color: #EB0072;
}
</style>