Shades of Razzmatazz #E90069
Tints of Razzmatazz #E90069
RGB
CMYK
RGB Variations
Color information
#E90069 (or 0xE90069) is known color: Razzmatazz. HEX triplet: E9, 00 and 69. RGB value is (233,0,105). Sum of RGB (Red+Green+Blue) = 233+0+105=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E90069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90069 is #16FF96. Grayscale: #515151. Windows color (decimal): -1507223 or 6881513. OLE color: 6881513.
HSL color Cylindrical-coordinate representation of color #E90069: hue angle of 332.96º 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 #E90069 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.55 | 0.09 |
| HSL | 332.96º | 1% | 0.46% | - |
| HSV(B) | 332.96º | 1% | 0.91% | - |
| XYZ | 36.15 | 18.34 | 15 | - |
| YUV | 81.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 105 | 0 | 1 | 0.55 | 0.09 | 332.96 | 1 | 0.46 |
| Hex | E9 | 0 | 69 | 0 | 64 | 37 | 9 | 14D | 64 | 2E |
| Octal | 351 | 0 | 151 | 0 | 144 | 67 | 11 | 515 | 144 | 56 |
| Binary | 11101001 | 0 | 1101001 | 0 | 1100100 | 110111 | 1001 | 101001101 | 1100100 | 101110 |
Color Harmonies of #E90069
Complementary color
Monochromatic Colors of #E90069
Black with #E90069
Text Example
Text Example
White with #E90069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90069; }
p { color: rgb(233,0,105); }
H1.HeaderClassName
{
color: #E90069;
}
.AnyTagClassName
{
color: #E90069;
}
</style>
background-color css
<style>
a { background-color: #E90069; }
a { background-color: rgb(233,0,105); }
div.DivClassName
{
background-color: #E90069;
}
.BgClassName
{
background-color: #E90069;
}
</style>
border-color css
<style>
span { border-color: #E90069; }
span { border-color: rgb(233,0,105); }
td.TdClassName
{
border-color: #E90069;
}
.TagClassName
{
border-color: #E90069;
}
</style>