Shades of Ruby #E2176E
Tints of Ruby #E2176E
RGB
CMYK
RGB Variations
Color information
#E2176E (or 0xE2176E) is known color: Ruby. HEX triplet: E2, 17 and 6E. RGB value is (226,23,110). Sum of RGB (Red+Green+Blue) = 226+23+110=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2176E is #1DE891. Grayscale: #5D5D5D. Windows color (decimal): -1960082 or 7215074. OLE color: 7215074.
HSL color Cylindrical-coordinate representation of color #E2176E: hue angle of 334.29º 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 #E2176E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 110 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.11 |
| HSL | 334.29º | 0.82% | 0.49% | - |
| HSV(B) | 334.29º | 0.9% | 0.89% | - |
| XYZ | 34.48 | 17.91 | 16.39 | - |
| YUV | 93.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 110 | 0 | 0.90 | 0.51 | 0.11 | 334.29 | 0.82 | 0.49 |
| Hex | E2 | 17 | 6E | 0 | 5A | 33 | B | 14E | 52 | 31 |
| Octal | 342 | 27 | 156 | 0 | 132 | 63 | 13 | 516 | 122 | 61 |
| Binary | 11100010 | 10111 | 1101110 | 0 | 1011010 | 110011 | 1011 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E2176E
Complementary color
Monochromatic Colors of #E2176E
Black with #E2176E
Text Example
Text Example
White with #E2176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2176E; }
p { color: rgb(226,23,110); }
H1.HeaderClassName
{
color: #E2176E;
}
.AnyTagClassName
{
color: #E2176E;
}
</style>
background-color css
<style>
a { background-color: #E2176E; }
a { background-color: rgb(226,23,110); }
div.DivClassName
{
background-color: #E2176E;
}
.BgClassName
{
background-color: #E2176E;
}
</style>
border-color css
<style>
span { border-color: #E2176E; }
span { border-color: rgb(226,23,110); }
td.TdClassName
{
border-color: #E2176E;
}
.TagClassName
{
border-color: #E2176E;
}
</style>