Shades of Razzmatazz #EB0273
Tints of Razzmatazz #EB0273
RGB
CMYK
RGB Variations
Color information
#EB0273 (or 0xEB0273) is known color: Razzmatazz. HEX triplet: EB, 02 and 73. RGB value is (235,2,115). Sum of RGB (Red+Green+Blue) = 235+2+115=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0273 is #14FD8C. Grayscale: #545454. Windows color (decimal): -1375629 or 7537387. OLE color: 7537387.
HSL color Cylindrical-coordinate representation of color #EB0273: hue angle of 330.9º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0273 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.08 |
| HSL | 330.9º | 0.98% | 0.46% | - |
| HSV(B) | 330.9º | 0.99% | 0.92% | - |
| XYZ | 37.38 | 18.94 | 17.91 | - |
| YUV | 84.55 | 145.19 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 115 | 0 | 0.99 | 0.51 | 0.08 | 330.9 | 0.98 | 0.46 |
| Hex | EB | 2 | 73 | 0 | 63 | 33 | 8 | 14B | 62 | 2E |
| Octal | 353 | 2 | 163 | 0 | 143 | 63 | 10 | 513 | 142 | 56 |
| Binary | 11101011 | 10 | 1110011 | 0 | 1100011 | 110011 | 1000 | 101001011 | 1100010 | 101110 |
Color Harmonies of #EB0273
Complementary color
Monochromatic Colors of #EB0273
Black with #EB0273
Text Example
Text Example
White with #EB0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0273; }
p { color: rgb(235,2,115); }
H1.HeaderClassName
{
color: #EB0273;
}
.AnyTagClassName
{
color: #EB0273;
}
</style>
background-color css
<style>
a { background-color: #EB0273; }
a { background-color: rgb(235,2,115); }
div.DivClassName
{
background-color: #EB0273;
}
.BgClassName
{
background-color: #EB0273;
}
</style>
border-color css
<style>
span { border-color: #EB0273; }
span { border-color: rgb(235,2,115); }
td.TdClassName
{
border-color: #EB0273;
}
.TagClassName
{
border-color: #EB0273;
}
</style>