Shades of Razzmatazz #EE016D
Tints of Razzmatazz #EE016D
RGB
CMYK
RGB Variations
Color information
#EE016D (or 0xEE016D) is known color: Razzmatazz. HEX triplet: EE, 01 and 6D. RGB value is (238,1,109). Sum of RGB (Red+Green+Blue) = 238+1+109=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE016D is #11FE92. Grayscale: #535353. Windows color (decimal): -1179283 or 7143918. OLE color: 7143918.
HSL color Cylindrical-coordinate representation of color #EE016D: hue angle of 332.66º 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 #EE016D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.07 |
| HSL | 332.66º | 0.99% | 0.47% | - |
| HSV(B) | 332.66º | 1% | 0.93% | - |
| XYZ | 38.03 | 19.3 | 16.19 | - |
| YUV | 84.18 | 142.02 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 109 | 0 | 1.00 | 0.54 | 0.07 | 332.66 | 0.99 | 0.47 |
| Hex | EE | 1 | 6D | 0 | 64 | 36 | 7 | 14D | 63 | 2F |
| Octal | 356 | 1 | 155 | 0 | 144 | 66 | 7 | 515 | 143 | 57 |
| Binary | 11101110 | 1 | 1101101 | 0 | 1100100 | 110110 | 111 | 101001101 | 1100011 | 101111 |
Color Harmonies of #EE016D
Complementary color
Monochromatic Colors of #EE016D
Black with #EE016D
Text Example
Text Example
White with #EE016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE016D; }
p { color: rgb(238,1,109); }
H1.HeaderClassName
{
color: #EE016D;
}
.AnyTagClassName
{
color: #EE016D;
}
</style>
background-color css
<style>
a { background-color: #EE016D; }
a { background-color: rgb(238,1,109); }
div.DivClassName
{
background-color: #EE016D;
}
.BgClassName
{
background-color: #EE016D;
}
</style>
border-color css
<style>
span { border-color: #EE016D; }
span { border-color: rgb(238,1,109); }
td.TdClassName
{
border-color: #EE016D;
}
.TagClassName
{
border-color: #EE016D;
}
</style>