Shades of Razzmatazz #EF074D
Tints of Razzmatazz #EF074D
RGB
CMYK
RGB Variations
Color information
#EF074D (or 0xEF074D) is known color: Razzmatazz. HEX triplet: EF, 07 and 4D. RGB value is (239,7,77). Sum of RGB (Red+Green+Blue) = 239+7+77=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF074D is #10F8B2. Grayscale: #545454. Windows color (decimal): -1112243 or 5048303. OLE color: 5048303.
HSL color Cylindrical-coordinate representation of color #EF074D: hue angle of 341.9º 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 #EF074D is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.06 |
| HSL | 341.9º | 0.94% | 0.48% | - |
| HSV(B) | 341.9º | 0.97% | 0.94% | - |
| XYZ | 37.01 | 19.04 | 8.75 | - |
| YUV | 84.35 | 123.86 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 77 | 0 | 0.97 | 0.68 | 0.06 | 341.9 | 0.94 | 0.48 |
| Hex | EF | 7 | 4D | 0 | 61 | 44 | 6 | 156 | 5E | 30 |
| Octal | 357 | 7 | 115 | 0 | 141 | 104 | 6 | 526 | 136 | 60 |
| Binary | 11101111 | 111 | 1001101 | 0 | 1100001 | 1000100 | 110 | 101010110 | 1011110 | 110000 |
Color Harmonies of #EF074D
Complementary color
Monochromatic Colors of #EF074D
Black with #EF074D
Text Example
Text Example
White with #EF074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF074D; }
p { color: rgb(239,7,77); }
H1.HeaderClassName
{
color: #EF074D;
}
.AnyTagClassName
{
color: #EF074D;
}
</style>
background-color css
<style>
a { background-color: #EF074D; }
a { background-color: rgb(239,7,77); }
div.DivClassName
{
background-color: #EF074D;
}
.BgClassName
{
background-color: #EF074D;
}
</style>
border-color css
<style>
span { border-color: #EF074D; }
span { border-color: rgb(239,7,77); }
td.TdClassName
{
border-color: #EF074D;
}
.TagClassName
{
border-color: #EF074D;
}
</style>