Shades of Razzmatazz #E40473
Tints of Razzmatazz #E40473
RGB
CMYK
RGB Variations
Color information
#E40473 (or 0xE40473) is known color: Razzmatazz. HEX triplet: E4, 04 and 73. RGB value is (228,4,115). Sum of RGB (Red+Green+Blue) = 228+4+115=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E40473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40473 is #1BFB8C. Grayscale: #535353. Windows color (decimal): -1833869 or 7537892. OLE color: 7537892.
HSL color Cylindrical-coordinate representation of color #E40473: hue angle of 330.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40473 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.11 |
| HSL | 330.27º | 0.97% | 0.45% | - |
| HSV(B) | 330.27º | 0.98% | 0.89% | - |
| XYZ | 35.13 | 17.82 | 17.81 | - |
| YUV | 83.63 | 145.71 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 115 | 0 | 0.98 | 0.50 | 0.11 | 330.27 | 0.97 | 0.45 |
| Hex | E4 | 4 | 73 | 0 | 62 | 32 | B | 14A | 61 | 2D |
| Octal | 344 | 4 | 163 | 0 | 142 | 62 | 13 | 512 | 141 | 55 |
| Binary | 11100100 | 100 | 1110011 | 0 | 1100010 | 110010 | 1011 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E40473
Complementary color
Monochromatic Colors of #E40473
Black with #E40473
Text Example
Text Example
White with #E40473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40473; }
p { color: rgb(228,4,115); }
H1.HeaderClassName
{
color: #E40473;
}
.AnyTagClassName
{
color: #E40473;
}
</style>
background-color css
<style>
a { background-color: #E40473; }
a { background-color: rgb(228,4,115); }
div.DivClassName
{
background-color: #E40473;
}
.BgClassName
{
background-color: #E40473;
}
</style>
border-color css
<style>
span { border-color: #E40473; }
span { border-color: rgb(228,4,115); }
td.TdClassName
{
border-color: #E40473;
}
.TagClassName
{
border-color: #E40473;
}
</style>