Shades of Razzmatazz #EF0E51
Tints of Razzmatazz #EF0E51
RGB
CMYK
RGB Variations
Color information
#EF0E51 (or 0xEF0E51) is known color: Razzmatazz. HEX triplet: EF, 0E and 51. RGB value is (239,14,81). Sum of RGB (Red+Green+Blue) = 239+14+81=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E51 is #10F1AE. Grayscale: #585858. Windows color (decimal): -1110447 or 5312239. OLE color: 5312239.
HSL color Cylindrical-coordinate representation of color #EF0E51: hue angle of 342.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E51 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 81 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.06 |
| HSL | 342.13º | 0.89% | 0.5% | - |
| HSV(B) | 342.13º | 0.94% | 0.94% | - |
| XYZ | 37.24 | 19.26 | 9.54 | - |
| YUV | 88.91 | 123.54 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 81 | 0 | 0.94 | 0.66 | 0.06 | 342.13 | 0.89 | 0.5 |
| Hex | EF | E | 51 | 0 | 5E | 42 | 6 | 156 | 59 | 32 |
| Octal | 357 | 16 | 121 | 0 | 136 | 102 | 6 | 526 | 131 | 62 |
| Binary | 11101111 | 1110 | 1010001 | 0 | 1011110 | 1000010 | 110 | 101010110 | 1011001 | 110010 |
Color Harmonies of #EF0E51
Complementary color
Monochromatic Colors of #EF0E51
Black with #EF0E51
Text Example
Text Example
White with #EF0E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E51; }
p { color: rgb(239,14,81); }
H1.HeaderClassName
{
color: #EF0E51;
}
.AnyTagClassName
{
color: #EF0E51;
}
</style>
background-color css
<style>
a { background-color: #EF0E51; }
a { background-color: rgb(239,14,81); }
div.DivClassName
{
background-color: #EF0E51;
}
.BgClassName
{
background-color: #EF0E51;
}
</style>
border-color css
<style>
span { border-color: #EF0E51; }
span { border-color: rgb(239,14,81); }
td.TdClassName
{
border-color: #EF0E51;
}
.TagClassName
{
border-color: #EF0E51;
}
</style>