Shades of Razzmatazz #EF076E
Tints of Razzmatazz #EF076E
RGB
CMYK
RGB Variations
Color information
#EF076E (or 0xEF076E) is known color: Razzmatazz. HEX triplet: EF, 07 and 6E. RGB value is (239,7,110). Sum of RGB (Red+Green+Blue) = 239+7+110=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF076E is #10F891. Grayscale: #575757. Windows color (decimal): -1112210 or 7210991. OLE color: 7210991.
HSL color Cylindrical-coordinate representation of color #EF076E: hue angle of 333.36º 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 #EF076E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.06 |
| HSL | 333.36º | 0.94% | 0.48% | - |
| HSV(B) | 333.36º | 0.97% | 0.94% | - |
| XYZ | 38.49 | 19.63 | 16.51 | - |
| YUV | 88.11 | 140.36 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 110 | 0 | 0.97 | 0.54 | 0.06 | 333.36 | 0.94 | 0.48 |
| Hex | EF | 7 | 6E | 0 | 61 | 36 | 6 | 14D | 5E | 30 |
| Octal | 357 | 7 | 156 | 0 | 141 | 66 | 6 | 515 | 136 | 60 |
| Binary | 11101111 | 111 | 1101110 | 0 | 1100001 | 110110 | 110 | 101001101 | 1011110 | 110000 |
Color Harmonies of #EF076E
Complementary color
Monochromatic Colors of #EF076E
Black with #EF076E
Text Example
Text Example
White with #EF076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF076E; }
p { color: rgb(239,7,110); }
H1.HeaderClassName
{
color: #EF076E;
}
.AnyTagClassName
{
color: #EF076E;
}
</style>
background-color css
<style>
a { background-color: #EF076E; }
a { background-color: rgb(239,7,110); }
div.DivClassName
{
background-color: #EF076E;
}
.BgClassName
{
background-color: #EF076E;
}
</style>
border-color css
<style>
span { border-color: #EF076E; }
span { border-color: rgb(239,7,110); }
td.TdClassName
{
border-color: #EF076E;
}
.TagClassName
{
border-color: #EF076E;
}
</style>