Shades of Razzmatazz #EF0964
Tints of Razzmatazz #EF0964
RGB
CMYK
RGB Variations
Color information
#EF0964 (or 0xEF0964) is known color: Razzmatazz. HEX triplet: EF, 09 and 64. RGB value is (239,9,100). Sum of RGB (Red+Green+Blue) = 239+9+100=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0964 is #10F69B. Grayscale: #585858. Windows color (decimal): -1111708 or 6556143. OLE color: 6556143.
HSL color Cylindrical-coordinate representation of color #EF0964: hue angle of 336.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0964 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.06 |
| HSL | 336.26º | 0.93% | 0.49% | - |
| HSV(B) | 336.26º | 0.96% | 0.94% | - |
| XYZ | 37.99 | 19.47 | 13.81 | - |
| YUV | 88.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 100 | 0 | 0.96 | 0.58 | 0.06 | 336.26 | 0.93 | 0.49 |
| Hex | EF | 9 | 64 | 0 | 60 | 3A | 6 | 150 | 5D | 31 |
| Octal | 357 | 11 | 144 | 0 | 140 | 72 | 6 | 520 | 135 | 61 |
| Binary | 11101111 | 1001 | 1100100 | 0 | 1100000 | 111010 | 110 | 101010000 | 1011101 | 110001 |
Color Harmonies of #EF0964
Complementary color
Monochromatic Colors of #EF0964
Black with #EF0964
Text Example
Text Example
White with #EF0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0964; }
p { color: rgb(239,9,100); }
H1.HeaderClassName
{
color: #EF0964;
}
.AnyTagClassName
{
color: #EF0964;
}
</style>
background-color css
<style>
a { background-color: #EF0964; }
a { background-color: rgb(239,9,100); }
div.DivClassName
{
background-color: #EF0964;
}
.BgClassName
{
background-color: #EF0964;
}
</style>
border-color css
<style>
span { border-color: #EF0964; }
span { border-color: rgb(239,9,100); }
td.TdClassName
{
border-color: #EF0964;
}
.TagClassName
{
border-color: #EF0964;
}
</style>