Shades of Razzmatazz #E9086D
Tints of Razzmatazz #E9086D
RGB
CMYK
RGB Variations
Color information
#E9086D (or 0xE9086D) is known color: Razzmatazz. HEX triplet: E9, 08 and 6D. RGB value is (233,8,109). Sum of RGB (Red+Green+Blue) = 233+8+109=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9086D is #16F792. Grayscale: #565656. Windows color (decimal): -1505171 or 7145705. OLE color: 7145705.
HSL color Cylindrical-coordinate representation of color #E9086D: hue angle of 333.07º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9086D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 109 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.09 |
| HSL | 333.07º | 0.93% | 0.47% | - |
| HSV(B) | 333.07º | 0.97% | 0.91% | - |
| XYZ | 36.45 | 18.6 | 16.14 | - |
| YUV | 86.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 109 | 0 | 0.97 | 0.53 | 0.09 | 333.07 | 0.93 | 0.47 |
| Hex | E9 | 8 | 6D | 0 | 61 | 35 | 9 | 14D | 5D | 2F |
| Octal | 351 | 10 | 155 | 0 | 141 | 65 | 11 | 515 | 135 | 57 |
| Binary | 11101001 | 1000 | 1101101 | 0 | 1100001 | 110101 | 1001 | 101001101 | 1011101 | 101111 |
Color Harmonies of #E9086D
Complementary color
Monochromatic Colors of #E9086D
Black with #E9086D
Text Example
Text Example
White with #E9086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9086D; }
p { color: rgb(233,8,109); }
H1.HeaderClassName
{
color: #E9086D;
}
.AnyTagClassName
{
color: #E9086D;
}
</style>
background-color css
<style>
a { background-color: #E9086D; }
a { background-color: rgb(233,8,109); }
div.DivClassName
{
background-color: #E9086D;
}
.BgClassName
{
background-color: #E9086D;
}
</style>
border-color css
<style>
span { border-color: #E9086D; }
span { border-color: rgb(233,8,109); }
td.TdClassName
{
border-color: #E9086D;
}
.TagClassName
{
border-color: #E9086D;
}
</style>