Shades of Razzmatazz #E10D59
Tints of Razzmatazz #E10D59
RGB
CMYK
RGB Variations
Color information
#E10D59 (or 0xE10D59) is known color: Razzmatazz. HEX triplet: E1, 0D and 59. RGB value is (225,13,89). Sum of RGB (Red+Green+Blue) = 225+13+89=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D59 is #1EF2A6. Grayscale: #545454. Windows color (decimal): -2028199 or 5836257. OLE color: 5836257.
HSL color Cylindrical-coordinate representation of color #E10D59: hue angle of 338.49º degrees, saturation: 0.89, 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 #E10D59 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 89 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.12 |
| HSL | 338.49º | 0.89% | 0.47% | - |
| HSV(B) | 338.49º | 0.94% | 0.88% | - |
| XYZ | 33 | 17.02 | 11 | - |
| YUV | 85.05 | 130.24 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 89 | 0 | 0.94 | 0.60 | 0.12 | 338.49 | 0.89 | 0.47 |
| Hex | E1 | D | 59 | 0 | 5E | 3C | C | 152 | 59 | 2F |
| Octal | 341 | 15 | 131 | 0 | 136 | 74 | 14 | 522 | 131 | 57 |
| Binary | 11100001 | 1101 | 1011001 | 0 | 1011110 | 111100 | 1100 | 101010010 | 1011001 | 101111 |
Color Harmonies of #E10D59
Complementary color
Monochromatic Colors of #E10D59
Black with #E10D59
Text Example
Text Example
White with #E10D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D59; }
p { color: rgb(225,13,89); }
H1.HeaderClassName
{
color: #E10D59;
}
.AnyTagClassName
{
color: #E10D59;
}
</style>
background-color css
<style>
a { background-color: #E10D59; }
a { background-color: rgb(225,13,89); }
div.DivClassName
{
background-color: #E10D59;
}
.BgClassName
{
background-color: #E10D59;
}
</style>
border-color css
<style>
span { border-color: #E10D59; }
span { border-color: rgb(225,13,89); }
td.TdClassName
{
border-color: #E10D59;
}
.TagClassName
{
border-color: #E10D59;
}
</style>