Shades of Razzmatazz #EB0049
Tints of Razzmatazz #EB0049
RGB
CMYK
RGB Variations
Color information
#EB0049 (or 0xEB0049) is known color: Razzmatazz. HEX triplet: EB, 00 and 49. RGB value is (235,0,73). Sum of RGB (Red+Green+Blue) = 235+0+73=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0049 is #14FFB6. Grayscale: #4E4E4E. Windows color (decimal): -1376183 or 4784363. OLE color: 4784363.
HSL color Cylindrical-coordinate representation of color #EB0049: hue angle of 341.36º 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 #EB0049 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.69 | 0.08 |
| HSL | 341.36º | 1% | 0.46% | - |
| HSV(B) | 341.36º | 1% | 0.92% | - |
| XYZ | 35.46 | 18.14 | 7.94 | - |
| YUV | 78.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 73 | 0 | 1 | 0.69 | 0.08 | 341.36 | 1 | 0.46 |
| Hex | EB | 0 | 49 | 0 | 64 | 45 | 8 | 155 | 64 | 2E |
| Octal | 353 | 0 | 111 | 0 | 144 | 105 | 10 | 525 | 144 | 56 |
| Binary | 11101011 | 0 | 1001001 | 0 | 1100100 | 1000101 | 1000 | 101010101 | 1100100 | 101110 |
Color Harmonies of #EB0049
Complementary color
Monochromatic Colors of #EB0049
Black with #EB0049
Text Example
Text Example
White with #EB0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0049; }
p { color: rgb(235,0,73); }
H1.HeaderClassName
{
color: #EB0049;
}
.AnyTagClassName
{
color: #EB0049;
}
</style>
background-color css
<style>
a { background-color: #EB0049; }
a { background-color: rgb(235,0,73); }
div.DivClassName
{
background-color: #EB0049;
}
.BgClassName
{
background-color: #EB0049;
}
</style>
border-color css
<style>
span { border-color: #EB0049; }
span { border-color: rgb(235,0,73); }
td.TdClassName
{
border-color: #EB0049;
}
.TagClassName
{
border-color: #EB0049;
}
</style>