Shades of Razzmatazz #EF0959
Tints of Razzmatazz #EF0959
RGB
CMYK
RGB Variations
Color information
#EF0959 (or 0xEF0959) is known color: Razzmatazz. HEX triplet: EF, 09 and 59. RGB value is (239,9,89). Sum of RGB (Red+Green+Blue) = 239+9+89=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0959 is #10F6A6. Grayscale: #565656. Windows color (decimal): -1111719 or 5835247. OLE color: 5835247.
HSL color Cylindrical-coordinate representation of color #EF0959: hue angle of 339.13º 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 #EF0959 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.06 |
| HSL | 339.13º | 0.93% | 0.49% | - |
| HSV(B) | 339.13º | 0.96% | 0.94% | - |
| XYZ | 37.5 | 19.27 | 11.19 | - |
| YUV | 86.89 | 129.2 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 89 | 0 | 0.96 | 0.63 | 0.06 | 339.13 | 0.93 | 0.49 |
| Hex | EF | 9 | 59 | 0 | 60 | 3F | 6 | 153 | 5D | 31 |
| Octal | 357 | 11 | 131 | 0 | 140 | 77 | 6 | 523 | 135 | 61 |
| Binary | 11101111 | 1001 | 1011001 | 0 | 1100000 | 111111 | 110 | 101010011 | 1011101 | 110001 |
Color Harmonies of #EF0959
Complementary color
Monochromatic Colors of #EF0959
Black with #EF0959
Text Example
Text Example
White with #EF0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0959; }
p { color: rgb(239,9,89); }
H1.HeaderClassName
{
color: #EF0959;
}
.AnyTagClassName
{
color: #EF0959;
}
</style>
background-color css
<style>
a { background-color: #EF0959; }
a { background-color: rgb(239,9,89); }
div.DivClassName
{
background-color: #EF0959;
}
.BgClassName
{
background-color: #EF0959;
}
</style>
border-color css
<style>
span { border-color: #EF0959; }
span { border-color: rgb(239,9,89); }
td.TdClassName
{
border-color: #EF0959;
}
.TagClassName
{
border-color: #EF0959;
}
</style>