Shades of Razzmatazz #EF004C
Tints of Razzmatazz #EF004C
RGB
CMYK
RGB Variations
Color information
#EF004C (or 0xEF004C) is known color: Razzmatazz. HEX triplet: EF, 00 and 4C. RGB value is (239,0,76). Sum of RGB (Red+Green+Blue) = 239+0+76=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF004C is #10FFB3. Grayscale: #505050. Windows color (decimal): -1114036 or 4980975. OLE color: 4980975.
HSL color Cylindrical-coordinate representation of color #EF004C: hue angle of 340.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF004C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.68 | 0.06 |
| HSL | 340.92º | 1% | 0.47% | - |
| HSV(B) | 340.92º | 1% | 0.94% | - |
| XYZ | 36.9 | 18.87 | 8.54 | - |
| YUV | 80.13 | 125.68 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 76 | 0 | 1 | 0.68 | 0.06 | 340.92 | 1 | 0.47 |
| Hex | EF | 0 | 4C | 0 | 64 | 44 | 6 | 155 | 64 | 2F |
| Octal | 357 | 0 | 114 | 0 | 144 | 104 | 6 | 525 | 144 | 57 |
| Binary | 11101111 | 0 | 1001100 | 0 | 1100100 | 1000100 | 110 | 101010101 | 1100100 | 101111 |
Color Harmonies of #EF004C
Complementary color
Monochromatic Colors of #EF004C
Black with #EF004C
Text Example
Text Example
White with #EF004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF004C; }
p { color: rgb(239,0,76); }
H1.HeaderClassName
{
color: #EF004C;
}
.AnyTagClassName
{
color: #EF004C;
}
</style>
background-color css
<style>
a { background-color: #EF004C; }
a { background-color: rgb(239,0,76); }
div.DivClassName
{
background-color: #EF004C;
}
.BgClassName
{
background-color: #EF004C;
}
</style>
border-color css
<style>
span { border-color: #EF004C; }
span { border-color: rgb(239,0,76); }
td.TdClassName
{
border-color: #EF004C;
}
.TagClassName
{
border-color: #EF004C;
}
</style>