Shades of Razzmatazz #E40858
Tints of Razzmatazz #E40858
RGB
CMYK
RGB Variations
Color information
#E40858 (or 0xE40858) is known color: Razzmatazz. HEX triplet: E4, 08 and 58. RGB value is (228,8,88). Sum of RGB (Red+Green+Blue) = 228+8+88=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E40858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40858 is #1BF7A7. Grayscale: #525252. Windows color (decimal): -1832872 or 5769444. OLE color: 5769444.
HSL color Cylindrical-coordinate representation of color #E40858: hue angle of 338.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40858 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.11 |
| HSL | 338.18º | 0.93% | 0.46% | - |
| HSV(B) | 338.18º | 0.96% | 0.89% | - |
| XYZ | 33.84 | 17.37 | 10.8 | - |
| YUV | 82.9 | 130.89 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 88 | 0 | 0.96 | 0.61 | 0.11 | 338.18 | 0.93 | 0.46 |
| Hex | E4 | 8 | 58 | 0 | 60 | 3D | B | 152 | 5D | 2E |
| Octal | 344 | 10 | 130 | 0 | 140 | 75 | 13 | 522 | 135 | 56 |
| Binary | 11100100 | 1000 | 1011000 | 0 | 1100000 | 111101 | 1011 | 101010010 | 1011101 | 101110 |
Color Harmonies of #E40858
Complementary color
Monochromatic Colors of #E40858
Black with #E40858
Text Example
Text Example
White with #E40858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40858; }
p { color: rgb(228,8,88); }
H1.HeaderClassName
{
color: #E40858;
}
.AnyTagClassName
{
color: #E40858;
}
</style>
background-color css
<style>
a { background-color: #E40858; }
a { background-color: rgb(228,8,88); }
div.DivClassName
{
background-color: #E40858;
}
.BgClassName
{
background-color: #E40858;
}
</style>
border-color css
<style>
span { border-color: #E40858; }
span { border-color: rgb(228,8,88); }
td.TdClassName
{
border-color: #E40858;
}
.TagClassName
{
border-color: #E40858;
}
</style>