Shades of Razzmatazz #E10458
Tints of Razzmatazz #E10458
RGB
CMYK
RGB Variations
Color information
#E10458 (or 0xE10458) is known color: Razzmatazz. HEX triplet: E1, 04 and 58. RGB value is (225,4,88). Sum of RGB (Red+Green+Blue) = 225+4+88=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E10458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10458 is #1EFBA7. Grayscale: #4F4F4F. Windows color (decimal): -2030504 or 5768417. OLE color: 5768417.
HSL color Cylindrical-coordinate representation of color #E10458: hue angle of 337.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10458 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.12 |
| HSL | 337.19º | 0.97% | 0.45% | - |
| HSV(B) | 337.19º | 0.98% | 0.88% | - |
| XYZ | 32.86 | 16.8 | 10.74 | - |
| YUV | 79.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 88 | 0 | 0.98 | 0.61 | 0.12 | 337.19 | 0.97 | 0.45 |
| Hex | E1 | 4 | 58 | 0 | 62 | 3D | C | 151 | 61 | 2D |
| Octal | 341 | 4 | 130 | 0 | 142 | 75 | 14 | 521 | 141 | 55 |
| Binary | 11100001 | 100 | 1011000 | 0 | 1100010 | 111101 | 1100 | 101010001 | 1100001 | 101101 |
Color Harmonies of #E10458
Complementary color
Monochromatic Colors of #E10458
Black with #E10458
Text Example
Text Example
White with #E10458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10458; }
p { color: rgb(225,4,88); }
H1.HeaderClassName
{
color: #E10458;
}
.AnyTagClassName
{
color: #E10458;
}
</style>
background-color css
<style>
a { background-color: #E10458; }
a { background-color: rgb(225,4,88); }
div.DivClassName
{
background-color: #E10458;
}
.BgClassName
{
background-color: #E10458;
}
</style>
border-color css
<style>
span { border-color: #E10458; }
span { border-color: rgb(225,4,88); }
td.TdClassName
{
border-color: #E10458;
}
.TagClassName
{
border-color: #E10458;
}
</style>