Shades of Razzmatazz #EF006C
Tints of Razzmatazz #EF006C
RGB
CMYK
RGB Variations
Color information
#EF006C (or 0xEF006C) is known color: Razzmatazz. HEX triplet: EF, 00 and 6C. RGB value is (239,0,108). Sum of RGB (Red+Green+Blue) = 239+0+108=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF006C is #10FF93. Grayscale: #535353. Windows color (decimal): -1114004 or 7078127. OLE color: 7078127.
HSL color Cylindrical-coordinate representation of color #EF006C: hue angle of 332.89º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF006C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.55 | 0.06 |
| HSL | 332.89º | 1% | 0.47% | - |
| HSV(B) | 332.89º | 1% | 0.94% | - |
| XYZ | 38.3 | 19.43 | 15.92 | - |
| YUV | 83.77 | 141.68 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 108 | 0 | 1 | 0.55 | 0.06 | 332.89 | 1 | 0.47 |
| Hex | EF | 0 | 6C | 0 | 64 | 37 | 6 | 14D | 64 | 2F |
| Octal | 357 | 0 | 154 | 0 | 144 | 67 | 6 | 515 | 144 | 57 |
| Binary | 11101111 | 0 | 1101100 | 0 | 1100100 | 110111 | 110 | 101001101 | 1100100 | 101111 |
Color Harmonies of #EF006C
Complementary color
Monochromatic Colors of #EF006C
Black with #EF006C
Text Example
Text Example
White with #EF006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF006C; }
p { color: rgb(239,0,108); }
H1.HeaderClassName
{
color: #EF006C;
}
.AnyTagClassName
{
color: #EF006C;
}
</style>
background-color css
<style>
a { background-color: #EF006C; }
a { background-color: rgb(239,0,108); }
div.DivClassName
{
background-color: #EF006C;
}
.BgClassName
{
background-color: #EF006C;
}
</style>
border-color css
<style>
span { border-color: #EF006C; }
span { border-color: rgb(239,0,108); }
td.TdClassName
{
border-color: #EF006C;
}
.TagClassName
{
border-color: #EF006C;
}
</style>