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