Shades of Razzmatazz #EF074E
Tints of Razzmatazz #EF074E
RGB
CMYK
RGB Variations
Color information
#EF074E (or 0xEF074E) is known color: Razzmatazz. HEX triplet: EF, 07 and 4E. RGB value is (239,7,78). Sum of RGB (Red+Green+Blue) = 239+7+78=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF074E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF074E is #10F8B1. Grayscale: #545454. Windows color (decimal): -1112242 or 5113839. OLE color: 5113839.
HSL color Cylindrical-coordinate representation of color #EF074E: hue angle of 341.64º 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 #EF074E is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.06 |
| HSL | 341.64º | 0.94% | 0.48% | - |
| HSV(B) | 341.64º | 0.97% | 0.94% | - |
| XYZ | 37.05 | 19.05 | 8.93 | - |
| YUV | 84.46 | 124.36 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 78 | 0 | 0.97 | 0.67 | 0.06 | 341.64 | 0.94 | 0.48 |
| Hex | EF | 7 | 4E | 0 | 61 | 43 | 6 | 156 | 5E | 30 |
| Octal | 357 | 7 | 116 | 0 | 141 | 103 | 6 | 526 | 136 | 60 |
| Binary | 11101111 | 111 | 1001110 | 0 | 1100001 | 1000011 | 110 | 101010110 | 1011110 | 110000 |
Color Harmonies of #EF074E
Complementary color
Monochromatic Colors of #EF074E
Black with #EF074E
Text Example
Text Example
White with #EF074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF074E; }
p { color: rgb(239,7,78); }
H1.HeaderClassName
{
color: #EF074E;
}
.AnyTagClassName
{
color: #EF074E;
}
</style>
background-color css
<style>
a { background-color: #EF074E; }
a { background-color: rgb(239,7,78); }
div.DivClassName
{
background-color: #EF074E;
}
.BgClassName
{
background-color: #EF074E;
}
</style>
border-color css
<style>
span { border-color: #EF074E; }
span { border-color: rgb(239,7,78); }
td.TdClassName
{
border-color: #EF074E;
}
.TagClassName
{
border-color: #EF074E;
}
</style>