Shades of Ruby #E50675
Tints of Ruby #E50675
RGB
CMYK
RGB Variations
Color information
#E50675 (or 0xE50675) is known color: Ruby. HEX triplet: E5, 06 and 75. RGB value is (229,6,117). Sum of RGB (Red+Green+Blue) = 229+6+117=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50675 is #1AF98A. Grayscale: #555555. Windows color (decimal): -1767819 or 7669477. OLE color: 7669477.
HSL color Cylindrical-coordinate representation of color #E50675: hue angle of 330.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50675 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.10 |
| HSL | 330.13º | 0.95% | 0.46% | - |
| HSV(B) | 330.13º | 0.97% | 0.9% | - |
| XYZ | 35.59 | 18.07 | 18.44 | - |
| YUV | 85.33 | 145.88 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 117 | 0 | 0.97 | 0.49 | 0.10 | 330.13 | 0.95 | 0.46 |
| Hex | E5 | 6 | 75 | 0 | 61 | 31 | A | 14A | 5F | 2E |
| Octal | 345 | 6 | 165 | 0 | 141 | 61 | 12 | 512 | 137 | 56 |
| Binary | 11100101 | 110 | 1110101 | 0 | 1100001 | 110001 | 1010 | 101001010 | 1011111 | 101110 |
Color Harmonies of #E50675
Complementary color
Monochromatic Colors of #E50675
Black with #E50675
Text Example
Text Example
White with #E50675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50675; }
p { color: rgb(229,6,117); }
H1.HeaderClassName
{
color: #E50675;
}
.AnyTagClassName
{
color: #E50675;
}
</style>
background-color css
<style>
a { background-color: #E50675; }
a { background-color: rgb(229,6,117); }
div.DivClassName
{
background-color: #E50675;
}
.BgClassName
{
background-color: #E50675;
}
</style>
border-color css
<style>
span { border-color: #E50675; }
span { border-color: rgb(229,6,117); }
td.TdClassName
{
border-color: #E50675;
}
.TagClassName
{
border-color: #E50675;
}
</style>