Shades of Razzmatazz #EF044E
Tints of Razzmatazz #EF044E
RGB
CMYK
RGB Variations
Color information
#EF044E (or 0xEF044E) is known color: Razzmatazz. HEX triplet: EF, 04 and 4E. RGB value is (239,4,78). Sum of RGB (Red+Green+Blue) = 239+4+78=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF044E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF044E is #10FBB1. Grayscale: #525252. Windows color (decimal): -1113010 or 5113071. OLE color: 5113071.
HSL color Cylindrical-coordinate representation of color #EF044E: hue angle of 341.11º 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 #EF044E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.06 |
| HSL | 341.11º | 0.97% | 0.48% | - |
| HSV(B) | 341.11º | 0.98% | 0.94% | - |
| XYZ | 37.02 | 18.99 | 8.92 | - |
| YUV | 82.7 | 125.36 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 78 | 0 | 0.98 | 0.67 | 0.06 | 341.11 | 0.97 | 0.48 |
| Hex | EF | 4 | 4E | 0 | 62 | 43 | 6 | 155 | 61 | 30 |
| Octal | 357 | 4 | 116 | 0 | 142 | 103 | 6 | 525 | 141 | 60 |
| Binary | 11101111 | 100 | 1001110 | 0 | 1100010 | 1000011 | 110 | 101010101 | 1100001 | 110000 |
Color Harmonies of #EF044E
Complementary color
Monochromatic Colors of #EF044E
Black with #EF044E
Text Example
Text Example
White with #EF044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF044E; }
p { color: rgb(239,4,78); }
H1.HeaderClassName
{
color: #EF044E;
}
.AnyTagClassName
{
color: #EF044E;
}
</style>
background-color css
<style>
a { background-color: #EF044E; }
a { background-color: rgb(239,4,78); }
div.DivClassName
{
background-color: #EF044E;
}
.BgClassName
{
background-color: #EF044E;
}
</style>
border-color css
<style>
span { border-color: #EF044E; }
span { border-color: rgb(239,4,78); }
td.TdClassName
{
border-color: #EF044E;
}
.TagClassName
{
border-color: #EF044E;
}
</style>