Shades of Razzmatazz #E90969
Tints of Razzmatazz #E90969
RGB
CMYK
RGB Variations
Color information
#E90969 (or 0xE90969) is known color: Razzmatazz. HEX triplet: E9, 09 and 69. RGB value is (233,9,105). Sum of RGB (Red+Green+Blue) = 233+9+105=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E90969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90969 is #16F696. Grayscale: #565656. Windows color (decimal): -1504919 or 6883817. OLE color: 6883817.
HSL color Cylindrical-coordinate representation of color #E90969: hue angle of 334.29º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90969 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.09 |
| HSL | 334.29º | 0.93% | 0.47% | - |
| HSV(B) | 334.29º | 0.96% | 0.91% | - |
| XYZ | 36.25 | 18.54 | 15.03 | - |
| YUV | 86.92 | 138.21 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 105 | 0 | 0.96 | 0.55 | 0.09 | 334.29 | 0.93 | 0.47 |
| Hex | E9 | 9 | 69 | 0 | 60 | 37 | 9 | 14E | 5D | 2F |
| Octal | 351 | 11 | 151 | 0 | 140 | 67 | 11 | 516 | 135 | 57 |
| Binary | 11101001 | 1001 | 1101001 | 0 | 1100000 | 110111 | 1001 | 101001110 | 1011101 | 101111 |
Color Harmonies of #E90969
Complementary color
Monochromatic Colors of #E90969
Black with #E90969
Text Example
Text Example
White with #E90969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90969; }
p { color: rgb(233,9,105); }
H1.HeaderClassName
{
color: #E90969;
}
.AnyTagClassName
{
color: #E90969;
}
</style>
background-color css
<style>
a { background-color: #E90969; }
a { background-color: rgb(233,9,105); }
div.DivClassName
{
background-color: #E90969;
}
.BgClassName
{
background-color: #E90969;
}
</style>
border-color css
<style>
span { border-color: #E90969; }
span { border-color: rgb(233,9,105); }
td.TdClassName
{
border-color: #E90969;
}
.TagClassName
{
border-color: #E90969;
}
</style>