Shades of Razzmatazz #EE0772
Tints of Razzmatazz #EE0772
RGB
CMYK
RGB Variations
Color information
#EE0772 (or 0xEE0772) is known color: Razzmatazz. HEX triplet: EE, 07 and 72. RGB value is (238,7,114). Sum of RGB (Red+Green+Blue) = 238+7+114=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0772 is #11F88D. Grayscale: #585858. Windows color (decimal): -1177742 or 7473134. OLE color: 7473134.
HSL color Cylindrical-coordinate representation of color #EE0772: hue angle of 332.21º 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 #EE0772 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 114 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.07 |
| HSL | 332.21º | 0.94% | 0.48% | - |
| HSV(B) | 332.21º | 0.97% | 0.93% | - |
| XYZ | 38.37 | 19.54 | 17.67 | - |
| YUV | 88.27 | 142.53 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 114 | 0 | 0.97 | 0.52 | 0.07 | 332.21 | 0.94 | 0.48 |
| Hex | EE | 7 | 72 | 0 | 61 | 34 | 7 | 14C | 5E | 30 |
| Octal | 356 | 7 | 162 | 0 | 141 | 64 | 7 | 514 | 136 | 60 |
| Binary | 11101110 | 111 | 1110010 | 0 | 1100001 | 110100 | 111 | 101001100 | 1011110 | 110000 |
Color Harmonies of #EE0772
Complementary color
Monochromatic Colors of #EE0772
Black with #EE0772
Text Example
Text Example
White with #EE0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0772; }
p { color: rgb(238,7,114); }
H1.HeaderClassName
{
color: #EE0772;
}
.AnyTagClassName
{
color: #EE0772;
}
</style>
background-color css
<style>
a { background-color: #EE0772; }
a { background-color: rgb(238,7,114); }
div.DivClassName
{
background-color: #EE0772;
}
.BgClassName
{
background-color: #EE0772;
}
</style>
border-color css
<style>
span { border-color: #EE0772; }
span { border-color: rgb(238,7,114); }
td.TdClassName
{
border-color: #EE0772;
}
.TagClassName
{
border-color: #EE0772;
}
</style>