Shades of Razzmatazz #EE0764
Tints of Razzmatazz #EE0764
RGB
CMYK
RGB Variations
Color information
#EE0764 (or 0xEE0764) is known color: Razzmatazz. HEX triplet: EE, 07 and 64. RGB value is (238,7,100). Sum of RGB (Red+Green+Blue) = 238+7+100=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0764 is #11F89B. Grayscale: #565656. Windows color (decimal): -1177756 or 6555630. OLE color: 6555630.
HSL color Cylindrical-coordinate representation of color #EE0764: hue angle of 335.84º 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 #EE0764 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.07 |
| HSL | 335.84º | 0.94% | 0.48% | - |
| HSV(B) | 335.84º | 0.97% | 0.93% | - |
| XYZ | 37.64 | 19.25 | 13.79 | - |
| YUV | 86.67 | 135.53 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 100 | 0 | 0.97 | 0.58 | 0.07 | 335.84 | 0.94 | 0.48 |
| Hex | EE | 7 | 64 | 0 | 61 | 3A | 7 | 150 | 5E | 30 |
| Octal | 356 | 7 | 144 | 0 | 141 | 72 | 7 | 520 | 136 | 60 |
| Binary | 11101110 | 111 | 1100100 | 0 | 1100001 | 111010 | 111 | 101010000 | 1011110 | 110000 |
Color Harmonies of #EE0764
Complementary color
Monochromatic Colors of #EE0764
Black with #EE0764
Text Example
Text Example
White with #EE0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0764; }
p { color: rgb(238,7,100); }
H1.HeaderClassName
{
color: #EE0764;
}
.AnyTagClassName
{
color: #EE0764;
}
</style>
background-color css
<style>
a { background-color: #EE0764; }
a { background-color: rgb(238,7,100); }
div.DivClassName
{
background-color: #EE0764;
}
.BgClassName
{
background-color: #EE0764;
}
</style>
border-color css
<style>
span { border-color: #EE0764; }
span { border-color: rgb(238,7,100); }
td.TdClassName
{
border-color: #EE0764;
}
.TagClassName
{
border-color: #EE0764;
}
</style>