Shades of Razzmatazz #EF006F
Tints of Razzmatazz #EF006F
RGB
CMYK
RGB Variations
Color information
#EF006F (or 0xEF006F) is known color: Razzmatazz. HEX triplet: EF, 00 and 6F. RGB value is (239,0,111). Sum of RGB (Red+Green+Blue) = 239+0+111=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF006F is #10FF90. Grayscale: #535353. Windows color (decimal): -1114001 or 7274735. OLE color: 7274735.
HSL color Cylindrical-coordinate representation of color #EF006F: hue angle of 332.13º 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 #EF006F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.54 | 0.06 |
| HSL | 332.13º | 1% | 0.47% | - |
| HSV(B) | 332.13º | 1% | 0.94% | - |
| XYZ | 38.47 | 19.5 | 16.78 | - |
| YUV | 84.12 | 143.18 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 111 | 0 | 1 | 0.54 | 0.06 | 332.13 | 1 | 0.47 |
| Hex | EF | 0 | 6F | 0 | 64 | 36 | 6 | 14C | 64 | 2F |
| Octal | 357 | 0 | 157 | 0 | 144 | 66 | 6 | 514 | 144 | 57 |
| Binary | 11101111 | 0 | 1101111 | 0 | 1100100 | 110110 | 110 | 101001100 | 1100100 | 101111 |
Color Harmonies of #EF006F
Complementary color
Monochromatic Colors of #EF006F
Black with #EF006F
Text Example
Text Example
White with #EF006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF006F; }
p { color: rgb(239,0,111); }
H1.HeaderClassName
{
color: #EF006F;
}
.AnyTagClassName
{
color: #EF006F;
}
</style>
background-color css
<style>
a { background-color: #EF006F; }
a { background-color: rgb(239,0,111); }
div.DivClassName
{
background-color: #EF006F;
}
.BgClassName
{
background-color: #EF006F;
}
</style>
border-color css
<style>
span { border-color: #EF006F; }
span { border-color: rgb(239,0,111); }
td.TdClassName
{
border-color: #EF006F;
}
.TagClassName
{
border-color: #EF006F;
}
</style>