Shades of Razzmatazz #E40E58
Tints of Razzmatazz #E40E58
RGB
CMYK
RGB Variations
Color information
#E40E58 (or 0xE40E58) is known color: Razzmatazz. HEX triplet: E4, 0E and 58. RGB value is (228,14,88). Sum of RGB (Red+Green+Blue) = 228+14+88=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40E58 is #1BF1A7. Grayscale: #565656. Windows color (decimal): -1831336 or 5770980. OLE color: 5770980.
HSL color Cylindrical-coordinate representation of color #E40E58: hue angle of 339.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E58 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 88 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.11 |
| HSL | 339.25º | 0.88% | 0.47% | - |
| HSV(B) | 339.25º | 0.94% | 0.89% | - |
| XYZ | 33.91 | 17.51 | 10.83 | - |
| YUV | 86.42 | 128.9 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 88 | 0 | 0.94 | 0.61 | 0.11 | 339.25 | 0.88 | 0.47 |
| Hex | E4 | E | 58 | 0 | 5E | 3D | B | 153 | 58 | 2F |
| Octal | 344 | 16 | 130 | 0 | 136 | 75 | 13 | 523 | 130 | 57 |
| Binary | 11100100 | 1110 | 1011000 | 0 | 1011110 | 111101 | 1011 | 101010011 | 1011000 | 101111 |
Color Harmonies of #E40E58
Complementary color
Monochromatic Colors of #E40E58
Black with #E40E58
Text Example
Text Example
White with #E40E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E58; }
p { color: rgb(228,14,88); }
H1.HeaderClassName
{
color: #E40E58;
}
.AnyTagClassName
{
color: #E40E58;
}
</style>
background-color css
<style>
a { background-color: #E40E58; }
a { background-color: rgb(228,14,88); }
div.DivClassName
{
background-color: #E40E58;
}
.BgClassName
{
background-color: #E40E58;
}
</style>
border-color css
<style>
span { border-color: #E40E58; }
span { border-color: rgb(228,14,88); }
td.TdClassName
{
border-color: #E40E58;
}
.TagClassName
{
border-color: #E40E58;
}
</style>