Shades of Razzmatazz #EE0564
Tints of Razzmatazz #EE0564
RGB
CMYK
RGB Variations
Color information
#EE0564 (or 0xEE0564) is known color: Razzmatazz. HEX triplet: EE, 05 and 64. RGB value is (238,5,100). Sum of RGB (Red+Green+Blue) = 238+5+100=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0564 is #11FA9B. Grayscale: #555555. Windows color (decimal): -1178268 or 6555118. OLE color: 6555118.
HSL color Cylindrical-coordinate representation of color #EE0564: hue angle of 335.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0564 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.07 |
| HSL | 335.54º | 0.96% | 0.48% | - |
| HSV(B) | 335.54º | 0.98% | 0.93% | - |
| XYZ | 37.61 | 19.21 | 13.78 | - |
| YUV | 85.5 | 136.19 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 100 | 0 | 0.98 | 0.58 | 0.07 | 335.54 | 0.96 | 0.48 |
| Hex | EE | 5 | 64 | 0 | 62 | 3A | 7 | 150 | 60 | 30 |
| Octal | 356 | 5 | 144 | 0 | 142 | 72 | 7 | 520 | 140 | 60 |
| Binary | 11101110 | 101 | 1100100 | 0 | 1100010 | 111010 | 111 | 101010000 | 1100000 | 110000 |
Color Harmonies of #EE0564
Complementary color
Monochromatic Colors of #EE0564
Black with #EE0564
Text Example
Text Example
White with #EE0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0564; }
p { color: rgb(238,5,100); }
H1.HeaderClassName
{
color: #EE0564;
}
.AnyTagClassName
{
color: #EE0564;
}
</style>
background-color css
<style>
a { background-color: #EE0564; }
a { background-color: rgb(238,5,100); }
div.DivClassName
{
background-color: #EE0564;
}
.BgClassName
{
background-color: #EE0564;
}
</style>
border-color css
<style>
span { border-color: #EE0564; }
span { border-color: rgb(238,5,100); }
td.TdClassName
{
border-color: #EE0564;
}
.TagClassName
{
border-color: #EE0564;
}
</style>