Shades of Razzmatazz #E10058
Tints of Razzmatazz #E10058
RGB
CMYK
RGB Variations
Color information
#E10058 (or 0xE10058) is known color: Razzmatazz. HEX triplet: E1, 00 and 58. RGB value is (225,0,88). Sum of RGB (Red+Green+Blue) = 225+0+88=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E10058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10058 is #1EFFA7. Grayscale: #4D4D4D. Windows color (decimal): -2031528 or 5767393. OLE color: 5767393.
HSL color Cylindrical-coordinate representation of color #E10058: hue angle of 336.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10058 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.61 | 0.12 |
| HSL | 336.53º | 1% | 0.44% | - |
| HSV(B) | 336.53º | 1% | 0.88% | - |
| XYZ | 32.81 | 16.71 | 10.73 | - |
| YUV | 77.31 | 134.04 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 88 | 0 | 1 | 0.61 | 0.12 | 336.53 | 1 | 0.44 |
| Hex | E1 | 0 | 58 | 0 | 64 | 3D | C | 151 | 64 | 2C |
| Octal | 341 | 0 | 130 | 0 | 144 | 75 | 14 | 521 | 144 | 54 |
| Binary | 11100001 | 0 | 1011000 | 0 | 1100100 | 111101 | 1100 | 101010001 | 1100100 | 101100 |
Color Harmonies of #E10058
Complementary color
Monochromatic Colors of #E10058
Black with #E10058
Text Example
Text Example
White with #E10058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10058; }
p { color: rgb(225,0,88); }
H1.HeaderClassName
{
color: #E10058;
}
.AnyTagClassName
{
color: #E10058;
}
</style>
background-color css
<style>
a { background-color: #E10058; }
a { background-color: rgb(225,0,88); }
div.DivClassName
{
background-color: #E10058;
}
.BgClassName
{
background-color: #E10058;
}
</style>
border-color css
<style>
span { border-color: #E10058; }
span { border-color: rgb(225,0,88); }
td.TdClassName
{
border-color: #E10058;
}
.TagClassName
{
border-color: #E10058;
}
</style>