Shades of Razzmatazz #EF0160
Tints of Razzmatazz #EF0160
RGB
CMYK
RGB Variations
Color information
#EF0160 (or 0xEF0160) is known color: Razzmatazz. HEX triplet: EF, 01 and 60. RGB value is (239,1,96). Sum of RGB (Red+Green+Blue) = 239+1+96=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0160 is #10FE9F. Grayscale: #525252. Windows color (decimal): -1113760 or 6291951. OLE color: 6291951.
HSL color Cylindrical-coordinate representation of color #EF0160: hue angle of 336.05º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0160 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.06 |
| HSL | 336.05º | 0.99% | 0.47% | - |
| HSV(B) | 336.05º | 1% | 0.94% | - |
| XYZ | 37.72 | 19.22 | 12.79 | - |
| YUV | 82.99 | 135.35 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 96 | 0 | 1.00 | 0.60 | 0.06 | 336.05 | 0.99 | 0.47 |
| Hex | EF | 1 | 60 | 0 | 64 | 3C | 6 | 150 | 63 | 2F |
| Octal | 357 | 1 | 140 | 0 | 144 | 74 | 6 | 520 | 143 | 57 |
| Binary | 11101111 | 1 | 1100000 | 0 | 1100100 | 111100 | 110 | 101010000 | 1100011 | 101111 |
Color Harmonies of #EF0160
Complementary color
Monochromatic Colors of #EF0160
Black with #EF0160
Text Example
Text Example
White with #EF0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0160; }
p { color: rgb(239,1,96); }
H1.HeaderClassName
{
color: #EF0160;
}
.AnyTagClassName
{
color: #EF0160;
}
</style>
background-color css
<style>
a { background-color: #EF0160; }
a { background-color: rgb(239,1,96); }
div.DivClassName
{
background-color: #EF0160;
}
.BgClassName
{
background-color: #EF0160;
}
</style>
border-color css
<style>
span { border-color: #EF0160; }
span { border-color: rgb(239,1,96); }
td.TdClassName
{
border-color: #EF0160;
}
.TagClassName
{
border-color: #EF0160;
}
</style>