Shades of Razzmatazz #EE0866
Tints of Razzmatazz #EE0866
RGB
CMYK
RGB Variations
Color information
#EE0866 (or 0xEE0866) is known color: Razzmatazz. HEX triplet: EE, 08 and 66. RGB value is (238,8,102). Sum of RGB (Red+Green+Blue) = 238+8+102=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0866 is #11F799. Grayscale: #575757. Windows color (decimal): -1177498 or 6686958. OLE color: 6686958.
HSL color Cylindrical-coordinate representation of color #EE0866: hue angle of 335.48º degrees, saturation: 0.93, 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 #EE0866 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 102 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.07 |
| HSL | 335.48º | 0.93% | 0.48% | - |
| HSV(B) | 335.48º | 0.97% | 0.93% | - |
| XYZ | 37.75 | 19.31 | 14.31 | - |
| YUV | 87.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 102 | 0 | 0.97 | 0.57 | 0.07 | 335.48 | 0.93 | 0.48 |
| Hex | EE | 8 | 66 | 0 | 61 | 39 | 7 | 14F | 5D | 30 |
| Octal | 356 | 10 | 146 | 0 | 141 | 71 | 7 | 517 | 135 | 60 |
| Binary | 11101110 | 1000 | 1100110 | 0 | 1100001 | 111001 | 111 | 101001111 | 1011101 | 110000 |
Color Harmonies of #EE0866
Complementary color
Monochromatic Colors of #EE0866
Black with #EE0866
Text Example
Text Example
White with #EE0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0866; }
p { color: rgb(238,8,102); }
H1.HeaderClassName
{
color: #EE0866;
}
.AnyTagClassName
{
color: #EE0866;
}
</style>
background-color css
<style>
a { background-color: #EE0866; }
a { background-color: rgb(238,8,102); }
div.DivClassName
{
background-color: #EE0866;
}
.BgClassName
{
background-color: #EE0866;
}
</style>
border-color css
<style>
span { border-color: #EE0866; }
span { border-color: rgb(238,8,102); }
td.TdClassName
{
border-color: #EE0866;
}
.TagClassName
{
border-color: #EE0866;
}
</style>