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