Shades of Razzmatazz #E40564
Tints of Razzmatazz #E40564
RGB
CMYK
RGB Variations
Color information
#E40564 (or 0xE40564) is known color: Razzmatazz. HEX triplet: E4, 05 and 64. RGB value is (228,5,100). Sum of RGB (Red+Green+Blue) = 228+5+100=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E40564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40564 is #1BFA9B. Grayscale: #525252. Windows color (decimal): -1833628 or 6555108. OLE color: 6555108.
HSL color Cylindrical-coordinate representation of color #E40564: hue angle of 334.44º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40564 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.11 |
| HSL | 334.44º | 0.96% | 0.46% | - |
| HSV(B) | 334.44º | 0.98% | 0.89% | - |
| XYZ | 34.35 | 17.52 | 13.63 | - |
| YUV | 82.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 100 | 0 | 0.98 | 0.56 | 0.11 | 334.44 | 0.96 | 0.46 |
| Hex | E4 | 5 | 64 | 0 | 62 | 38 | B | 14E | 60 | 2E |
| Octal | 344 | 5 | 144 | 0 | 142 | 70 | 13 | 516 | 140 | 56 |
| Binary | 11100100 | 101 | 1100100 | 0 | 1100010 | 111000 | 1011 | 101001110 | 1100000 | 101110 |
Color Harmonies of #E40564
Complementary color
Monochromatic Colors of #E40564
Black with #E40564
Text Example
Text Example
White with #E40564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40564; }
p { color: rgb(228,5,100); }
H1.HeaderClassName
{
color: #E40564;
}
.AnyTagClassName
{
color: #E40564;
}
</style>
background-color css
<style>
a { background-color: #E40564; }
a { background-color: rgb(228,5,100); }
div.DivClassName
{
background-color: #E40564;
}
.BgClassName
{
background-color: #E40564;
}
</style>
border-color css
<style>
span { border-color: #E40564; }
span { border-color: rgb(228,5,100); }
td.TdClassName
{
border-color: #E40564;
}
.TagClassName
{
border-color: #E40564;
}
</style>