Shades of Ruby #E11F59
Tints of Ruby #E11F59
RGB
CMYK
RGB Variations
Color information
#E11F59 (or 0xE11F59) is known color: Ruby. HEX triplet: E1, 1F and 59. RGB value is (225,31,89). Sum of RGB (Red+Green+Blue) = 225+31+89=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F59 is #1EE0A6. Grayscale: #5F5F5F. Windows color (decimal): -2023591 or 5840865. OLE color: 5840865.
HSL color Cylindrical-coordinate representation of color #E11F59: hue angle of 342.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F59 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 89 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.12 |
| HSL | 342.06º | 0.76% | 0.5% | - |
| HSV(B) | 342.06º | 0.86% | 0.88% | - |
| XYZ | 33.34 | 17.71 | 11.11 | - |
| YUV | 95.62 | 124.27 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 89 | 0 | 0.86 | 0.60 | 0.12 | 342.06 | 0.76 | 0.5 |
| Hex | E1 | 1F | 59 | 0 | 56 | 3C | C | 156 | 4C | 32 |
| Octal | 341 | 37 | 131 | 0 | 126 | 74 | 14 | 526 | 114 | 62 |
| Binary | 11100001 | 11111 | 1011001 | 0 | 1010110 | 111100 | 1100 | 101010110 | 1001100 | 110010 |
Color Harmonies of #E11F59
Complementary color
Monochromatic Colors of #E11F59
Black with #E11F59
Text Example
Text Example
White with #E11F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F59; }
p { color: rgb(225,31,89); }
H1.HeaderClassName
{
color: #E11F59;
}
.AnyTagClassName
{
color: #E11F59;
}
</style>
background-color css
<style>
a { background-color: #E11F59; }
a { background-color: rgb(225,31,89); }
div.DivClassName
{
background-color: #E11F59;
}
.BgClassName
{
background-color: #E11F59;
}
</style>
border-color css
<style>
span { border-color: #E11F59; }
span { border-color: rgb(225,31,89); }
td.TdClassName
{
border-color: #E11F59;
}
.TagClassName
{
border-color: #E11F59;
}
</style>