Shades of Razzmatazz #EF044A
Tints of Razzmatazz #EF044A
RGB
CMYK
RGB Variations
Color information
#EF044A (or 0xEF044A) is known color: Razzmatazz. HEX triplet: EF, 04 and 4A. RGB value is (239,4,74). Sum of RGB (Red+Green+Blue) = 239+4+74=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF044A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF044A is #10FBB5. Grayscale: #525252. Windows color (decimal): -1113014 or 4850927. OLE color: 4850927.
HSL color Cylindrical-coordinate representation of color #EF044A: hue angle of 342.13º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF044A is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.06 |
| HSL | 342.13º | 0.97% | 0.48% | - |
| HSV(B) | 342.13º | 0.98% | 0.94% | - |
| XYZ | 36.88 | 18.93 | 8.19 | - |
| YUV | 82.25 | 123.36 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 74 | 0 | 0.98 | 0.69 | 0.06 | 342.13 | 0.97 | 0.48 |
| Hex | EF | 4 | 4A | 0 | 62 | 45 | 6 | 156 | 61 | 30 |
| Octal | 357 | 4 | 112 | 0 | 142 | 105 | 6 | 526 | 141 | 60 |
| Binary | 11101111 | 100 | 1001010 | 0 | 1100010 | 1000101 | 110 | 101010110 | 1100001 | 110000 |
Color Harmonies of #EF044A
Complementary color
Monochromatic Colors of #EF044A
Black with #EF044A
Text Example
Text Example
White with #EF044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF044A; }
p { color: rgb(239,4,74); }
H1.HeaderClassName
{
color: #EF044A;
}
.AnyTagClassName
{
color: #EF044A;
}
</style>
background-color css
<style>
a { background-color: #EF044A; }
a { background-color: rgb(239,4,74); }
div.DivClassName
{
background-color: #EF044A;
}
.BgClassName
{
background-color: #EF044A;
}
</style>
border-color css
<style>
span { border-color: #EF044A; }
span { border-color: rgb(239,4,74); }
td.TdClassName
{
border-color: #EF044A;
}
.TagClassName
{
border-color: #EF044A;
}
</style>