Shades of Razzmatazz #EE0079
Tints of Razzmatazz #EE0079
RGB
CMYK
RGB Variations
Color information
#EE0079 (or 0xEE0079) is known color: Razzmatazz. HEX triplet: EE, 00 and 79. RGB value is (238,0,121). Sum of RGB (Red+Green+Blue) = 238+0+121=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0079 is #11FF86. Grayscale: #545454. Windows color (decimal): -1179527 or 7930094. OLE color: 7930094.
HSL color Cylindrical-coordinate representation of color #EE0079: hue angle of 329.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0079 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.49 | 0.07 |
| HSL | 329.5º | 1% | 0.47% | - |
| HSV(B) | 329.5º | 1% | 0.93% | - |
| XYZ | 38.71 | 19.56 | 19.82 | - |
| YUV | 84.96 | 148.35 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 121 | 0 | 1 | 0.49 | 0.07 | 329.5 | 1 | 0.47 |
| Hex | EE | 0 | 79 | 0 | 64 | 31 | 7 | 149 | 64 | 2F |
| Octal | 356 | 0 | 171 | 0 | 144 | 61 | 7 | 511 | 144 | 57 |
| Binary | 11101110 | 0 | 1111001 | 0 | 1100100 | 110001 | 111 | 101001001 | 1100100 | 101111 |
Color Harmonies of #EE0079
Complementary color
Monochromatic Colors of #EE0079
Black with #EE0079
Text Example
Text Example
White with #EE0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0079; }
p { color: rgb(238,0,121); }
H1.HeaderClassName
{
color: #EE0079;
}
.AnyTagClassName
{
color: #EE0079;
}
</style>
background-color css
<style>
a { background-color: #EE0079; }
a { background-color: rgb(238,0,121); }
div.DivClassName
{
background-color: #EE0079;
}
.BgClassName
{
background-color: #EE0079;
}
</style>
border-color css
<style>
span { border-color: #EE0079; }
span { border-color: rgb(238,0,121); }
td.TdClassName
{
border-color: #EE0079;
}
.TagClassName
{
border-color: #EE0079;
}
</style>