Shades of Ruby #E11A65
Tints of Ruby #E11A65
RGB
CMYK
RGB Variations
Color information
#E11A65 (or 0xE11A65) is known color: Ruby. HEX triplet: E1, 1A and 65. RGB value is (225,26,101). Sum of RGB (Red+Green+Blue) = 225+26+101=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A65 is #1EE59A. Grayscale: #5D5D5D. Windows color (decimal): -2024859 or 6626017. OLE color: 6626017.
HSL color Cylindrical-coordinate representation of color #E11A65: hue angle of 337.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A65 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 101 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.12 |
| HSL | 337.39º | 0.79% | 0.49% | - |
| HSV(B) | 337.39º | 0.88% | 0.88% | - |
| XYZ | 33.77 | 17.69 | 13.95 | - |
| YUV | 94.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 101 | 0 | 0.88 | 0.55 | 0.12 | 337.39 | 0.79 | 0.49 |
| Hex | E1 | 1A | 65 | 0 | 58 | 37 | C | 151 | 4F | 31 |
| Octal | 341 | 32 | 145 | 0 | 130 | 67 | 14 | 521 | 117 | 61 |
| Binary | 11100001 | 11010 | 1100101 | 0 | 1011000 | 110111 | 1100 | 101010001 | 1001111 | 110001 |
Color Harmonies of #E11A65
Complementary color
Monochromatic Colors of #E11A65
Black with #E11A65
Text Example
Text Example
White with #E11A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A65; }
p { color: rgb(225,26,101); }
H1.HeaderClassName
{
color: #E11A65;
}
.AnyTagClassName
{
color: #E11A65;
}
</style>
background-color css
<style>
a { background-color: #E11A65; }
a { background-color: rgb(225,26,101); }
div.DivClassName
{
background-color: #E11A65;
}
.BgClassName
{
background-color: #E11A65;
}
</style>
border-color css
<style>
span { border-color: #E11A65; }
span { border-color: rgb(225,26,101); }
td.TdClassName
{
border-color: #E11A65;
}
.TagClassName
{
border-color: #E11A65;
}
</style>