Shades of Razzmatazz #EF006D
Tints of Razzmatazz #EF006D
RGB
CMYK
RGB Variations
Color information
#EF006D (or 0xEF006D) is known color: Razzmatazz. HEX triplet: EF, 00 and 6D. RGB value is (239,0,109). Sum of RGB (Red+Green+Blue) = 239+0+109=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF006D is #10FF92. Grayscale: #535353. Windows color (decimal): -1114003 or 7143663. OLE color: 7143663.
HSL color Cylindrical-coordinate representation of color #EF006D: hue angle of 332.64º 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 #EF006D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.54 | 0.06 |
| HSL | 332.64º | 1% | 0.47% | - |
| HSV(B) | 332.64º | 1% | 0.94% | - |
| XYZ | 38.36 | 19.45 | 16.2 | - |
| YUV | 83.89 | 142.18 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 109 | 0 | 1 | 0.54 | 0.06 | 332.64 | 1 | 0.47 |
| Hex | EF | 0 | 6D | 0 | 64 | 36 | 6 | 14D | 64 | 2F |
| Octal | 357 | 0 | 155 | 0 | 144 | 66 | 6 | 515 | 144 | 57 |
| Binary | 11101111 | 0 | 1101101 | 0 | 1100100 | 110110 | 110 | 101001101 | 1100100 | 101111 |
Color Harmonies of #EF006D
Complementary color
Monochromatic Colors of #EF006D
Black with #EF006D
Text Example
Text Example
White with #EF006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF006D; }
p { color: rgb(239,0,109); }
H1.HeaderClassName
{
color: #EF006D;
}
.AnyTagClassName
{
color: #EF006D;
}
</style>
background-color css
<style>
a { background-color: #EF006D; }
a { background-color: rgb(239,0,109); }
div.DivClassName
{
background-color: #EF006D;
}
.BgClassName
{
background-color: #EF006D;
}
</style>
border-color css
<style>
span { border-color: #EF006D; }
span { border-color: rgb(239,0,109); }
td.TdClassName
{
border-color: #EF006D;
}
.TagClassName
{
border-color: #EF006D;
}
</style>