Shades of Ruby #E2076D
Tints of Ruby #E2076D
RGB
CMYK
RGB Variations
Color information
#E2076D (or 0xE2076D) is known color: Ruby. HEX triplet: E2, 07 and 6D. RGB value is (226,7,109). Sum of RGB (Red+Green+Blue) = 226+7+109=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2076D is #1DF892. Grayscale: #535353. Windows color (decimal): -1964179 or 7145442. OLE color: 7145442.
HSL color Cylindrical-coordinate representation of color #E2076D: hue angle of 332.05º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2076D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.11 |
| HSL | 332.05º | 0.94% | 0.46% | - |
| HSV(B) | 332.05º | 0.97% | 0.89% | - |
| XYZ | 34.2 | 17.42 | 16.03 | - |
| YUV | 84.11 | 142.05 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 109 | 0 | 0.97 | 0.52 | 0.11 | 332.05 | 0.94 | 0.46 |
| Hex | E2 | 7 | 6D | 0 | 61 | 34 | B | 14C | 5E | 2E |
| Octal | 342 | 7 | 155 | 0 | 141 | 64 | 13 | 514 | 136 | 56 |
| Binary | 11100010 | 111 | 1101101 | 0 | 1100001 | 110100 | 1011 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E2076D
Complementary color
Monochromatic Colors of #E2076D
Black with #E2076D
Text Example
Text Example
White with #E2076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2076D; }
p { color: rgb(226,7,109); }
H1.HeaderClassName
{
color: #E2076D;
}
.AnyTagClassName
{
color: #E2076D;
}
</style>
background-color css
<style>
a { background-color: #E2076D; }
a { background-color: rgb(226,7,109); }
div.DivClassName
{
background-color: #E2076D;
}
.BgClassName
{
background-color: #E2076D;
}
</style>
border-color css
<style>
span { border-color: #E2076D; }
span { border-color: rgb(226,7,109); }
td.TdClassName
{
border-color: #E2076D;
}
.TagClassName
{
border-color: #E2076D;
}
</style>