Shades of Ruby #E20379
Tints of Ruby #E20379
RGB
CMYK
RGB Variations
Color information
#E20379 (or 0xE20379) is known color: Ruby. HEX triplet: E2, 03 and 79. RGB value is (226,3,121). Sum of RGB (Red+Green+Blue) = 226+3+121=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E20379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20379 is #1DFC86. Grayscale: #525252. Windows color (decimal): -1965191 or 7930850. OLE color: 7930850.
HSL color Cylindrical-coordinate representation of color #E20379: hue angle of 328.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20379 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.11 |
| HSL | 328.25º | 0.97% | 0.45% | - |
| HSV(B) | 328.25º | 0.99% | 0.89% | - |
| XYZ | 34.85 | 17.61 | 19.65 | - |
| YUV | 83.13 | 149.38 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 121 | 0 | 0.99 | 0.46 | 0.11 | 328.25 | 0.97 | 0.45 |
| Hex | E2 | 3 | 79 | 0 | 63 | 2E | B | 148 | 61 | 2D |
| Octal | 342 | 3 | 171 | 0 | 143 | 56 | 13 | 510 | 141 | 55 |
| Binary | 11100010 | 11 | 1111001 | 0 | 1100011 | 101110 | 1011 | 101001000 | 1100001 | 101101 |
Color Harmonies of #E20379
Complementary color
Monochromatic Colors of #E20379
Black with #E20379
Text Example
Text Example
White with #E20379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20379; }
p { color: rgb(226,3,121); }
H1.HeaderClassName
{
color: #E20379;
}
.AnyTagClassName
{
color: #E20379;
}
</style>
background-color css
<style>
a { background-color: #E20379; }
a { background-color: rgb(226,3,121); }
div.DivClassName
{
background-color: #E20379;
}
.BgClassName
{
background-color: #E20379;
}
</style>
border-color css
<style>
span { border-color: #E20379; }
span { border-color: rgb(226,3,121); }
td.TdClassName
{
border-color: #E20379;
}
.TagClassName
{
border-color: #E20379;
}
</style>