Shades of Razzmatazz #EB0047
Tints of Razzmatazz #EB0047
RGB
CMYK
RGB Variations
Color information
#EB0047 (or 0xEB0047) is known color: Razzmatazz. HEX triplet: EB, 00 and 47. RGB value is (235,0,71). Sum of RGB (Red+Green+Blue) = 235+0+71=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0047 is #14FFB8. Grayscale: #4E4E4E. Windows color (decimal): -1376185 or 4653291. OLE color: 4653291.
HSL color Cylindrical-coordinate representation of color #EB0047: hue angle of 341.87º 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 #EB0047 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.70 | 0.08 |
| HSL | 341.87º | 1% | 0.46% | - |
| HSV(B) | 341.87º | 1% | 0.92% | - |
| XYZ | 35.4 | 18.12 | 7.59 | - |
| YUV | 78.36 | 123.86 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 71 | 0 | 1 | 0.70 | 0.08 | 341.87 | 1 | 0.46 |
| Hex | EB | 0 | 47 | 0 | 64 | 46 | 8 | 156 | 64 | 2E |
| Octal | 353 | 0 | 107 | 0 | 144 | 106 | 10 | 526 | 144 | 56 |
| Binary | 11101011 | 0 | 1000111 | 0 | 1100100 | 1000110 | 1000 | 101010110 | 1100100 | 101110 |
Color Harmonies of #EB0047
Complementary color
Monochromatic Colors of #EB0047
Black with #EB0047
Text Example
Text Example
White with #EB0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0047; }
p { color: rgb(235,0,71); }
H1.HeaderClassName
{
color: #EB0047;
}
.AnyTagClassName
{
color: #EB0047;
}
</style>
background-color css
<style>
a { background-color: #EB0047; }
a { background-color: rgb(235,0,71); }
div.DivClassName
{
background-color: #EB0047;
}
.BgClassName
{
background-color: #EB0047;
}
</style>
border-color css
<style>
span { border-color: #EB0047; }
span { border-color: rgb(235,0,71); }
td.TdClassName
{
border-color: #EB0047;
}
.TagClassName
{
border-color: #EB0047;
}
</style>