Shades of Ruby #E2176B
Tints of Ruby #E2176B
RGB
CMYK
RGB Variations
Color information
#E2176B (or 0xE2176B) is known color: Ruby. HEX triplet: E2, 17 and 6B. RGB value is (226,23,107). Sum of RGB (Red+Green+Blue) = 226+23+107=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2176B is #1DE894. Grayscale: #5D5D5D. Windows color (decimal): -1960085 or 7018466. OLE color: 7018466.
HSL color Cylindrical-coordinate representation of color #E2176B: hue angle of 335.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2176B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.11 |
| HSL | 335.17º | 0.82% | 0.49% | - |
| HSV(B) | 335.17º | 0.9% | 0.89% | - |
| XYZ | 34.32 | 17.84 | 15.54 | - |
| YUV | 93.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 107 | 0 | 0.90 | 0.53 | 0.11 | 335.17 | 0.82 | 0.49 |
| Hex | E2 | 17 | 6B | 0 | 5A | 35 | B | 14F | 52 | 31 |
| Octal | 342 | 27 | 153 | 0 | 132 | 65 | 13 | 517 | 122 | 61 |
| Binary | 11100010 | 10111 | 1101011 | 0 | 1011010 | 110101 | 1011 | 101001111 | 1010010 | 110001 |
Color Harmonies of #E2176B
Complementary color
Monochromatic Colors of #E2176B
Black with #E2176B
Text Example
Text Example
White with #E2176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2176B; }
p { color: rgb(226,23,107); }
H1.HeaderClassName
{
color: #E2176B;
}
.AnyTagClassName
{
color: #E2176B;
}
</style>
background-color css
<style>
a { background-color: #E2176B; }
a { background-color: rgb(226,23,107); }
div.DivClassName
{
background-color: #E2176B;
}
.BgClassName
{
background-color: #E2176B;
}
</style>
border-color css
<style>
span { border-color: #E2176B; }
span { border-color: rgb(226,23,107); }
td.TdClassName
{
border-color: #E2176B;
}
.TagClassName
{
border-color: #E2176B;
}
</style>