Shades of Razzmatazz #E9066D
Tints of Razzmatazz #E9066D
RGB
CMYK
RGB Variations
Color information
#E9066D (or 0xE9066D) is known color: Razzmatazz. HEX triplet: E9, 06 and 6D. RGB value is (233,6,109). Sum of RGB (Red+Green+Blue) = 233+6+109=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9066D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9066D is #16F992. Grayscale: #555555. Windows color (decimal): -1505683 or 7145193. OLE color: 7145193.
HSL color Cylindrical-coordinate representation of color #E9066D: hue angle of 332.78º degrees, saturation: 0.95, 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 #E9066D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.09 |
| HSL | 332.78º | 0.95% | 0.47% | - |
| HSV(B) | 332.78º | 0.97% | 0.91% | - |
| XYZ | 36.43 | 18.56 | 16.13 | - |
| YUV | 85.62 | 141.21 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 109 | 0 | 0.97 | 0.53 | 0.09 | 332.78 | 0.95 | 0.47 |
| Hex | E9 | 6 | 6D | 0 | 61 | 35 | 9 | 14D | 5F | 2F |
| Octal | 351 | 6 | 155 | 0 | 141 | 65 | 11 | 515 | 137 | 57 |
| Binary | 11101001 | 110 | 1101101 | 0 | 1100001 | 110101 | 1001 | 101001101 | 1011111 | 101111 |
Color Harmonies of #E9066D
Complementary color
Monochromatic Colors of #E9066D
Black with #E9066D
Text Example
Text Example
White with #E9066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9066D; }
p { color: rgb(233,6,109); }
H1.HeaderClassName
{
color: #E9066D;
}
.AnyTagClassName
{
color: #E9066D;
}
</style>
background-color css
<style>
a { background-color: #E9066D; }
a { background-color: rgb(233,6,109); }
div.DivClassName
{
background-color: #E9066D;
}
.BgClassName
{
background-color: #E9066D;
}
</style>
border-color css
<style>
span { border-color: #E9066D; }
span { border-color: rgb(233,6,109); }
td.TdClassName
{
border-color: #E9066D;
}
.TagClassName
{
border-color: #E9066D;
}
</style>