Shades of Razzmatazz #EF0161
Tints of Razzmatazz #EF0161
RGB
CMYK
RGB Variations
Color information
#EF0161 (or 0xEF0161) is known color: Razzmatazz. HEX triplet: EF, 01 and 61. RGB value is (239,1,97). Sum of RGB (Red+Green+Blue) = 239+1+97=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0161 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0161 is #10FE9E. Grayscale: #525252. Windows color (decimal): -1113759 or 6357487. OLE color: 6357487.
HSL color Cylindrical-coordinate representation of color #EF0161: hue angle of 335.8º 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 #EF0161 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.06 |
| HSL | 335.8º | 0.99% | 0.47% | - |
| HSV(B) | 335.8º | 1% | 0.94% | - |
| XYZ | 37.77 | 19.24 | 13.03 | - |
| YUV | 83.11 | 135.85 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 97 | 0 | 1.00 | 0.59 | 0.06 | 335.8 | 0.99 | 0.47 |
| Hex | EF | 1 | 61 | 0 | 64 | 3B | 6 | 150 | 63 | 2F |
| Octal | 357 | 1 | 141 | 0 | 144 | 73 | 6 | 520 | 143 | 57 |
| Binary | 11101111 | 1 | 1100001 | 0 | 1100100 | 111011 | 110 | 101010000 | 1100011 | 101111 |
Color Harmonies of #EF0161
Complementary color
Monochromatic Colors of #EF0161
Black with #EF0161
Text Example
Text Example
White with #EF0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0161; }
p { color: rgb(239,1,97); }
H1.HeaderClassName
{
color: #EF0161;
}
.AnyTagClassName
{
color: #EF0161;
}
</style>
background-color css
<style>
a { background-color: #EF0161; }
a { background-color: rgb(239,1,97); }
div.DivClassName
{
background-color: #EF0161;
}
.BgClassName
{
background-color: #EF0161;
}
</style>
border-color css
<style>
span { border-color: #EF0161; }
span { border-color: rgb(239,1,97); }
td.TdClassName
{
border-color: #EF0161;
}
.TagClassName
{
border-color: #EF0161;
}
</style>