Shades of Ruby #E21177
Tints of Ruby #E21177
RGB
CMYK
RGB Variations
Color information
#E21177 (or 0xE21177) is known color: Ruby. HEX triplet: E2, 11 and 77. RGB value is (226,17,119). Sum of RGB (Red+Green+Blue) = 226+17+119=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21177 is #1DEE88. Grayscale: #5A5A5A. Windows color (decimal): -1961609 or 7803362. OLE color: 7803362.
HSL color Cylindrical-coordinate representation of color #E21177: hue angle of 330.72º 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 #E21177 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 119 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.11 |
| HSL | 330.72º | 0.86% | 0.48% | - |
| HSV(B) | 330.72º | 0.92% | 0.89% | - |
| XYZ | 34.89 | 17.9 | 19.07 | - |
| YUV | 91.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 119 | 0 | 0.92 | 0.47 | 0.11 | 330.72 | 0.86 | 0.48 |
| Hex | E2 | 11 | 77 | 0 | 5C | 2F | B | 14B | 56 | 30 |
| Octal | 342 | 21 | 167 | 0 | 134 | 57 | 13 | 513 | 126 | 60 |
| Binary | 11100010 | 10001 | 1110111 | 0 | 1011100 | 101111 | 1011 | 101001011 | 1010110 | 110000 |
Color Harmonies of #E21177
Complementary color
Monochromatic Colors of #E21177
Black with #E21177
Text Example
Text Example
White with #E21177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21177; }
p { color: rgb(226,17,119); }
H1.HeaderClassName
{
color: #E21177;
}
.AnyTagClassName
{
color: #E21177;
}
</style>
background-color css
<style>
a { background-color: #E21177; }
a { background-color: rgb(226,17,119); }
div.DivClassName
{
background-color: #E21177;
}
.BgClassName
{
background-color: #E21177;
}
</style>
border-color css
<style>
span { border-color: #E21177; }
span { border-color: rgb(226,17,119); }
td.TdClassName
{
border-color: #E21177;
}
.TagClassName
{
border-color: #E21177;
}
</style>