Shades of Razzmatazz #EE0972
Tints of Razzmatazz #EE0972
RGB
CMYK
RGB Variations
Color information
#EE0972 (or 0xEE0972) is known color: Razzmatazz. HEX triplet: EE, 09 and 72. RGB value is (238,9,114). Sum of RGB (Red+Green+Blue) = 238+9+114=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0972 is #11F68D. Grayscale: #595959. Windows color (decimal): -1177230 or 7473646. OLE color: 7473646.
HSL color Cylindrical-coordinate representation of color #EE0972: hue angle of 332.49º 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 #EE0972 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.07 |
| HSL | 332.49º | 0.93% | 0.48% | - |
| HSV(B) | 332.49º | 0.96% | 0.93% | - |
| XYZ | 38.39 | 19.59 | 17.68 | - |
| YUV | 89.44 | 141.87 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 114 | 0 | 0.96 | 0.52 | 0.07 | 332.49 | 0.93 | 0.48 |
| Hex | EE | 9 | 72 | 0 | 60 | 34 | 7 | 14C | 5D | 30 |
| Octal | 356 | 11 | 162 | 0 | 140 | 64 | 7 | 514 | 135 | 60 |
| Binary | 11101110 | 1001 | 1110010 | 0 | 1100000 | 110100 | 111 | 101001100 | 1011101 | 110000 |
Color Harmonies of #EE0972
Complementary color
Monochromatic Colors of #EE0972
Black with #EE0972
Text Example
Text Example
White with #EE0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0972; }
p { color: rgb(238,9,114); }
H1.HeaderClassName
{
color: #EE0972;
}
.AnyTagClassName
{
color: #EE0972;
}
</style>
background-color css
<style>
a { background-color: #EE0972; }
a { background-color: rgb(238,9,114); }
div.DivClassName
{
background-color: #EE0972;
}
.BgClassName
{
background-color: #EE0972;
}
</style>
border-color css
<style>
span { border-color: #EE0972; }
span { border-color: rgb(238,9,114); }
td.TdClassName
{
border-color: #EE0972;
}
.TagClassName
{
border-color: #EE0972;
}
</style>