Shades of Razzmatazz #EE0059
Tints of Razzmatazz #EE0059
RGB
CMYK
RGB Variations
Color information
#EE0059 (or 0xEE0059) is known color: Razzmatazz. HEX triplet: EE, 00 and 59. RGB value is (238,0,89). Sum of RGB (Red+Green+Blue) = 238+0+89=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0059 is #11FFA6. Grayscale: #515151. Windows color (decimal): -1179559 or 5832942. OLE color: 5832942.
HSL color Cylindrical-coordinate representation of color #EE0059: hue angle of 337.56º 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 #EE0059 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.63 | 0.07 |
| HSL | 337.56º | 1% | 0.47% | - |
| HSV(B) | 337.56º | 1% | 0.93% | - |
| XYZ | 37.06 | 18.9 | 11.15 | - |
| YUV | 81.31 | 132.35 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 89 | 0 | 1 | 0.63 | 0.07 | 337.56 | 1 | 0.47 |
| Hex | EE | 0 | 59 | 0 | 64 | 3F | 7 | 152 | 64 | 2F |
| Octal | 356 | 0 | 131 | 0 | 144 | 77 | 7 | 522 | 144 | 57 |
| Binary | 11101110 | 0 | 1011001 | 0 | 1100100 | 111111 | 111 | 101010010 | 1100100 | 101111 |
Color Harmonies of #EE0059
Complementary color
Monochromatic Colors of #EE0059
Black with #EE0059
Text Example
Text Example
White with #EE0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0059; }
p { color: rgb(238,0,89); }
H1.HeaderClassName
{
color: #EE0059;
}
.AnyTagClassName
{
color: #EE0059;
}
</style>
background-color css
<style>
a { background-color: #EE0059; }
a { background-color: rgb(238,0,89); }
div.DivClassName
{
background-color: #EE0059;
}
.BgClassName
{
background-color: #EE0059;
}
</style>
border-color css
<style>
span { border-color: #EE0059; }
span { border-color: rgb(238,0,89); }
td.TdClassName
{
border-color: #EE0059;
}
.TagClassName
{
border-color: #EE0059;
}
</style>