Shades of Razzmatazz #E9006B
Tints of Razzmatazz #E9006B
RGB
CMYK
RGB Variations
Color information
#E9006B (or 0xE9006B) is known color: Razzmatazz. HEX triplet: E9, 00 and 6B. RGB value is (233,0,107). Sum of RGB (Red+Green+Blue) = 233+0+107=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E9006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9006B is #16FF94. Grayscale: #515151. Windows color (decimal): -1507221 or 7012585. OLE color: 7012585.
HSL color Cylindrical-coordinate representation of color #E9006B: hue angle of 332.45º 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 #E9006B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.54 | 0.09 |
| HSL | 332.45º | 1% | 0.46% | - |
| HSV(B) | 332.45º | 1% | 0.91% | - |
| XYZ | 36.26 | 18.39 | 15.55 | - |
| YUV | 81.87 | 142.19 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 107 | 0 | 1 | 0.54 | 0.09 | 332.45 | 1 | 0.46 |
| Hex | E9 | 0 | 6B | 0 | 64 | 36 | 9 | 14C | 64 | 2E |
| Octal | 351 | 0 | 153 | 0 | 144 | 66 | 11 | 514 | 144 | 56 |
| Binary | 11101001 | 0 | 1101011 | 0 | 1100100 | 110110 | 1001 | 101001100 | 1100100 | 101110 |
Color Harmonies of #E9006B
Complementary color
Monochromatic Colors of #E9006B
Black with #E9006B
Text Example
Text Example
White with #E9006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9006B; }
p { color: rgb(233,0,107); }
H1.HeaderClassName
{
color: #E9006B;
}
.AnyTagClassName
{
color: #E9006B;
}
</style>
background-color css
<style>
a { background-color: #E9006B; }
a { background-color: rgb(233,0,107); }
div.DivClassName
{
background-color: #E9006B;
}
.BgClassName
{
background-color: #E9006B;
}
</style>
border-color css
<style>
span { border-color: #E9006B; }
span { border-color: rgb(233,0,107); }
td.TdClassName
{
border-color: #E9006B;
}
.TagClassName
{
border-color: #E9006B;
}
</style>