Shades of Razzmatazz #EF044B
Tints of Razzmatazz #EF044B
RGB
CMYK
RGB Variations
Color information
#EF044B (or 0xEF044B) is known color: Razzmatazz. HEX triplet: EF, 04 and 4B. RGB value is (239,4,75). Sum of RGB (Red+Green+Blue) = 239+4+75=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF044B is #10FBB4. Grayscale: #525252. Windows color (decimal): -1113013 or 4916463. OLE color: 4916463.
HSL color Cylindrical-coordinate representation of color #EF044B: hue angle of 341.87º 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 #EF044B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.06 |
| HSL | 341.87º | 0.97% | 0.48% | - |
| HSV(B) | 341.87º | 0.98% | 0.94% | - |
| XYZ | 36.91 | 18.95 | 8.37 | - |
| YUV | 82.36 | 123.86 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 75 | 0 | 0.98 | 0.69 | 0.06 | 341.87 | 0.97 | 0.48 |
| Hex | EF | 4 | 4B | 0 | 62 | 45 | 6 | 156 | 61 | 30 |
| Octal | 357 | 4 | 113 | 0 | 142 | 105 | 6 | 526 | 141 | 60 |
| Binary | 11101111 | 100 | 1001011 | 0 | 1100010 | 1000101 | 110 | 101010110 | 1100001 | 110000 |
Color Harmonies of #EF044B
Complementary color
Monochromatic Colors of #EF044B
Black with #EF044B
Text Example
Text Example
White with #EF044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF044B; }
p { color: rgb(239,4,75); }
H1.HeaderClassName
{
color: #EF044B;
}
.AnyTagClassName
{
color: #EF044B;
}
</style>
background-color css
<style>
a { background-color: #EF044B; }
a { background-color: rgb(239,4,75); }
div.DivClassName
{
background-color: #EF044B;
}
.BgClassName
{
background-color: #EF044B;
}
</style>
border-color css
<style>
span { border-color: #EF044B; }
span { border-color: rgb(239,4,75); }
td.TdClassName
{
border-color: #EF044B;
}
.TagClassName
{
border-color: #EF044B;
}
</style>