Shades of Ruby #E11670
Tints of Ruby #E11670
RGB
CMYK
RGB Variations
Color information
#E11670 (or 0xE11670) is known color: Ruby. HEX triplet: E1, 16 and 70. RGB value is (225,22,112). Sum of RGB (Red+Green+Blue) = 225+22+112=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E11670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11670 is #1EE98F. Grayscale: #5C5C5C. Windows color (decimal): -2025872 or 7345889. OLE color: 7345889.
HSL color Cylindrical-coordinate representation of color #E11670: hue angle of 333.4º 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 #E11670 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 112 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 333.4º | 0.82% | 0.48% | - |
| HSV(B) | 333.4º | 0.9% | 0.88% | - |
| XYZ | 34.26 | 17.75 | 16.95 | - |
| YUV | 92.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 112 | 0 | 0.90 | 0.50 | 0.12 | 333.4 | 0.82 | 0.48 |
| Hex | E1 | 16 | 70 | 0 | 5A | 32 | C | 14D | 52 | 30 |
| Octal | 341 | 26 | 160 | 0 | 132 | 62 | 14 | 515 | 122 | 60 |
| Binary | 11100001 | 10110 | 1110000 | 0 | 1011010 | 110010 | 1100 | 101001101 | 1010010 | 110000 |
Color Harmonies of #E11670
Complementary color
Monochromatic Colors of #E11670
Black with #E11670
Text Example
Text Example
White with #E11670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11670; }
p { color: rgb(225,22,112); }
H1.HeaderClassName
{
color: #E11670;
}
.AnyTagClassName
{
color: #E11670;
}
</style>
background-color css
<style>
a { background-color: #E11670; }
a { background-color: rgb(225,22,112); }
div.DivClassName
{
background-color: #E11670;
}
.BgClassName
{
background-color: #E11670;
}
</style>
border-color css
<style>
span { border-color: #E11670; }
span { border-color: rgb(225,22,112); }
td.TdClassName
{
border-color: #E11670;
}
.TagClassName
{
border-color: #E11670;
}
</style>