Shades of Ruby #E11665
Tints of Ruby #E11665
RGB
CMYK
RGB Variations
Color information
#E11665 (or 0xE11665) is known color: Ruby. HEX triplet: E1, 16 and 65. RGB value is (225,22,101). Sum of RGB (Red+Green+Blue) = 225+22+101=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E11665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11665 is #1EE99A. Grayscale: #5B5B5B. Windows color (decimal): -2025883 or 6624993. OLE color: 6624993.
HSL color Cylindrical-coordinate representation of color #E11665: hue angle of 336.65º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11665 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.12 |
| HSL | 336.65º | 0.82% | 0.48% | - |
| HSV(B) | 336.65º | 0.9% | 0.88% | - |
| XYZ | 33.69 | 17.52 | 13.92 | - |
| YUV | 91.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 101 | 0 | 0.90 | 0.55 | 0.12 | 336.65 | 0.82 | 0.48 |
| Hex | E1 | 16 | 65 | 0 | 5A | 37 | C | 151 | 52 | 30 |
| Octal | 341 | 26 | 145 | 0 | 132 | 67 | 14 | 521 | 122 | 60 |
| Binary | 11100001 | 10110 | 1100101 | 0 | 1011010 | 110111 | 1100 | 101010001 | 1010010 | 110000 |
Color Harmonies of #E11665
Complementary color
Monochromatic Colors of #E11665
Black with #E11665
Text Example
Text Example
White with #E11665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11665; }
p { color: rgb(225,22,101); }
H1.HeaderClassName
{
color: #E11665;
}
.AnyTagClassName
{
color: #E11665;
}
</style>
background-color css
<style>
a { background-color: #E11665; }
a { background-color: rgb(225,22,101); }
div.DivClassName
{
background-color: #E11665;
}
.BgClassName
{
background-color: #E11665;
}
</style>
border-color css
<style>
span { border-color: #E11665; }
span { border-color: rgb(225,22,101); }
td.TdClassName
{
border-color: #E11665;
}
.TagClassName
{
border-color: #E11665;
}
</style>