Shades of Razzmatazz #E40558
Tints of Razzmatazz #E40558
RGB
CMYK
RGB Variations
Color information
#E40558 (or 0xE40558) is known color: Razzmatazz. HEX triplet: E4, 05 and 58. RGB value is (228,5,88). Sum of RGB (Red+Green+Blue) = 228+5+88=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E40558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40558 is #1BFAA7. Grayscale: #515151. Windows color (decimal): -1833640 or 5768676. OLE color: 5768676.
HSL color Cylindrical-coordinate representation of color #E40558: hue angle of 337.67º 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 #E40558 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.11 |
| HSL | 337.67º | 0.96% | 0.46% | - |
| HSV(B) | 337.67º | 0.98% | 0.89% | - |
| XYZ | 33.81 | 17.31 | 10.79 | - |
| YUV | 81.14 | 131.88 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 88 | 0 | 0.98 | 0.61 | 0.11 | 337.67 | 0.96 | 0.46 |
| Hex | E4 | 5 | 58 | 0 | 62 | 3D | B | 152 | 60 | 2E |
| Octal | 344 | 5 | 130 | 0 | 142 | 75 | 13 | 522 | 140 | 56 |
| Binary | 11100100 | 101 | 1011000 | 0 | 1100010 | 111101 | 1011 | 101010010 | 1100000 | 101110 |
Color Harmonies of #E40558
Complementary color
Monochromatic Colors of #E40558
Black with #E40558
Text Example
Text Example
White with #E40558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40558; }
p { color: rgb(228,5,88); }
H1.HeaderClassName
{
color: #E40558;
}
.AnyTagClassName
{
color: #E40558;
}
</style>
background-color css
<style>
a { background-color: #E40558; }
a { background-color: rgb(228,5,88); }
div.DivClassName
{
background-color: #E40558;
}
.BgClassName
{
background-color: #E40558;
}
</style>
border-color css
<style>
span { border-color: #E40558; }
span { border-color: rgb(228,5,88); }
td.TdClassName
{
border-color: #E40558;
}
.TagClassName
{
border-color: #E40558;
}
</style>