Shades of Razzmatazz #EF0756
Tints of Razzmatazz #EF0756
RGB
CMYK
RGB Variations
Color information
#EF0756 (or 0xEF0756) is known color: Razzmatazz. HEX triplet: EF, 07 and 56. RGB value is (239,7,86). Sum of RGB (Red+Green+Blue) = 239+7+86=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0756 is #10F8A9. Grayscale: #555555. Windows color (decimal): -1112234 or 5638127. OLE color: 5638127.
HSL color Cylindrical-coordinate representation of color #EF0756: hue angle of 339.57º 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 #EF0756 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.06 |
| HSL | 339.57º | 0.94% | 0.48% | - |
| HSV(B) | 339.57º | 0.97% | 0.94% | - |
| XYZ | 37.35 | 19.17 | 10.54 | - |
| YUV | 85.37 | 128.36 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 86 | 0 | 0.97 | 0.64 | 0.06 | 339.57 | 0.94 | 0.48 |
| Hex | EF | 7 | 56 | 0 | 61 | 40 | 6 | 154 | 5E | 30 |
| Octal | 357 | 7 | 126 | 0 | 141 | 100 | 6 | 524 | 136 | 60 |
| Binary | 11101111 | 111 | 1010110 | 0 | 1100001 | 1000000 | 110 | 101010100 | 1011110 | 110000 |
Color Harmonies of #EF0756
Complementary color
Monochromatic Colors of #EF0756
Black with #EF0756
Text Example
Text Example
White with #EF0756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0756; }
p { color: rgb(239,7,86); }
H1.HeaderClassName
{
color: #EF0756;
}
.AnyTagClassName
{
color: #EF0756;
}
</style>
background-color css
<style>
a { background-color: #EF0756; }
a { background-color: rgb(239,7,86); }
div.DivClassName
{
background-color: #EF0756;
}
.BgClassName
{
background-color: #EF0756;
}
</style>
border-color css
<style>
span { border-color: #EF0756; }
span { border-color: rgb(239,7,86); }
td.TdClassName
{
border-color: #EF0756;
}
.TagClassName
{
border-color: #EF0756;
}
</style>