Shades of Razzmatazz #EF0773
Tints of Razzmatazz #EF0773
RGB
CMYK
RGB Variations
Color information
#EF0773 (or 0xEF0773) is known color: Razzmatazz. HEX triplet: EF, 07 and 73. RGB value is (239,7,115). Sum of RGB (Red+Green+Blue) = 239+7+115=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0773 is #10F88C. Grayscale: #585858. Windows color (decimal): -1112205 or 7538671. OLE color: 7538671.
HSL color Cylindrical-coordinate representation of color #EF0773: hue angle of 332.07º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0773 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.06 |
| HSL | 332.07º | 0.94% | 0.48% | - |
| HSV(B) | 332.07º | 0.97% | 0.94% | - |
| XYZ | 38.77 | 19.74 | 17.99 | - |
| YUV | 88.68 | 142.86 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 115 | 0 | 0.97 | 0.52 | 0.06 | 332.07 | 0.94 | 0.48 |
| Hex | EF | 7 | 73 | 0 | 61 | 34 | 6 | 14C | 5E | 30 |
| Octal | 357 | 7 | 163 | 0 | 141 | 64 | 6 | 514 | 136 | 60 |
| Binary | 11101111 | 111 | 1110011 | 0 | 1100001 | 110100 | 110 | 101001100 | 1011110 | 110000 |
Color Harmonies of #EF0773
Complementary color
Monochromatic Colors of #EF0773
Black with #EF0773
Text Example
Text Example
White with #EF0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0773; }
p { color: rgb(239,7,115); }
H1.HeaderClassName
{
color: #EF0773;
}
.AnyTagClassName
{
color: #EF0773;
}
</style>
background-color css
<style>
a { background-color: #EF0773; }
a { background-color: rgb(239,7,115); }
div.DivClassName
{
background-color: #EF0773;
}
.BgClassName
{
background-color: #EF0773;
}
</style>
border-color css
<style>
span { border-color: #EF0773; }
span { border-color: rgb(239,7,115); }
td.TdClassName
{
border-color: #EF0773;
}
.TagClassName
{
border-color: #EF0773;
}
</style>