Shades of Razzmatazz #EE0966
Tints of Razzmatazz #EE0966
RGB
CMYK
RGB Variations
Color information
#EE0966 (or 0xEE0966) is known color: Razzmatazz. HEX triplet: EE, 09 and 66. RGB value is (238,9,102). Sum of RGB (Red+Green+Blue) = 238+9+102=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0966 is #11F699. Grayscale: #575757. Windows color (decimal): -1177242 or 6687214. OLE color: 6687214.
HSL color Cylindrical-coordinate representation of color #EE0966: hue angle of 335.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0966 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.07 |
| HSL | 335.63º | 0.93% | 0.48% | - |
| HSV(B) | 335.63º | 0.96% | 0.93% | - |
| XYZ | 37.76 | 19.33 | 14.31 | - |
| YUV | 88.07 | 135.87 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 102 | 0 | 0.96 | 0.57 | 0.07 | 335.63 | 0.93 | 0.48 |
| Hex | EE | 9 | 66 | 0 | 60 | 39 | 7 | 150 | 5D | 30 |
| Octal | 356 | 11 | 146 | 0 | 140 | 71 | 7 | 520 | 135 | 60 |
| Binary | 11101110 | 1001 | 1100110 | 0 | 1100000 | 111001 | 111 | 101010000 | 1011101 | 110000 |
Color Harmonies of #EE0966
Complementary color
Monochromatic Colors of #EE0966
Black with #EE0966
Text Example
Text Example
White with #EE0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0966; }
p { color: rgb(238,9,102); }
H1.HeaderClassName
{
color: #EE0966;
}
.AnyTagClassName
{
color: #EE0966;
}
</style>
background-color css
<style>
a { background-color: #EE0966; }
a { background-color: rgb(238,9,102); }
div.DivClassName
{
background-color: #EE0966;
}
.BgClassName
{
background-color: #EE0966;
}
</style>
border-color css
<style>
span { border-color: #EE0966; }
span { border-color: rgb(238,9,102); }
td.TdClassName
{
border-color: #EE0966;
}
.TagClassName
{
border-color: #EE0966;
}
</style>