Shades of Razzmatazz #EE0763
Tints of Razzmatazz #EE0763
RGB
CMYK
RGB Variations
Color information
#EE0763 (or 0xEE0763) is known color: Razzmatazz. HEX triplet: EE, 07 and 63. RGB value is (238,7,99). Sum of RGB (Red+Green+Blue) = 238+7+99=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0763 is #11F89C. Grayscale: #565656. Windows color (decimal): -1177757 or 6490094. OLE color: 6490094.
HSL color Cylindrical-coordinate representation of color #EE0763: hue angle of 336.1º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0763 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.07 |
| HSL | 336.1º | 0.94% | 0.48% | - |
| HSV(B) | 336.1º | 0.97% | 0.93% | - |
| XYZ | 37.59 | 19.23 | 13.54 | - |
| YUV | 86.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 99 | 0 | 0.97 | 0.58 | 0.07 | 336.1 | 0.94 | 0.48 |
| Hex | EE | 7 | 63 | 0 | 61 | 3A | 7 | 150 | 5E | 30 |
| Octal | 356 | 7 | 143 | 0 | 141 | 72 | 7 | 520 | 136 | 60 |
| Binary | 11101110 | 111 | 1100011 | 0 | 1100001 | 111010 | 111 | 101010000 | 1011110 | 110000 |
Color Harmonies of #EE0763
Complementary color
Monochromatic Colors of #EE0763
Black with #EE0763
Text Example
Text Example
White with #EE0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0763; }
p { color: rgb(238,7,99); }
H1.HeaderClassName
{
color: #EE0763;
}
.AnyTagClassName
{
color: #EE0763;
}
</style>
background-color css
<style>
a { background-color: #EE0763; }
a { background-color: rgb(238,7,99); }
div.DivClassName
{
background-color: #EE0763;
}
.BgClassName
{
background-color: #EE0763;
}
</style>
border-color css
<style>
span { border-color: #EE0763; }
span { border-color: rgb(238,7,99); }
td.TdClassName
{
border-color: #EE0763;
}
.TagClassName
{
border-color: #EE0763;
}
</style>