Shades of Razzmatazz #EF0876
Tints of Razzmatazz #EF0876
RGB
CMYK
RGB Variations
Color information
#EF0876 (or 0xEF0876) is known color: Razzmatazz. HEX triplet: EF, 08 and 76. RGB value is (239,8,118). Sum of RGB (Red+Green+Blue) = 239+8+118=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0876 is #10F789. Grayscale: #595959. Windows color (decimal): -1111946 or 7735535. OLE color: 7735535.
HSL color Cylindrical-coordinate representation of color #EF0876: hue angle of 331.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0876 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 118 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.06 |
| HSL | 331.43º | 0.94% | 0.48% | - |
| HSV(B) | 331.43º | 0.97% | 0.94% | - |
| XYZ | 38.95 | 19.83 | 18.91 | - |
| YUV | 89.61 | 144.03 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 118 | 0 | 0.97 | 0.51 | 0.06 | 331.43 | 0.94 | 0.48 |
| Hex | EF | 8 | 76 | 0 | 61 | 33 | 6 | 14B | 5E | 30 |
| Octal | 357 | 10 | 166 | 0 | 141 | 63 | 6 | 513 | 136 | 60 |
| Binary | 11101111 | 1000 | 1110110 | 0 | 1100001 | 110011 | 110 | 101001011 | 1011110 | 110000 |
Color Harmonies of #EF0876
Complementary color
Monochromatic Colors of #EF0876
Black with #EF0876
Text Example
Text Example
White with #EF0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0876; }
p { color: rgb(239,8,118); }
H1.HeaderClassName
{
color: #EF0876;
}
.AnyTagClassName
{
color: #EF0876;
}
</style>
background-color css
<style>
a { background-color: #EF0876; }
a { background-color: rgb(239,8,118); }
div.DivClassName
{
background-color: #EF0876;
}
.BgClassName
{
background-color: #EF0876;
}
</style>
border-color css
<style>
span { border-color: #EF0876; }
span { border-color: rgb(239,8,118); }
td.TdClassName
{
border-color: #EF0876;
}
.TagClassName
{
border-color: #EF0876;
}
</style>