Shades of Razzmatazz #EF0E5B
Tints of Razzmatazz #EF0E5B
RGB
CMYK
RGB Variations
Color information
#EF0E5B (or 0xEF0E5B) is known color: Razzmatazz. HEX triplet: EF, 0E and 5B. RGB value is (239,14,91). Sum of RGB (Red+Green+Blue) = 239+14+91=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E5B is #10F1A4. Grayscale: #595959. Windows color (decimal): -1110437 or 5967599. OLE color: 5967599.
HSL color Cylindrical-coordinate representation of color #EF0E5B: hue angle of 339.47º 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 #EF0E5B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 91 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.06 |
| HSL | 339.47º | 0.89% | 0.5% | - |
| HSV(B) | 339.47º | 0.94% | 0.94% | - |
| XYZ | 37.64 | 19.42 | 11.66 | - |
| YUV | 90.05 | 128.54 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 91 | 0 | 0.94 | 0.62 | 0.06 | 339.47 | 0.89 | 0.5 |
| Hex | EF | E | 5B | 0 | 5E | 3E | 6 | 153 | 59 | 32 |
| Octal | 357 | 16 | 133 | 0 | 136 | 76 | 6 | 523 | 131 | 62 |
| Binary | 11101111 | 1110 | 1011011 | 0 | 1011110 | 111110 | 110 | 101010011 | 1011001 | 110010 |
Color Harmonies of #EF0E5B
Complementary color
Monochromatic Colors of #EF0E5B
Black with #EF0E5B
Text Example
Text Example
White with #EF0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E5B; }
p { color: rgb(239,14,91); }
H1.HeaderClassName
{
color: #EF0E5B;
}
.AnyTagClassName
{
color: #EF0E5B;
}
</style>
background-color css
<style>
a { background-color: #EF0E5B; }
a { background-color: rgb(239,14,91); }
div.DivClassName
{
background-color: #EF0E5B;
}
.BgClassName
{
background-color: #EF0E5B;
}
</style>
border-color css
<style>
span { border-color: #EF0E5B; }
span { border-color: rgb(239,14,91); }
td.TdClassName
{
border-color: #EF0E5B;
}
.TagClassName
{
border-color: #EF0E5B;
}
</style>