Shades of Ruby #E11666
Tints of Ruby #E11666
RGB
CMYK
RGB Variations
Color information
#E11666 (or 0xE11666) is known color: Ruby. HEX triplet: E1, 16 and 66. RGB value is (225,22,102). Sum of RGB (Red+Green+Blue) = 225+22+102=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E11666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11666 is #1EE999. Grayscale: #5B5B5B. Windows color (decimal): -2025882 or 6690529. OLE color: 6690529.
HSL color Cylindrical-coordinate representation of color #E11666: hue angle of 336.35º 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 #E11666 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 102 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.12 |
| HSL | 336.35º | 0.82% | 0.48% | - |
| HSV(B) | 336.35º | 0.9% | 0.88% | - |
| XYZ | 33.74 | 17.54 | 14.18 | - |
| YUV | 91.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 102 | 0 | 0.90 | 0.55 | 0.12 | 336.35 | 0.82 | 0.48 |
| Hex | E1 | 16 | 66 | 0 | 5A | 37 | C | 150 | 52 | 30 |
| Octal | 341 | 26 | 146 | 0 | 132 | 67 | 14 | 520 | 122 | 60 |
| Binary | 11100001 | 10110 | 1100110 | 0 | 1011010 | 110111 | 1100 | 101010000 | 1010010 | 110000 |
Color Harmonies of #E11666
Complementary color
Monochromatic Colors of #E11666
Black with #E11666
Text Example
Text Example
White with #E11666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11666; }
p { color: rgb(225,22,102); }
H1.HeaderClassName
{
color: #E11666;
}
.AnyTagClassName
{
color: #E11666;
}
</style>
background-color css
<style>
a { background-color: #E11666; }
a { background-color: rgb(225,22,102); }
div.DivClassName
{
background-color: #E11666;
}
.BgClassName
{
background-color: #E11666;
}
</style>
border-color css
<style>
span { border-color: #E11666; }
span { border-color: rgb(225,22,102); }
td.TdClassName
{
border-color: #E11666;
}
.TagClassName
{
border-color: #E11666;
}
</style>