Shades of Razzmatazz #EE0679
Tints of Razzmatazz #EE0679
RGB
CMYK
RGB Variations
Color information
#EE0679 (or 0xEE0679) is known color: Razzmatazz. HEX triplet: EE, 06 and 79. RGB value is (238,6,121). Sum of RGB (Red+Green+Blue) = 238+6+121=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0679 is #11F986. Grayscale: #585858. Windows color (decimal): -1177991 or 7931630. OLE color: 7931630.
HSL color Cylindrical-coordinate representation of color #EE0679: hue angle of 330.26º degrees, saturation: 0.95, 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 #EE0679 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330.26º | 0.95% | 0.48% | - |
| HSV(B) | 330.26º | 0.97% | 0.93% | - |
| XYZ | 38.78 | 19.69 | 19.85 | - |
| YUV | 88.48 | 146.36 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 121 | 0 | 0.97 | 0.49 | 0.07 | 330.26 | 0.95 | 0.48 |
| Hex | EE | 6 | 79 | 0 | 61 | 31 | 7 | 14A | 5F | 30 |
| Octal | 356 | 6 | 171 | 0 | 141 | 61 | 7 | 512 | 137 | 60 |
| Binary | 11101110 | 110 | 1111001 | 0 | 1100001 | 110001 | 111 | 101001010 | 1011111 | 110000 |
Color Harmonies of #EE0679
Complementary color
Monochromatic Colors of #EE0679
Black with #EE0679
Text Example
Text Example
White with #EE0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0679; }
p { color: rgb(238,6,121); }
H1.HeaderClassName
{
color: #EE0679;
}
.AnyTagClassName
{
color: #EE0679;
}
</style>
background-color css
<style>
a { background-color: #EE0679; }
a { background-color: rgb(238,6,121); }
div.DivClassName
{
background-color: #EE0679;
}
.BgClassName
{
background-color: #EE0679;
}
</style>
border-color css
<style>
span { border-color: #EE0679; }
span { border-color: rgb(238,6,121); }
td.TdClassName
{
border-color: #EE0679;
}
.TagClassName
{
border-color: #EE0679;
}
</style>