Shades of Razzmatazz #E10E59
Tints of Razzmatazz #E10E59
RGB
CMYK
RGB Variations
Color information
#E10E59 (or 0xE10E59) is known color: Razzmatazz. HEX triplet: E1, 0E and 59. RGB value is (225,14,89). Sum of RGB (Red+Green+Blue) = 225+14+89=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E59 is #1EF1A6. Grayscale: #555555. Windows color (decimal): -2027943 or 5836513. OLE color: 5836513.
HSL color Cylindrical-coordinate representation of color #E10E59: hue angle of 338.67º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10E59 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 89 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.12 |
| HSL | 338.67º | 0.88% | 0.47% | - |
| HSV(B) | 338.67º | 0.94% | 0.88% | - |
| XYZ | 33.01 | 17.04 | 11 | - |
| YUV | 85.64 | 129.9 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 89 | 0 | 0.94 | 0.60 | 0.12 | 338.67 | 0.88 | 0.47 |
| Hex | E1 | E | 59 | 0 | 5E | 3C | C | 153 | 58 | 2F |
| Octal | 341 | 16 | 131 | 0 | 136 | 74 | 14 | 523 | 130 | 57 |
| Binary | 11100001 | 1110 | 1011001 | 0 | 1011110 | 111100 | 1100 | 101010011 | 1011000 | 101111 |
Color Harmonies of #E10E59
Complementary color
Monochromatic Colors of #E10E59
Black with #E10E59
Text Example
Text Example
White with #E10E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10E59; }
p { color: rgb(225,14,89); }
H1.HeaderClassName
{
color: #E10E59;
}
.AnyTagClassName
{
color: #E10E59;
}
</style>
background-color css
<style>
a { background-color: #E10E59; }
a { background-color: rgb(225,14,89); }
div.DivClassName
{
background-color: #E10E59;
}
.BgClassName
{
background-color: #E10E59;
}
</style>
border-color css
<style>
span { border-color: #E10E59; }
span { border-color: rgb(225,14,89); }
td.TdClassName
{
border-color: #E10E59;
}
.TagClassName
{
border-color: #E10E59;
}
</style>