Shades of Razzmatazz #EE016B
Tints of Razzmatazz #EE016B
RGB
CMYK
RGB Variations
Color information
#EE016B (or 0xEE016B) is known color: Razzmatazz. HEX triplet: EE, 01 and 6B. RGB value is (238,1,107). Sum of RGB (Red+Green+Blue) = 238+1+107=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE016B is #11FE94. Grayscale: #535353. Windows color (decimal): -1179285 or 7012846. OLE color: 7012846.
HSL color Cylindrical-coordinate representation of color #EE016B: hue angle of 333.16º 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 #EE016B is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.07 |
| HSL | 333.16º | 0.99% | 0.47% | - |
| HSV(B) | 333.16º | 1% | 0.93% | - |
| XYZ | 37.92 | 19.26 | 15.63 | - |
| YUV | 83.95 | 141.02 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 107 | 0 | 1.00 | 0.55 | 0.07 | 333.16 | 0.99 | 0.47 |
| Hex | EE | 1 | 6B | 0 | 64 | 37 | 7 | 14D | 63 | 2F |
| Octal | 356 | 1 | 153 | 0 | 144 | 67 | 7 | 515 | 143 | 57 |
| Binary | 11101110 | 1 | 1101011 | 0 | 1100100 | 110111 | 111 | 101001101 | 1100011 | 101111 |
Color Harmonies of #EE016B
Complementary color
Monochromatic Colors of #EE016B
Black with #EE016B
Text Example
Text Example
White with #EE016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE016B; }
p { color: rgb(238,1,107); }
H1.HeaderClassName
{
color: #EE016B;
}
.AnyTagClassName
{
color: #EE016B;
}
</style>
background-color css
<style>
a { background-color: #EE016B; }
a { background-color: rgb(238,1,107); }
div.DivClassName
{
background-color: #EE016B;
}
.BgClassName
{
background-color: #EE016B;
}
</style>
border-color css
<style>
span { border-color: #EE016B; }
span { border-color: rgb(238,1,107); }
td.TdClassName
{
border-color: #EE016B;
}
.TagClassName
{
border-color: #EE016B;
}
</style>