Shades of Razzmatazz #EF0965
Tints of Razzmatazz #EF0965
RGB
CMYK
RGB Variations
Color information
#EF0965 (or 0xEF0965) is known color: Razzmatazz. HEX triplet: EF, 09 and 65. RGB value is (239,9,101). Sum of RGB (Red+Green+Blue) = 239+9+101=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0965 is #10F69A. Grayscale: #585858. Windows color (decimal): -1111707 or 6621679. OLE color: 6621679.
HSL color Cylindrical-coordinate representation of color #EF0965: hue angle of 336º 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 #EF0965 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.06 |
| HSL | 336º | 0.93% | 0.49% | - |
| HSV(B) | 336º | 0.96% | 0.94% | - |
| XYZ | 38.04 | 19.49 | 14.07 | - |
| YUV | 88.26 | 135.2 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 101 | 0 | 0.96 | 0.58 | 0.06 | 336 | 0.93 | 0.49 |
| Hex | EF | 9 | 65 | 0 | 60 | 3A | 6 | 150 | 5D | 31 |
| Octal | 357 | 11 | 145 | 0 | 140 | 72 | 6 | 520 | 135 | 61 |
| Binary | 11101111 | 1001 | 1100101 | 0 | 1100000 | 111010 | 110 | 101010000 | 1011101 | 110001 |
Color Harmonies of #EF0965
Complementary color
Monochromatic Colors of #EF0965
Black with #EF0965
Text Example
Text Example
White with #EF0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0965; }
p { color: rgb(239,9,101); }
H1.HeaderClassName
{
color: #EF0965;
}
.AnyTagClassName
{
color: #EF0965;
}
</style>
background-color css
<style>
a { background-color: #EF0965; }
a { background-color: rgb(239,9,101); }
div.DivClassName
{
background-color: #EF0965;
}
.BgClassName
{
background-color: #EF0965;
}
</style>
border-color css
<style>
span { border-color: #EF0965; }
span { border-color: rgb(239,9,101); }
td.TdClassName
{
border-color: #EF0965;
}
.TagClassName
{
border-color: #EF0965;
}
</style>