Shades of Razzmatazz #EF0770
Tints of Razzmatazz #EF0770
RGB
CMYK
RGB Variations
Color information
#EF0770 (or 0xEF0770) is known color: Razzmatazz. HEX triplet: EF, 07 and 70. RGB value is (239,7,112). Sum of RGB (Red+Green+Blue) = 239+7+112=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0770 is #10F88F. Grayscale: #585858. Windows color (decimal): -1112208 or 7342063. OLE color: 7342063.
HSL color Cylindrical-coordinate representation of color #EF0770: hue angle of 332.84º 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 #EF0770 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.06 |
| HSL | 332.84º | 0.94% | 0.48% | - |
| HSV(B) | 332.84º | 0.97% | 0.94% | - |
| XYZ | 38.6 | 19.67 | 17.09 | - |
| YUV | 88.34 | 141.36 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 112 | 0 | 0.97 | 0.53 | 0.06 | 332.84 | 0.94 | 0.48 |
| Hex | EF | 7 | 70 | 0 | 61 | 35 | 6 | 14D | 5E | 30 |
| Octal | 357 | 7 | 160 | 0 | 141 | 65 | 6 | 515 | 136 | 60 |
| Binary | 11101111 | 111 | 1110000 | 0 | 1100001 | 110101 | 110 | 101001101 | 1011110 | 110000 |
Color Harmonies of #EF0770
Complementary color
Monochromatic Colors of #EF0770
Black with #EF0770
Text Example
Text Example
White with #EF0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0770; }
p { color: rgb(239,7,112); }
H1.HeaderClassName
{
color: #EF0770;
}
.AnyTagClassName
{
color: #EF0770;
}
</style>
background-color css
<style>
a { background-color: #EF0770; }
a { background-color: rgb(239,7,112); }
div.DivClassName
{
background-color: #EF0770;
}
.BgClassName
{
background-color: #EF0770;
}
</style>
border-color css
<style>
span { border-color: #EF0770; }
span { border-color: rgb(239,7,112); }
td.TdClassName
{
border-color: #EF0770;
}
.TagClassName
{
border-color: #EF0770;
}
</style>