Shades of Razzmatazz #EE0573
Tints of Razzmatazz #EE0573
RGB
CMYK
RGB Variations
Color information
#EE0573 (or 0xEE0573) is known color: Razzmatazz. HEX triplet: EE, 05 and 73. RGB value is (238,5,115). Sum of RGB (Red+Green+Blue) = 238+5+115=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0573 is #11FA8C. Grayscale: #575757. Windows color (decimal): -1178253 or 7538158. OLE color: 7538158.
HSL color Cylindrical-coordinate representation of color #EE0573: hue angle of 331.67º 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 #EE0573 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.07 |
| HSL | 331.67º | 0.96% | 0.48% | - |
| HSV(B) | 331.67º | 0.98% | 0.93% | - |
| XYZ | 38.41 | 19.52 | 17.96 | - |
| YUV | 87.21 | 143.69 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 115 | 0 | 0.98 | 0.52 | 0.07 | 331.67 | 0.96 | 0.48 |
| Hex | EE | 5 | 73 | 0 | 62 | 34 | 7 | 14C | 60 | 30 |
| Octal | 356 | 5 | 163 | 0 | 142 | 64 | 7 | 514 | 140 | 60 |
| Binary | 11101110 | 101 | 1110011 | 0 | 1100010 | 110100 | 111 | 101001100 | 1100000 | 110000 |
Color Harmonies of #EE0573
Complementary color
Monochromatic Colors of #EE0573
Black with #EE0573
Text Example
Text Example
White with #EE0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0573; }
p { color: rgb(238,5,115); }
H1.HeaderClassName
{
color: #EE0573;
}
.AnyTagClassName
{
color: #EE0573;
}
</style>
background-color css
<style>
a { background-color: #EE0573; }
a { background-color: rgb(238,5,115); }
div.DivClassName
{
background-color: #EE0573;
}
.BgClassName
{
background-color: #EE0573;
}
</style>
border-color css
<style>
span { border-color: #EE0573; }
span { border-color: rgb(238,5,115); }
td.TdClassName
{
border-color: #EE0573;
}
.TagClassName
{
border-color: #EE0573;
}
</style>