Shades of Razzmatazz #EF066B
Tints of Razzmatazz #EF066B
RGB
CMYK
RGB Variations
Color information
#EF066B (or 0xEF066B) is known color: Razzmatazz. HEX triplet: EF, 06 and 6B. RGB value is (239,6,107). Sum of RGB (Red+Green+Blue) = 239+6+107=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF066B is #10F994. Grayscale: #575757. Windows color (decimal): -1112469 or 7014127. OLE color: 7014127.
HSL color Cylindrical-coordinate representation of color #EF066B: hue angle of 333.99º degrees, saturation: 0.95, 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 #EF066B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.06 |
| HSL | 333.99º | 0.95% | 0.48% | - |
| HSV(B) | 333.99º | 0.97% | 0.94% | - |
| XYZ | 38.32 | 19.54 | 15.66 | - |
| YUV | 87.18 | 139.19 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 107 | 0 | 0.97 | 0.55 | 0.06 | 333.99 | 0.95 | 0.48 |
| Hex | EF | 6 | 6B | 0 | 61 | 37 | 6 | 14E | 5F | 30 |
| Octal | 357 | 6 | 153 | 0 | 141 | 67 | 6 | 516 | 137 | 60 |
| Binary | 11101111 | 110 | 1101011 | 0 | 1100001 | 110111 | 110 | 101001110 | 1011111 | 110000 |
Color Harmonies of #EF066B
Complementary color
Monochromatic Colors of #EF066B
Black with #EF066B
Text Example
Text Example
White with #EF066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF066B; }
p { color: rgb(239,6,107); }
H1.HeaderClassName
{
color: #EF066B;
}
.AnyTagClassName
{
color: #EF066B;
}
</style>
background-color css
<style>
a { background-color: #EF066B; }
a { background-color: rgb(239,6,107); }
div.DivClassName
{
background-color: #EF066B;
}
.BgClassName
{
background-color: #EF066B;
}
</style>
border-color css
<style>
span { border-color: #EF066B; }
span { border-color: rgb(239,6,107); }
td.TdClassName
{
border-color: #EF066B;
}
.TagClassName
{
border-color: #EF066B;
}
</style>