Shades of Razzmatazz #EE016C
Tints of Razzmatazz #EE016C
RGB
CMYK
RGB Variations
Color information
#EE016C (or 0xEE016C) is known color: Razzmatazz. HEX triplet: EE, 01 and 6C. RGB value is (238,1,108). Sum of RGB (Red+Green+Blue) = 238+1+108=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE016C is #11FE93. Grayscale: #535353. Windows color (decimal): -1179284 or 7078382. OLE color: 7078382.
HSL color Cylindrical-coordinate representation of color #EE016C: hue angle of 332.91º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE016C is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.07 |
| HSL | 332.91º | 0.99% | 0.47% | - |
| HSV(B) | 332.91º | 1% | 0.93% | - |
| XYZ | 37.98 | 19.28 | 15.91 | - |
| YUV | 84.06 | 141.52 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 108 | 0 | 1.00 | 0.55 | 0.07 | 332.91 | 0.99 | 0.47 |
| Hex | EE | 1 | 6C | 0 | 64 | 37 | 7 | 14D | 63 | 2F |
| Octal | 356 | 1 | 154 | 0 | 144 | 67 | 7 | 515 | 143 | 57 |
| Binary | 11101110 | 1 | 1101100 | 0 | 1100100 | 110111 | 111 | 101001101 | 1100011 | 101111 |
Color Harmonies of #EE016C
Complementary color
Monochromatic Colors of #EE016C
Black with #EE016C
Text Example
Text Example
White with #EE016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE016C; }
p { color: rgb(238,1,108); }
H1.HeaderClassName
{
color: #EE016C;
}
.AnyTagClassName
{
color: #EE016C;
}
</style>
background-color css
<style>
a { background-color: #EE016C; }
a { background-color: rgb(238,1,108); }
div.DivClassName
{
background-color: #EE016C;
}
.BgClassName
{
background-color: #EE016C;
}
</style>
border-color css
<style>
span { border-color: #EE016C; }
span { border-color: rgb(238,1,108); }
td.TdClassName
{
border-color: #EE016C;
}
.TagClassName
{
border-color: #EE016C;
}
</style>