Shades of Razzmatazz #EE0559
Tints of Razzmatazz #EE0559
RGB
CMYK
RGB Variations
Color information
#EE0559 (or 0xEE0559) is known color: Razzmatazz. HEX triplet: EE, 05 and 59. RGB value is (238,5,89). Sum of RGB (Red+Green+Blue) = 238+5+89=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0559 is #11FAA6. Grayscale: #545454. Windows color (decimal): -1178279 or 5834222. OLE color: 5834222.
HSL color Cylindrical-coordinate representation of color #EE0559: hue angle of 338.37º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0559 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.07 |
| HSL | 338.37º | 0.96% | 0.48% | - |
| HSV(B) | 338.37º | 0.98% | 0.93% | - |
| XYZ | 37.12 | 19.01 | 11.16 | - |
| YUV | 84.24 | 130.69 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 89 | 0 | 0.98 | 0.63 | 0.07 | 338.37 | 0.96 | 0.48 |
| Hex | EE | 5 | 59 | 0 | 62 | 3F | 7 | 152 | 60 | 30 |
| Octal | 356 | 5 | 131 | 0 | 142 | 77 | 7 | 522 | 140 | 60 |
| Binary | 11101110 | 101 | 1011001 | 0 | 1100010 | 111111 | 111 | 101010010 | 1100000 | 110000 |
Color Harmonies of #EE0559
Complementary color
Monochromatic Colors of #EE0559
Black with #EE0559
Text Example
Text Example
White with #EE0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0559; }
p { color: rgb(238,5,89); }
H1.HeaderClassName
{
color: #EE0559;
}
.AnyTagClassName
{
color: #EE0559;
}
</style>
background-color css
<style>
a { background-color: #EE0559; }
a { background-color: rgb(238,5,89); }
div.DivClassName
{
background-color: #EE0559;
}
.BgClassName
{
background-color: #EE0559;
}
</style>
border-color css
<style>
span { border-color: #EE0559; }
span { border-color: rgb(238,5,89); }
td.TdClassName
{
border-color: #EE0559;
}
.TagClassName
{
border-color: #EE0559;
}
</style>