Shades of Razzmatazz #EE0672
Tints of Razzmatazz #EE0672
RGB
CMYK
RGB Variations
Color information
#EE0672 (or 0xEE0672) is known color: Razzmatazz. HEX triplet: EE, 06 and 72. RGB value is (238,6,114). Sum of RGB (Red+Green+Blue) = 238+6+114=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0672 is #11F98D. Grayscale: #575757. Windows color (decimal): -1177998 or 7472878. OLE color: 7472878.
HSL color Cylindrical-coordinate representation of color #EE0672: hue angle of 332.07º 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 #EE0672 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.07 |
| HSL | 332.07º | 0.95% | 0.48% | - |
| HSV(B) | 332.07º | 0.97% | 0.93% | - |
| XYZ | 38.36 | 19.52 | 17.67 | - |
| YUV | 87.68 | 142.86 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 114 | 0 | 0.97 | 0.52 | 0.07 | 332.07 | 0.95 | 0.48 |
| Hex | EE | 6 | 72 | 0 | 61 | 34 | 7 | 14C | 5F | 30 |
| Octal | 356 | 6 | 162 | 0 | 141 | 64 | 7 | 514 | 137 | 60 |
| Binary | 11101110 | 110 | 1110010 | 0 | 1100001 | 110100 | 111 | 101001100 | 1011111 | 110000 |
Color Harmonies of #EE0672
Complementary color
Monochromatic Colors of #EE0672
Black with #EE0672
Text Example
Text Example
White with #EE0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0672; }
p { color: rgb(238,6,114); }
H1.HeaderClassName
{
color: #EE0672;
}
.AnyTagClassName
{
color: #EE0672;
}
</style>
background-color css
<style>
a { background-color: #EE0672; }
a { background-color: rgb(238,6,114); }
div.DivClassName
{
background-color: #EE0672;
}
.BgClassName
{
background-color: #EE0672;
}
</style>
border-color css
<style>
span { border-color: #EE0672; }
span { border-color: rgb(238,6,114); }
td.TdClassName
{
border-color: #EE0672;
}
.TagClassName
{
border-color: #EE0672;
}
</style>