Shades of Razzmatazz #EE0971
Tints of Razzmatazz #EE0971
RGB
CMYK
RGB Variations
Color information
#EE0971 (or 0xEE0971) is known color: Razzmatazz. HEX triplet: EE, 09 and 71. RGB value is (238,9,113). Sum of RGB (Red+Green+Blue) = 238+9+113=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0971 is #11F68E. Grayscale: #595959. Windows color (decimal): -1177231 or 7408110. OLE color: 7408110.
HSL color Cylindrical-coordinate representation of color #EE0971: hue angle of 332.75º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0971 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.07 |
| HSL | 332.75º | 0.93% | 0.48% | - |
| HSV(B) | 332.75º | 0.96% | 0.93% | - |
| XYZ | 38.34 | 19.56 | 17.38 | - |
| YUV | 89.33 | 141.37 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 113 | 0 | 0.96 | 0.53 | 0.07 | 332.75 | 0.93 | 0.48 |
| Hex | EE | 9 | 71 | 0 | 60 | 35 | 7 | 14D | 5D | 30 |
| Octal | 356 | 11 | 161 | 0 | 140 | 65 | 7 | 515 | 135 | 60 |
| Binary | 11101110 | 1001 | 1110001 | 0 | 1100000 | 110101 | 111 | 101001101 | 1011101 | 110000 |
Color Harmonies of #EE0971
Complementary color
Monochromatic Colors of #EE0971
Black with #EE0971
Text Example
Text Example
White with #EE0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0971; }
p { color: rgb(238,9,113); }
H1.HeaderClassName
{
color: #EE0971;
}
.AnyTagClassName
{
color: #EE0971;
}
</style>
background-color css
<style>
a { background-color: #EE0971; }
a { background-color: rgb(238,9,113); }
div.DivClassName
{
background-color: #EE0971;
}
.BgClassName
{
background-color: #EE0971;
}
</style>
border-color css
<style>
span { border-color: #EE0971; }
span { border-color: rgb(238,9,113); }
td.TdClassName
{
border-color: #EE0971;
}
.TagClassName
{
border-color: #EE0971;
}
</style>