Shades of Razzmatazz #EF1054
Tints of Razzmatazz #EF1054
RGB
CMYK
RGB Variations
Color information
#EF1054 (or 0xEF1054) is known color: Razzmatazz. HEX triplet: EF, 10 and 54. RGB value is (239,16,84). Sum of RGB (Red+Green+Blue) = 239+16+84=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1054 is #10EFAB. Grayscale: #5A5A5A. Windows color (decimal): -1109932 or 5509359. OLE color: 5509359.
HSL color Cylindrical-coordinate representation of color #EF1054: hue angle of 341.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1054 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 84 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.06 |
| HSL | 341.7º | 0.87% | 0.5% | - |
| HSV(B) | 341.7º | 0.93% | 0.94% | - |
| XYZ | 37.38 | 19.36 | 10.15 | - |
| YUV | 90.43 | 124.38 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 84 | 0 | 0.93 | 0.65 | 0.06 | 341.7 | 0.87 | 0.5 |
| Hex | EF | 10 | 54 | 0 | 5D | 41 | 6 | 156 | 57 | 32 |
| Octal | 357 | 20 | 124 | 0 | 135 | 101 | 6 | 526 | 127 | 62 |
| Binary | 11101111 | 10000 | 1010100 | 0 | 1011101 | 1000001 | 110 | 101010110 | 1010111 | 110010 |
Color Harmonies of #EF1054
Complementary color
Monochromatic Colors of #EF1054
Black with #EF1054
Text Example
Text Example
White with #EF1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1054; }
p { color: rgb(239,16,84); }
H1.HeaderClassName
{
color: #EF1054;
}
.AnyTagClassName
{
color: #EF1054;
}
</style>
background-color css
<style>
a { background-color: #EF1054; }
a { background-color: rgb(239,16,84); }
div.DivClassName
{
background-color: #EF1054;
}
.BgClassName
{
background-color: #EF1054;
}
</style>
border-color css
<style>
span { border-color: #EF1054; }
span { border-color: rgb(239,16,84); }
td.TdClassName
{
border-color: #EF1054;
}
.TagClassName
{
border-color: #EF1054;
}
</style>