Shades of Razzmatazz #E90D64
Tints of Razzmatazz #E90D64
RGB
CMYK
RGB Variations
Color information
#E90D64 (or 0xE90D64) is known color: Razzmatazz. HEX triplet: E9, 0D and 64. RGB value is (233,13,100). Sum of RGB (Red+Green+Blue) = 233+13+100=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90D64 is #16F29B. Grayscale: #585858. Windows color (decimal): -1503900 or 6557161. OLE color: 6557161.
HSL color Cylindrical-coordinate representation of color #E90D64: hue angle of 336.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D64 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 100 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.09 |
| HSL | 336.27º | 0.89% | 0.48% | - |
| HSV(B) | 336.27º | 0.94% | 0.91% | - |
| XYZ | 36.05 | 18.53 | 13.73 | - |
| YUV | 88.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 100 | 0 | 0.94 | 0.57 | 0.09 | 336.27 | 0.89 | 0.48 |
| Hex | E9 | D | 64 | 0 | 5E | 39 | 9 | 150 | 59 | 30 |
| Octal | 351 | 15 | 144 | 0 | 136 | 71 | 11 | 520 | 131 | 60 |
| Binary | 11101001 | 1101 | 1100100 | 0 | 1011110 | 111001 | 1001 | 101010000 | 1011001 | 110000 |
Color Harmonies of #E90D64
Complementary color
Monochromatic Colors of #E90D64
Black with #E90D64
Text Example
Text Example
White with #E90D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D64; }
p { color: rgb(233,13,100); }
H1.HeaderClassName
{
color: #E90D64;
}
.AnyTagClassName
{
color: #E90D64;
}
</style>
background-color css
<style>
a { background-color: #E90D64; }
a { background-color: rgb(233,13,100); }
div.DivClassName
{
background-color: #E90D64;
}
.BgClassName
{
background-color: #E90D64;
}
</style>
border-color css
<style>
span { border-color: #E90D64; }
span { border-color: rgb(233,13,100); }
td.TdClassName
{
border-color: #E90D64;
}
.TagClassName
{
border-color: #E90D64;
}
</style>