Shades of Ruby #E11861
Tints of Ruby #E11861
RGB
CMYK
RGB Variations
Color information
#E11861 (or 0xE11861) is known color: Ruby. HEX triplet: E1, 18 and 61. RGB value is (225,24,97). Sum of RGB (Red+Green+Blue) = 225+24+97=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11861 is #1EE79E. Grayscale: #5C5C5C. Windows color (decimal): -2025375 or 6363361. OLE color: 6363361.
HSL color Cylindrical-coordinate representation of color #E11861: hue angle of 338.21º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11861 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 97 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.12 |
| HSL | 338.21º | 0.81% | 0.49% | - |
| HSV(B) | 338.21º | 0.89% | 0.88% | - |
| XYZ | 33.54 | 17.52 | 12.92 | - |
| YUV | 92.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 97 | 0 | 0.89 | 0.57 | 0.12 | 338.21 | 0.81 | 0.49 |
| Hex | E1 | 18 | 61 | 0 | 59 | 39 | C | 152 | 51 | 31 |
| Octal | 341 | 30 | 141 | 0 | 131 | 71 | 14 | 522 | 121 | 61 |
| Binary | 11100001 | 11000 | 1100001 | 0 | 1011001 | 111001 | 1100 | 101010010 | 1010001 | 110001 |
Color Harmonies of #E11861
Complementary color
Monochromatic Colors of #E11861
Black with #E11861
Text Example
Text Example
White with #E11861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11861; }
p { color: rgb(225,24,97); }
H1.HeaderClassName
{
color: #E11861;
}
.AnyTagClassName
{
color: #E11861;
}
</style>
background-color css
<style>
a { background-color: #E11861; }
a { background-color: rgb(225,24,97); }
div.DivClassName
{
background-color: #E11861;
}
.BgClassName
{
background-color: #E11861;
}
</style>
border-color css
<style>
span { border-color: #E11861; }
span { border-color: rgb(225,24,97); }
td.TdClassName
{
border-color: #E11861;
}
.TagClassName
{
border-color: #E11861;
}
</style>