Shades of Ruby #E3076D
Tints of Ruby #E3076D
RGB
CMYK
RGB Variations
Color information
#E3076D (or 0xE3076D) is known color: Ruby. HEX triplet: E3, 07 and 6D. RGB value is (227,7,109). Sum of RGB (Red+Green+Blue) = 227+7+109=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E3076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3076D is #1CF892. Grayscale: #545454. Windows color (decimal): -1898643 or 7145443. OLE color: 7145443.
HSL color Cylindrical-coordinate representation of color #E3076D: hue angle of 332.18º 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 #E3076D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.11 |
| HSL | 332.18º | 0.94% | 0.46% | - |
| HSV(B) | 332.18º | 0.97% | 0.89% | - |
| XYZ | 34.51 | 17.59 | 16.04 | - |
| YUV | 84.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 109 | 0 | 0.97 | 0.52 | 0.11 | 332.18 | 0.94 | 0.46 |
| Hex | E3 | 7 | 6D | 0 | 61 | 34 | B | 14C | 5E | 2E |
| Octal | 343 | 7 | 155 | 0 | 141 | 64 | 13 | 514 | 136 | 56 |
| Binary | 11100011 | 111 | 1101101 | 0 | 1100001 | 110100 | 1011 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E3076D
Complementary color
Monochromatic Colors of #E3076D
Black with #E3076D
Text Example
Text Example
White with #E3076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3076D; }
p { color: rgb(227,7,109); }
H1.HeaderClassName
{
color: #E3076D;
}
.AnyTagClassName
{
color: #E3076D;
}
</style>
background-color css
<style>
a { background-color: #E3076D; }
a { background-color: rgb(227,7,109); }
div.DivClassName
{
background-color: #E3076D;
}
.BgClassName
{
background-color: #E3076D;
}
</style>
border-color css
<style>
span { border-color: #E3076D; }
span { border-color: rgb(227,7,109); }
td.TdClassName
{
border-color: #E3076D;
}
.TagClassName
{
border-color: #E3076D;
}
</style>