Shades of Razzmatazz #EE0064
Tints of Razzmatazz #EE0064
RGB
CMYK
RGB Variations
Color information
#EE0064 (or 0xEE0064) is known color: Razzmatazz. HEX triplet: EE, 00 and 64. RGB value is (238,0,100). Sum of RGB (Red+Green+Blue) = 238+0+100=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0064 is #11FF9B. Grayscale: #525252. Windows color (decimal): -1179548 or 6553838. OLE color: 6553838.
HSL color Cylindrical-coordinate representation of color #EE0064: hue angle of 334.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0064 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.58 | 0.07 |
| HSL | 334.79º | 1% | 0.47% | - |
| HSV(B) | 334.79º | 1% | 0.93% | - |
| XYZ | 37.56 | 19.1 | 13.76 | - |
| YUV | 82.56 | 137.85 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 100 | 0 | 1 | 0.58 | 0.07 | 334.79 | 1 | 0.47 |
| Hex | EE | 0 | 64 | 0 | 64 | 3A | 7 | 14F | 64 | 2F |
| Octal | 356 | 0 | 144 | 0 | 144 | 72 | 7 | 517 | 144 | 57 |
| Binary | 11101110 | 0 | 1100100 | 0 | 1100100 | 111010 | 111 | 101001111 | 1100100 | 101111 |
Color Harmonies of #EE0064
Complementary color
Monochromatic Colors of #EE0064
Black with #EE0064
Text Example
Text Example
White with #EE0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0064; }
p { color: rgb(238,0,100); }
H1.HeaderClassName
{
color: #EE0064;
}
.AnyTagClassName
{
color: #EE0064;
}
</style>
background-color css
<style>
a { background-color: #EE0064; }
a { background-color: rgb(238,0,100); }
div.DivClassName
{
background-color: #EE0064;
}
.BgClassName
{
background-color: #EE0064;
}
</style>
border-color css
<style>
span { border-color: #EE0064; }
span { border-color: rgb(238,0,100); }
td.TdClassName
{
border-color: #EE0064;
}
.TagClassName
{
border-color: #EE0064;
}
</style>