Shades of Razzmatazz #EB0173
Tints of Razzmatazz #EB0173
RGB
CMYK
RGB Variations
Color information
#EB0173 (or 0xEB0173) is known color: Razzmatazz. HEX triplet: EB, 01 and 73. RGB value is (235,1,115). Sum of RGB (Red+Green+Blue) = 235+1+115=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0173 is #14FE8C. Grayscale: #535353. Windows color (decimal): -1375885 or 7537131. OLE color: 7537131.
HSL color Cylindrical-coordinate representation of color #EB0173: hue angle of 330.77º 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 #EB0173 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.08 |
| HSL | 330.77º | 0.99% | 0.46% | - |
| HSV(B) | 330.77º | 1% | 0.92% | - |
| XYZ | 37.37 | 18.92 | 17.9 | - |
| YUV | 83.96 | 145.52 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 115 | 0 | 1.00 | 0.51 | 0.08 | 330.77 | 0.99 | 0.46 |
| Hex | EB | 1 | 73 | 0 | 64 | 33 | 8 | 14B | 63 | 2E |
| Octal | 353 | 1 | 163 | 0 | 144 | 63 | 10 | 513 | 143 | 56 |
| Binary | 11101011 | 1 | 1110011 | 0 | 1100100 | 110011 | 1000 | 101001011 | 1100011 | 101110 |
Color Harmonies of #EB0173
Complementary color
Monochromatic Colors of #EB0173
Black with #EB0173
Text Example
Text Example
White with #EB0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0173; }
p { color: rgb(235,1,115); }
H1.HeaderClassName
{
color: #EB0173;
}
.AnyTagClassName
{
color: #EB0173;
}
</style>
background-color css
<style>
a { background-color: #EB0173; }
a { background-color: rgb(235,1,115); }
div.DivClassName
{
background-color: #EB0173;
}
.BgClassName
{
background-color: #EB0173;
}
</style>
border-color css
<style>
span { border-color: #EB0173; }
span { border-color: rgb(235,1,115); }
td.TdClassName
{
border-color: #EB0173;
}
.TagClassName
{
border-color: #EB0173;
}
</style>