Shades of Razzmatazz #EE0773
Tints of Razzmatazz #EE0773
RGB
CMYK
RGB Variations
Color information
#EE0773 (or 0xEE0773) is known color: Razzmatazz. HEX triplet: EE, 07 and 73. RGB value is (238,7,115). Sum of RGB (Red+Green+Blue) = 238+7+115=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0773 is #11F88C. Grayscale: #585858. Windows color (decimal): -1177741 or 7538670. OLE color: 7538670.
HSL color Cylindrical-coordinate representation of color #EE0773: hue angle of 331.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0773 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.07 |
| HSL | 331.95º | 0.94% | 0.48% | - |
| HSV(B) | 331.95º | 0.97% | 0.93% | - |
| XYZ | 38.43 | 19.57 | 17.97 | - |
| YUV | 88.38 | 143.03 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 115 | 0 | 0.97 | 0.52 | 0.07 | 331.95 | 0.94 | 0.48 |
| Hex | EE | 7 | 73 | 0 | 61 | 34 | 7 | 14C | 5E | 30 |
| Octal | 356 | 7 | 163 | 0 | 141 | 64 | 7 | 514 | 136 | 60 |
| Binary | 11101110 | 111 | 1110011 | 0 | 1100001 | 110100 | 111 | 101001100 | 1011110 | 110000 |
Color Harmonies of #EE0773
Complementary color
Monochromatic Colors of #EE0773
Black with #EE0773
Text Example
Text Example
White with #EE0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0773; }
p { color: rgb(238,7,115); }
H1.HeaderClassName
{
color: #EE0773;
}
.AnyTagClassName
{
color: #EE0773;
}
</style>
background-color css
<style>
a { background-color: #EE0773; }
a { background-color: rgb(238,7,115); }
div.DivClassName
{
background-color: #EE0773;
}
.BgClassName
{
background-color: #EE0773;
}
</style>
border-color css
<style>
span { border-color: #EE0773; }
span { border-color: rgb(238,7,115); }
td.TdClassName
{
border-color: #EE0773;
}
.TagClassName
{
border-color: #EE0773;
}
</style>