Shades of Ruby #E21165
Tints of Ruby #E21165
RGB
CMYK
RGB Variations
Color information
#E21165 (or 0xE21165) is known color: Ruby. HEX triplet: E2, 11 and 65. RGB value is (226,17,101). Sum of RGB (Red+Green+Blue) = 226+17+101=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E21165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21165 is #1DEE9A. Grayscale: #585858. Windows color (decimal): -1961627 or 6623714. OLE color: 6623714.
HSL color Cylindrical-coordinate representation of color #E21165: hue angle of 335.89º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21165 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 101 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.11 |
| HSL | 335.89º | 0.86% | 0.48% | - |
| HSV(B) | 335.89º | 0.92% | 0.89% | - |
| XYZ | 33.91 | 17.51 | 13.9 | - |
| YUV | 89.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 101 | 0 | 0.92 | 0.55 | 0.11 | 335.89 | 0.86 | 0.48 |
| Hex | E2 | 11 | 65 | 0 | 5C | 37 | B | 150 | 56 | 30 |
| Octal | 342 | 21 | 145 | 0 | 134 | 67 | 13 | 520 | 126 | 60 |
| Binary | 11100010 | 10001 | 1100101 | 0 | 1011100 | 110111 | 1011 | 101010000 | 1010110 | 110000 |
Color Harmonies of #E21165
Complementary color
Monochromatic Colors of #E21165
Black with #E21165
Text Example
Text Example
White with #E21165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21165; }
p { color: rgb(226,17,101); }
H1.HeaderClassName
{
color: #E21165;
}
.AnyTagClassName
{
color: #E21165;
}
</style>
background-color css
<style>
a { background-color: #E21165; }
a { background-color: rgb(226,17,101); }
div.DivClassName
{
background-color: #E21165;
}
.BgClassName
{
background-color: #E21165;
}
</style>
border-color css
<style>
span { border-color: #E21165; }
span { border-color: rgb(226,17,101); }
td.TdClassName
{
border-color: #E21165;
}
.TagClassName
{
border-color: #E21165;
}
</style>