Shades of Razzmatazz #E10859
Tints of Razzmatazz #E10859
RGB
CMYK
RGB Variations
Color information
#E10859 (or 0xE10859) is known color: Razzmatazz. HEX triplet: E1, 08 and 59. RGB value is (225,8,89). Sum of RGB (Red+Green+Blue) = 225+8+89=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E10859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10859 is #1EF7A6. Grayscale: #525252. Windows color (decimal): -2029479 or 5834977. OLE color: 5834977.
HSL color Cylindrical-coordinate representation of color #E10859: hue angle of 337.6º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10859 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.12 |
| HSL | 337.6º | 0.93% | 0.46% | - |
| HSV(B) | 337.6º | 0.96% | 0.88% | - |
| XYZ | 32.94 | 16.9 | 10.98 | - |
| YUV | 82.12 | 131.89 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 89 | 0 | 0.96 | 0.60 | 0.12 | 337.6 | 0.93 | 0.46 |
| Hex | E1 | 8 | 59 | 0 | 60 | 3C | C | 152 | 5D | 2E |
| Octal | 341 | 10 | 131 | 0 | 140 | 74 | 14 | 522 | 135 | 56 |
| Binary | 11100001 | 1000 | 1011001 | 0 | 1100000 | 111100 | 1100 | 101010010 | 1011101 | 101110 |
Color Harmonies of #E10859
Complementary color
Monochromatic Colors of #E10859
Black with #E10859
Text Example
Text Example
White with #E10859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10859; }
p { color: rgb(225,8,89); }
H1.HeaderClassName
{
color: #E10859;
}
.AnyTagClassName
{
color: #E10859;
}
</style>
background-color css
<style>
a { background-color: #E10859; }
a { background-color: rgb(225,8,89); }
div.DivClassName
{
background-color: #E10859;
}
.BgClassName
{
background-color: #E10859;
}
</style>
border-color css
<style>
span { border-color: #E10859; }
span { border-color: rgb(225,8,89); }
td.TdClassName
{
border-color: #E10859;
}
.TagClassName
{
border-color: #E10859;
}
</style>