Shades of Razzmatazz #E90465
Tints of Razzmatazz #E90465
RGB
CMYK
RGB Variations
Color information
#E90465 (or 0xE90465) is known color: Razzmatazz. HEX triplet: E9, 04 and 65. RGB value is (233,4,101). Sum of RGB (Red+Green+Blue) = 233+4+101=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E90465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90465 is #16FB9A. Grayscale: #535353. Windows color (decimal): -1506203 or 6620393. OLE color: 6620393.
HSL color Cylindrical-coordinate representation of color #E90465: hue angle of 334.59º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90465 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.09 |
| HSL | 334.59º | 0.97% | 0.46% | - |
| HSV(B) | 334.59º | 0.98% | 0.91% | - |
| XYZ | 36 | 18.35 | 13.96 | - |
| YUV | 83.53 | 137.87 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 101 | 0 | 0.98 | 0.57 | 0.09 | 334.59 | 0.97 | 0.46 |
| Hex | E9 | 4 | 65 | 0 | 62 | 39 | 9 | 14F | 61 | 2E |
| Octal | 351 | 4 | 145 | 0 | 142 | 71 | 11 | 517 | 141 | 56 |
| Binary | 11101001 | 100 | 1100101 | 0 | 1100010 | 111001 | 1001 | 101001111 | 1100001 | 101110 |
Color Harmonies of #E90465
Complementary color
Monochromatic Colors of #E90465
Black with #E90465
Text Example
Text Example
White with #E90465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90465; }
p { color: rgb(233,4,101); }
H1.HeaderClassName
{
color: #E90465;
}
.AnyTagClassName
{
color: #E90465;
}
</style>
background-color css
<style>
a { background-color: #E90465; }
a { background-color: rgb(233,4,101); }
div.DivClassName
{
background-color: #E90465;
}
.BgClassName
{
background-color: #E90465;
}
</style>
border-color css
<style>
span { border-color: #E90465; }
span { border-color: rgb(233,4,101); }
td.TdClassName
{
border-color: #E90465;
}
.TagClassName
{
border-color: #E90465;
}
</style>