Shades of Razzmatazz #EF0E4D
Tints of Razzmatazz #EF0E4D
RGB
CMYK
RGB Variations
Color information
#EF0E4D (or 0xEF0E4D) is known color: Razzmatazz. HEX triplet: EF, 0E and 4D. RGB value is (239,14,77). Sum of RGB (Red+Green+Blue) = 239+14+77=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E4D is #10F1B2. Grayscale: #585858. Windows color (decimal): -1110451 or 5050095. OLE color: 5050095.
HSL color Cylindrical-coordinate representation of color #EF0E4D: hue angle of 343.2º 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 #EF0E4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.06 |
| HSL | 343.2º | 0.89% | 0.5% | - |
| HSV(B) | 343.2º | 0.94% | 0.94% | - |
| XYZ | 37.09 | 19.2 | 8.77 | - |
| YUV | 88.46 | 121.54 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 77 | 0 | 0.94 | 0.68 | 0.06 | 343.2 | 0.89 | 0.5 |
| Hex | EF | E | 4D | 0 | 5E | 44 | 6 | 157 | 59 | 32 |
| Octal | 357 | 16 | 115 | 0 | 136 | 104 | 6 | 527 | 131 | 62 |
| Binary | 11101111 | 1110 | 1001101 | 0 | 1011110 | 1000100 | 110 | 101010111 | 1011001 | 110010 |
Color Harmonies of #EF0E4D
Complementary color
Monochromatic Colors of #EF0E4D
Black with #EF0E4D
Text Example
Text Example
White with #EF0E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E4D; }
p { color: rgb(239,14,77); }
H1.HeaderClassName
{
color: #EF0E4D;
}
.AnyTagClassName
{
color: #EF0E4D;
}
</style>
background-color css
<style>
a { background-color: #EF0E4D; }
a { background-color: rgb(239,14,77); }
div.DivClassName
{
background-color: #EF0E4D;
}
.BgClassName
{
background-color: #EF0E4D;
}
</style>
border-color css
<style>
span { border-color: #EF0E4D; }
span { border-color: rgb(239,14,77); }
td.TdClassName
{
border-color: #EF0E4D;
}
.TagClassName
{
border-color: #EF0E4D;
}
</style>