Shades of Ruby #E11E65
Tints of Ruby #E11E65
RGB
CMYK
RGB Variations
Color information
#E11E65 (or 0xE11E65) is known color: Ruby. HEX triplet: E1, 1E and 65. RGB value is (225,30,101). Sum of RGB (Red+Green+Blue) = 225+30+101=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E65 is #1EE19A. Grayscale: #606060. Windows color (decimal): -2023835 or 6627041. OLE color: 6627041.
HSL color Cylindrical-coordinate representation of color #E11E65: hue angle of 338.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E65 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 101 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.12 |
| HSL | 338.15º | 0.76% | 0.5% | - |
| HSV(B) | 338.15º | 0.87% | 0.88% | - |
| XYZ | 33.86 | 17.88 | 13.98 | - |
| YUV | 96.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 101 | 0 | 0.87 | 0.55 | 0.12 | 338.15 | 0.76 | 0.5 |
| Hex | E1 | 1E | 65 | 0 | 57 | 37 | C | 152 | 4C | 32 |
| Octal | 341 | 36 | 145 | 0 | 127 | 67 | 14 | 522 | 114 | 62 |
| Binary | 11100001 | 11110 | 1100101 | 0 | 1010111 | 110111 | 1100 | 101010010 | 1001100 | 110010 |
Color Harmonies of #E11E65
Complementary color
Monochromatic Colors of #E11E65
Black with #E11E65
Text Example
Text Example
White with #E11E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E65; }
p { color: rgb(225,30,101); }
H1.HeaderClassName
{
color: #E11E65;
}
.AnyTagClassName
{
color: #E11E65;
}
</style>
background-color css
<style>
a { background-color: #E11E65; }
a { background-color: rgb(225,30,101); }
div.DivClassName
{
background-color: #E11E65;
}
.BgClassName
{
background-color: #E11E65;
}
</style>
border-color css
<style>
span { border-color: #E11E65; }
span { border-color: rgb(225,30,101); }
td.TdClassName
{
border-color: #E11E65;
}
.TagClassName
{
border-color: #E11E65;
}
</style>