Shades of Razzmatazz #EE006C
Tints of Razzmatazz #EE006C
RGB
CMYK
RGB Variations
Color information
#EE006C (or 0xEE006C) is known color: Razzmatazz. HEX triplet: EE, 00 and 6C. RGB value is (238,0,108). Sum of RGB (Red+Green+Blue) = 238+0+108=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE006C is #11FF93. Grayscale: #535353. Windows color (decimal): -1179540 or 7078126. OLE color: 7078126.
HSL color Cylindrical-coordinate representation of color #EE006C: hue angle of 332.77º 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 #EE006C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.55 | 0.07 |
| HSL | 332.77º | 1% | 0.47% | - |
| HSV(B) | 332.77º | 1% | 0.93% | - |
| XYZ | 37.97 | 19.26 | 15.9 | - |
| YUV | 83.47 | 141.85 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 108 | 0 | 1 | 0.55 | 0.07 | 332.77 | 1 | 0.47 |
| Hex | EE | 0 | 6C | 0 | 64 | 37 | 7 | 14D | 64 | 2F |
| Octal | 356 | 0 | 154 | 0 | 144 | 67 | 7 | 515 | 144 | 57 |
| Binary | 11101110 | 0 | 1101100 | 0 | 1100100 | 110111 | 111 | 101001101 | 1100100 | 101111 |
Color Harmonies of #EE006C
Complementary color
Monochromatic Colors of #EE006C
Black with #EE006C
Text Example
Text Example
White with #EE006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE006C; }
p { color: rgb(238,0,108); }
H1.HeaderClassName
{
color: #EE006C;
}
.AnyTagClassName
{
color: #EE006C;
}
</style>
background-color css
<style>
a { background-color: #EE006C; }
a { background-color: rgb(238,0,108); }
div.DivClassName
{
background-color: #EE006C;
}
.BgClassName
{
background-color: #EE006C;
}
</style>
border-color css
<style>
span { border-color: #EE006C; }
span { border-color: rgb(238,0,108); }
td.TdClassName
{
border-color: #EE006C;
}
.TagClassName
{
border-color: #EE006C;
}
</style>