Shades of Razzmatazz #EF086B
Tints of Razzmatazz #EF086B
RGB
CMYK
RGB Variations
Color information
#EF086B (or 0xEF086B) is known color: Razzmatazz. HEX triplet: EF, 08 and 6B. RGB value is (239,8,107). Sum of RGB (Red+Green+Blue) = 239+8+107=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF086B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF086B is #10F794. Grayscale: #585858. Windows color (decimal): -1111957 or 7014639. OLE color: 7014639.
HSL color Cylindrical-coordinate representation of color #EF086B: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF086B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 107 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.06 |
| HSL | 334.29º | 0.94% | 0.48% | - |
| HSV(B) | 334.29º | 0.97% | 0.94% | - |
| XYZ | 38.34 | 19.59 | 15.67 | - |
| YUV | 88.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 107 | 0 | 0.97 | 0.55 | 0.06 | 334.29 | 0.94 | 0.48 |
| Hex | EF | 8 | 6B | 0 | 61 | 37 | 6 | 14E | 5E | 30 |
| Octal | 357 | 10 | 153 | 0 | 141 | 67 | 6 | 516 | 136 | 60 |
| Binary | 11101111 | 1000 | 1101011 | 0 | 1100001 | 110111 | 110 | 101001110 | 1011110 | 110000 |
Color Harmonies of #EF086B
Complementary color
Monochromatic Colors of #EF086B
Black with #EF086B
Text Example
Text Example
White with #EF086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF086B; }
p { color: rgb(239,8,107); }
H1.HeaderClassName
{
color: #EF086B;
}
.AnyTagClassName
{
color: #EF086B;
}
</style>
background-color css
<style>
a { background-color: #EF086B; }
a { background-color: rgb(239,8,107); }
div.DivClassName
{
background-color: #EF086B;
}
.BgClassName
{
background-color: #EF086B;
}
</style>
border-color css
<style>
span { border-color: #EF086B; }
span { border-color: rgb(239,8,107); }
td.TdClassName
{
border-color: #EF086B;
}
.TagClassName
{
border-color: #EF086B;
}
</style>