Shades of Razzmatazz #EF0477
Tints of Razzmatazz #EF0477
RGB
CMYK
RGB Variations
Color information
#EF0477 (or 0xEF0477) is known color: Razzmatazz. HEX triplet: EF, 04 and 77. RGB value is (239,4,119). Sum of RGB (Red+Green+Blue) = 239+4+119=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0477 is #10FB88. Grayscale: #575757. Windows color (decimal): -1112969 or 7800047. OLE color: 7800047.
HSL color Cylindrical-coordinate representation of color #EF0477: hue angle of 330.64º 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 #EF0477 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.06 |
| HSL | 330.64º | 0.97% | 0.48% | - |
| HSV(B) | 330.64º | 0.98% | 0.94% | - |
| XYZ | 38.97 | 19.77 | 19.21 | - |
| YUV | 87.38 | 145.86 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 119 | 0 | 0.98 | 0.50 | 0.06 | 330.64 | 0.97 | 0.48 |
| Hex | EF | 4 | 77 | 0 | 62 | 32 | 6 | 14B | 61 | 30 |
| Octal | 357 | 4 | 167 | 0 | 142 | 62 | 6 | 513 | 141 | 60 |
| Binary | 11101111 | 100 | 1110111 | 0 | 1100010 | 110010 | 110 | 101001011 | 1100001 | 110000 |
Color Harmonies of #EF0477
Complementary color
Monochromatic Colors of #EF0477
Black with #EF0477
Text Example
Text Example
White with #EF0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0477; }
p { color: rgb(239,4,119); }
H1.HeaderClassName
{
color: #EF0477;
}
.AnyTagClassName
{
color: #EF0477;
}
</style>
background-color css
<style>
a { background-color: #EF0477; }
a { background-color: rgb(239,4,119); }
div.DivClassName
{
background-color: #EF0477;
}
.BgClassName
{
background-color: #EF0477;
}
</style>
border-color css
<style>
span { border-color: #EF0477; }
span { border-color: rgb(239,4,119); }
td.TdClassName
{
border-color: #EF0477;
}
.TagClassName
{
border-color: #EF0477;
}
</style>