Shades of Razzmatazz #E20458
Tints of Razzmatazz #E20458
RGB
CMYK
RGB Variations
Color information
#E20458 (or 0xE20458) is known color: Razzmatazz. HEX triplet: E2, 04 and 58. RGB value is (226,4,88). Sum of RGB (Red+Green+Blue) = 226+4+88=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E20458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20458 is #1DFBA7. Grayscale: #4F4F4F. Windows color (decimal): -1964968 or 5768418. OLE color: 5768418.
HSL color Cylindrical-coordinate representation of color #E20458: hue angle of 337.3º 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 #E20458 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.11 |
| HSL | 337.3º | 0.97% | 0.45% | - |
| HSV(B) | 337.3º | 0.98% | 0.89% | - |
| XYZ | 33.17 | 16.96 | 10.76 | - |
| YUV | 79.95 | 132.55 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 88 | 0 | 0.98 | 0.61 | 0.11 | 337.3 | 0.97 | 0.45 |
| Hex | E2 | 4 | 58 | 0 | 62 | 3D | B | 151 | 61 | 2D |
| Octal | 342 | 4 | 130 | 0 | 142 | 75 | 13 | 521 | 141 | 55 |
| Binary | 11100010 | 100 | 1011000 | 0 | 1100010 | 111101 | 1011 | 101010001 | 1100001 | 101101 |
Color Harmonies of #E20458
Complementary color
Monochromatic Colors of #E20458
Black with #E20458
Text Example
Text Example
White with #E20458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20458; }
p { color: rgb(226,4,88); }
H1.HeaderClassName
{
color: #E20458;
}
.AnyTagClassName
{
color: #E20458;
}
</style>
background-color css
<style>
a { background-color: #E20458; }
a { background-color: rgb(226,4,88); }
div.DivClassName
{
background-color: #E20458;
}
.BgClassName
{
background-color: #E20458;
}
</style>
border-color css
<style>
span { border-color: #E20458; }
span { border-color: rgb(226,4,88); }
td.TdClassName
{
border-color: #E20458;
}
.TagClassName
{
border-color: #E20458;
}
</style>