Shades of Razzmatazz #E9016C
Tints of Razzmatazz #E9016C
RGB
CMYK
RGB Variations
Color information
#E9016C (or 0xE9016C) is known color: Razzmatazz. HEX triplet: E9, 01 and 6C. RGB value is (233,1,108). Sum of RGB (Red+Green+Blue) = 233+1+108=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9016C is #16FE93. Grayscale: #525252. Windows color (decimal): -1506964 or 7078377. OLE color: 7078377.
HSL color Cylindrical-coordinate representation of color #E9016C: hue angle of 332.33º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9016C is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.09 |
| HSL | 332.33º | 0.99% | 0.46% | - |
| HSV(B) | 332.33º | 1% | 0.91% | - |
| XYZ | 36.32 | 18.43 | 15.83 | - |
| YUV | 82.57 | 142.36 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 108 | 0 | 1.00 | 0.54 | 0.09 | 332.33 | 0.99 | 0.46 |
| Hex | E9 | 1 | 6C | 0 | 64 | 36 | 9 | 14C | 63 | 2E |
| Octal | 351 | 1 | 154 | 0 | 144 | 66 | 11 | 514 | 143 | 56 |
| Binary | 11101001 | 1 | 1101100 | 0 | 1100100 | 110110 | 1001 | 101001100 | 1100011 | 101110 |
Color Harmonies of #E9016C
Complementary color
Monochromatic Colors of #E9016C
Black with #E9016C
Text Example
Text Example
White with #E9016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9016C; }
p { color: rgb(233,1,108); }
H1.HeaderClassName
{
color: #E9016C;
}
.AnyTagClassName
{
color: #E9016C;
}
</style>
background-color css
<style>
a { background-color: #E9016C; }
a { background-color: rgb(233,1,108); }
div.DivClassName
{
background-color: #E9016C;
}
.BgClassName
{
background-color: #E9016C;
}
</style>
border-color css
<style>
span { border-color: #E9016C; }
span { border-color: rgb(233,1,108); }
td.TdClassName
{
border-color: #E9016C;
}
.TagClassName
{
border-color: #E9016C;
}
</style>