Shades of Razzmatazz #EF0864
Tints of Razzmatazz #EF0864
RGB
CMYK
RGB Variations
Color information
#EF0864 (or 0xEF0864) is known color: Razzmatazz. HEX triplet: EF, 08 and 64. RGB value is (239,8,100). Sum of RGB (Red+Green+Blue) = 239+8+100=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0864 is #10F79B. Grayscale: #575757. Windows color (decimal): -1111964 or 6555887. OLE color: 6555887.
HSL color Cylindrical-coordinate representation of color #EF0864: hue angle of 336.1º 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 #EF0864 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 100 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.06 |
| HSL | 336.1º | 0.94% | 0.48% | - |
| HSV(B) | 336.1º | 0.97% | 0.94% | - |
| XYZ | 37.98 | 19.44 | 13.81 | - |
| YUV | 87.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 100 | 0 | 0.97 | 0.58 | 0.06 | 336.1 | 0.94 | 0.48 |
| Hex | EF | 8 | 64 | 0 | 61 | 3A | 6 | 150 | 5E | 30 |
| Octal | 357 | 10 | 144 | 0 | 141 | 72 | 6 | 520 | 136 | 60 |
| Binary | 11101111 | 1000 | 1100100 | 0 | 1100001 | 111010 | 110 | 101010000 | 1011110 | 110000 |
Color Harmonies of #EF0864
Complementary color
Monochromatic Colors of #EF0864
Black with #EF0864
Text Example
Text Example
White with #EF0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0864; }
p { color: rgb(239,8,100); }
H1.HeaderClassName
{
color: #EF0864;
}
.AnyTagClassName
{
color: #EF0864;
}
</style>
background-color css
<style>
a { background-color: #EF0864; }
a { background-color: rgb(239,8,100); }
div.DivClassName
{
background-color: #EF0864;
}
.BgClassName
{
background-color: #EF0864;
}
</style>
border-color css
<style>
span { border-color: #EF0864; }
span { border-color: rgb(239,8,100); }
td.TdClassName
{
border-color: #EF0864;
}
.TagClassName
{
border-color: #EF0864;
}
</style>