Shades of Razzmatazz #EF0763
Tints of Razzmatazz #EF0763
RGB
CMYK
RGB Variations
Color information
#EF0763 (or 0xEF0763) is known color: Razzmatazz. HEX triplet: EF, 07 and 63. RGB value is (239,7,99). Sum of RGB (Red+Green+Blue) = 239+7+99=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0763 is #10F89C. Grayscale: #565656. Windows color (decimal): -1112221 or 6490095. OLE color: 6490095.
HSL color Cylindrical-coordinate representation of color #EF0763: hue angle of 336.21º 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 #EF0763 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.06 |
| HSL | 336.21º | 0.94% | 0.48% | - |
| HSV(B) | 336.21º | 0.97% | 0.94% | - |
| XYZ | 37.92 | 19.4 | 13.55 | - |
| YUV | 86.86 | 134.86 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 99 | 0 | 0.97 | 0.59 | 0.06 | 336.21 | 0.94 | 0.48 |
| Hex | EF | 7 | 63 | 0 | 61 | 3B | 6 | 150 | 5E | 30 |
| Octal | 357 | 7 | 143 | 0 | 141 | 73 | 6 | 520 | 136 | 60 |
| Binary | 11101111 | 111 | 1100011 | 0 | 1100001 | 111011 | 110 | 101010000 | 1011110 | 110000 |
Color Harmonies of #EF0763
Complementary color
Monochromatic Colors of #EF0763
Black with #EF0763
Text Example
Text Example
White with #EF0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0763; }
p { color: rgb(239,7,99); }
H1.HeaderClassName
{
color: #EF0763;
}
.AnyTagClassName
{
color: #EF0763;
}
</style>
background-color css
<style>
a { background-color: #EF0763; }
a { background-color: rgb(239,7,99); }
div.DivClassName
{
background-color: #EF0763;
}
.BgClassName
{
background-color: #EF0763;
}
</style>
border-color css
<style>
span { border-color: #EF0763; }
span { border-color: rgb(239,7,99); }
td.TdClassName
{
border-color: #EF0763;
}
.TagClassName
{
border-color: #EF0763;
}
</style>