Shades of Razzmatazz #EE0970
Tints of Razzmatazz #EE0970
RGB
CMYK
RGB Variations
Color information
#EE0970 (or 0xEE0970) is known color: Razzmatazz. HEX triplet: EE, 09 and 70. RGB value is (238,9,112). Sum of RGB (Red+Green+Blue) = 238+9+112=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0970 is #11F68F. Grayscale: #595959. Windows color (decimal): -1177232 or 7342574. OLE color: 7342574.
HSL color Cylindrical-coordinate representation of color #EE0970: hue angle of 333.01º 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 #EE0970 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.07 |
| HSL | 333.01º | 0.93% | 0.48% | - |
| HSV(B) | 333.01º | 0.96% | 0.93% | - |
| XYZ | 38.28 | 19.54 | 17.08 | - |
| YUV | 89.21 | 140.87 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 112 | 0 | 0.96 | 0.53 | 0.07 | 333.01 | 0.93 | 0.48 |
| Hex | EE | 9 | 70 | 0 | 60 | 35 | 7 | 14D | 5D | 30 |
| Octal | 356 | 11 | 160 | 0 | 140 | 65 | 7 | 515 | 135 | 60 |
| Binary | 11101110 | 1001 | 1110000 | 0 | 1100000 | 110101 | 111 | 101001101 | 1011101 | 110000 |
Color Harmonies of #EE0970
Complementary color
Monochromatic Colors of #EE0970
Black with #EE0970
Text Example
Text Example
White with #EE0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0970; }
p { color: rgb(238,9,112); }
H1.HeaderClassName
{
color: #EE0970;
}
.AnyTagClassName
{
color: #EE0970;
}
</style>
background-color css
<style>
a { background-color: #EE0970; }
a { background-color: rgb(238,9,112); }
div.DivClassName
{
background-color: #EE0970;
}
.BgClassName
{
background-color: #EE0970;
}
</style>
border-color css
<style>
span { border-color: #EE0970; }
span { border-color: rgb(238,9,112); }
td.TdClassName
{
border-color: #EE0970;
}
.TagClassName
{
border-color: #EE0970;
}
</style>