Shades of Razzmatazz #EE0577
Tints of Razzmatazz #EE0577
RGB
CMYK
RGB Variations
Color information
#EE0577 (or 0xEE0577) is known color: Razzmatazz. HEX triplet: EE, 05 and 77. RGB value is (238,5,119). Sum of RGB (Red+Green+Blue) = 238+5+119=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0577 is #11FA88. Grayscale: #575757. Windows color (decimal): -1178249 or 7800302. OLE color: 7800302.
HSL color Cylindrical-coordinate representation of color #EE0577: hue angle of 330.64º 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 #EE0577 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.07 |
| HSL | 330.64º | 0.96% | 0.48% | - |
| HSV(B) | 330.64º | 0.98% | 0.93% | - |
| XYZ | 38.64 | 19.62 | 19.2 | - |
| YUV | 87.66 | 145.69 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 119 | 0 | 0.98 | 0.50 | 0.07 | 330.64 | 0.96 | 0.48 |
| Hex | EE | 5 | 77 | 0 | 62 | 32 | 7 | 14B | 60 | 30 |
| Octal | 356 | 5 | 167 | 0 | 142 | 62 | 7 | 513 | 140 | 60 |
| Binary | 11101110 | 101 | 1110111 | 0 | 1100010 | 110010 | 111 | 101001011 | 1100000 | 110000 |
Color Harmonies of #EE0577
Complementary color
Monochromatic Colors of #EE0577
Black with #EE0577
Text Example
Text Example
White with #EE0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0577; }
p { color: rgb(238,5,119); }
H1.HeaderClassName
{
color: #EE0577;
}
.AnyTagClassName
{
color: #EE0577;
}
</style>
background-color css
<style>
a { background-color: #EE0577; }
a { background-color: rgb(238,5,119); }
div.DivClassName
{
background-color: #EE0577;
}
.BgClassName
{
background-color: #EE0577;
}
</style>
border-color css
<style>
span { border-color: #EE0577; }
span { border-color: rgb(238,5,119); }
td.TdClassName
{
border-color: #EE0577;
}
.TagClassName
{
border-color: #EE0577;
}
</style>