Shades of Ruby #E2175E
Tints of Ruby #E2175E
RGB
CMYK
RGB Variations
Color information
#E2175E (or 0xE2175E) is known color: Ruby. HEX triplet: E2, 17 and 5E. RGB value is (226,23,94). Sum of RGB (Red+Green+Blue) = 226+23+94=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2175E is #1DE8A1. Grayscale: #5B5B5B. Windows color (decimal): -1960098 or 6166498. OLE color: 6166498.
HSL color Cylindrical-coordinate representation of color #E2175E: hue angle of 339.01º 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 #E2175E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 94 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.11 |
| HSL | 339.01º | 0.82% | 0.49% | - |
| HSV(B) | 339.01º | 0.9% | 0.89% | - |
| XYZ | 33.69 | 17.59 | 12.21 | - |
| YUV | 91.79 | 129.25 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 94 | 0 | 0.90 | 0.58 | 0.11 | 339.01 | 0.82 | 0.49 |
| Hex | E2 | 17 | 5E | 0 | 5A | 3A | B | 153 | 52 | 31 |
| Octal | 342 | 27 | 136 | 0 | 132 | 72 | 13 | 523 | 122 | 61 |
| Binary | 11100010 | 10111 | 1011110 | 0 | 1011010 | 111010 | 1011 | 101010011 | 1010010 | 110001 |
Color Harmonies of #E2175E
Complementary color
Monochromatic Colors of #E2175E
Black with #E2175E
Text Example
Text Example
White with #E2175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2175E; }
p { color: rgb(226,23,94); }
H1.HeaderClassName
{
color: #E2175E;
}
.AnyTagClassName
{
color: #E2175E;
}
</style>
background-color css
<style>
a { background-color: #E2175E; }
a { background-color: rgb(226,23,94); }
div.DivClassName
{
background-color: #E2175E;
}
.BgClassName
{
background-color: #E2175E;
}
</style>
border-color css
<style>
span { border-color: #E2175E; }
span { border-color: rgb(226,23,94); }
td.TdClassName
{
border-color: #E2175E;
}
.TagClassName
{
border-color: #E2175E;
}
</style>