Shades of Razzmatazz #EE0576
Tints of Razzmatazz #EE0576
RGB
CMYK
RGB Variations
Color information
#EE0576 (or 0xEE0576) is known color: Razzmatazz. HEX triplet: EE, 05 and 76. RGB value is (238,5,118). Sum of RGB (Red+Green+Blue) = 238+5+118=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0576 is #11FA89. Grayscale: #575757. Windows color (decimal): -1178250 or 7734766. OLE color: 7734766.
HSL color Cylindrical-coordinate representation of color #EE0576: hue angle of 330.9º 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 #EE0576 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.07 |
| HSL | 330.9º | 0.96% | 0.48% | - |
| HSV(B) | 330.9º | 0.98% | 0.93% | - |
| XYZ | 38.58 | 19.59 | 18.89 | - |
| YUV | 87.55 | 145.19 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 118 | 0 | 0.98 | 0.50 | 0.07 | 330.9 | 0.96 | 0.48 |
| Hex | EE | 5 | 76 | 0 | 62 | 32 | 7 | 14B | 60 | 30 |
| Octal | 356 | 5 | 166 | 0 | 142 | 62 | 7 | 513 | 140 | 60 |
| Binary | 11101110 | 101 | 1110110 | 0 | 1100010 | 110010 | 111 | 101001011 | 1100000 | 110000 |
Color Harmonies of #EE0576
Complementary color
Monochromatic Colors of #EE0576
Black with #EE0576
Text Example
Text Example
White with #EE0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0576; }
p { color: rgb(238,5,118); }
H1.HeaderClassName
{
color: #EE0576;
}
.AnyTagClassName
{
color: #EE0576;
}
</style>
background-color css
<style>
a { background-color: #EE0576; }
a { background-color: rgb(238,5,118); }
div.DivClassName
{
background-color: #EE0576;
}
.BgClassName
{
background-color: #EE0576;
}
</style>
border-color css
<style>
span { border-color: #EE0576; }
span { border-color: rgb(238,5,118); }
td.TdClassName
{
border-color: #EE0576;
}
.TagClassName
{
border-color: #EE0576;
}
</style>