Shades of Razzmatazz #E40458
Tints of Razzmatazz #E40458
RGB
CMYK
RGB Variations
Color information
#E40458 (or 0xE40458) is known color: Razzmatazz. HEX triplet: E4, 04 and 58. RGB value is (228,4,88). Sum of RGB (Red+Green+Blue) = 228+4+88=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E40458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40458 is #1BFBA7. Grayscale: #505050. Windows color (decimal): -1833896 or 5768420. OLE color: 5768420.
HSL color Cylindrical-coordinate representation of color #E40458: hue angle of 337.5º 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 #E40458 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.11 |
| HSL | 337.5º | 0.97% | 0.45% | - |
| HSV(B) | 337.5º | 0.98% | 0.89% | - |
| XYZ | 33.8 | 17.29 | 10.79 | - |
| YUV | 80.55 | 132.21 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 88 | 0 | 0.98 | 0.61 | 0.11 | 337.5 | 0.97 | 0.45 |
| Hex | E4 | 4 | 58 | 0 | 62 | 3D | B | 152 | 61 | 2D |
| Octal | 344 | 4 | 130 | 0 | 142 | 75 | 13 | 522 | 141 | 55 |
| Binary | 11100100 | 100 | 1011000 | 0 | 1100010 | 111101 | 1011 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E40458
Complementary color
Monochromatic Colors of #E40458
Black with #E40458
Text Example
Text Example
White with #E40458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40458; }
p { color: rgb(228,4,88); }
H1.HeaderClassName
{
color: #E40458;
}
.AnyTagClassName
{
color: #E40458;
}
</style>
background-color css
<style>
a { background-color: #E40458; }
a { background-color: rgb(228,4,88); }
div.DivClassName
{
background-color: #E40458;
}
.BgClassName
{
background-color: #E40458;
}
</style>
border-color css
<style>
span { border-color: #E40458; }
span { border-color: rgb(228,4,88); }
td.TdClassName
{
border-color: #E40458;
}
.TagClassName
{
border-color: #E40458;
}
</style>