Shades of Razzmatazz #EE0863
Tints of Razzmatazz #EE0863
RGB
CMYK
RGB Variations
Color information
#EE0863 (or 0xEE0863) is known color: Razzmatazz. HEX triplet: EE, 08 and 63. RGB value is (238,8,99). Sum of RGB (Red+Green+Blue) = 238+8+99=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0863 is #11F79C. Grayscale: #575757. Windows color (decimal): -1177501 or 6490350. OLE color: 6490350.
HSL color Cylindrical-coordinate representation of color #EE0863: hue angle of 336.26º 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 #EE0863 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 99 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.07 |
| HSL | 336.26º | 0.93% | 0.48% | - |
| HSV(B) | 336.26º | 0.97% | 0.93% | - |
| XYZ | 37.6 | 19.25 | 13.54 | - |
| YUV | 87.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 99 | 0 | 0.97 | 0.58 | 0.07 | 336.26 | 0.93 | 0.48 |
| Hex | EE | 8 | 63 | 0 | 61 | 3A | 7 | 150 | 5D | 30 |
| Octal | 356 | 10 | 143 | 0 | 141 | 72 | 7 | 520 | 135 | 60 |
| Binary | 11101110 | 1000 | 1100011 | 0 | 1100001 | 111010 | 111 | 101010000 | 1011101 | 110000 |
Color Harmonies of #EE0863
Complementary color
Monochromatic Colors of #EE0863
Black with #EE0863
Text Example
Text Example
White with #EE0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0863; }
p { color: rgb(238,8,99); }
H1.HeaderClassName
{
color: #EE0863;
}
.AnyTagClassName
{
color: #EE0863;
}
</style>
background-color css
<style>
a { background-color: #EE0863; }
a { background-color: rgb(238,8,99); }
div.DivClassName
{
background-color: #EE0863;
}
.BgClassName
{
background-color: #EE0863;
}
</style>
border-color css
<style>
span { border-color: #EE0863; }
span { border-color: rgb(238,8,99); }
td.TdClassName
{
border-color: #EE0863;
}
.TagClassName
{
border-color: #EE0863;
}
</style>