Shades of Ruby #E50F64
Tints of Ruby #E50F64
RGB
CMYK
RGB Variations
Color information
#E50F64 (or 0xE50F64) is known color: Ruby. HEX triplet: E5, 0F and 64. RGB value is (229,15,100). Sum of RGB (Red+Green+Blue) = 229+15+100=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F64 is #1AF09B. Grayscale: #585858. Windows color (decimal): -1765532 or 6557669. OLE color: 6557669.
HSL color Cylindrical-coordinate representation of color #E50F64: hue angle of 336.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F64 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 100 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.10 |
| HSL | 336.17º | 0.88% | 0.48% | - |
| HSV(B) | 336.17º | 0.93% | 0.9% | - |
| XYZ | 34.78 | 17.92 | 13.68 | - |
| YUV | 88.68 | 134.4 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 100 | 0 | 0.93 | 0.56 | 0.10 | 336.17 | 0.88 | 0.48 |
| Hex | E5 | F | 64 | 0 | 5D | 38 | A | 150 | 58 | 30 |
| Octal | 345 | 17 | 144 | 0 | 135 | 70 | 12 | 520 | 130 | 60 |
| Binary | 11100101 | 1111 | 1100100 | 0 | 1011101 | 111000 | 1010 | 101010000 | 1011000 | 110000 |
Color Harmonies of #E50F64
Complementary color
Monochromatic Colors of #E50F64
Black with #E50F64
Text Example
Text Example
White with #E50F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F64; }
p { color: rgb(229,15,100); }
H1.HeaderClassName
{
color: #E50F64;
}
.AnyTagClassName
{
color: #E50F64;
}
</style>
background-color css
<style>
a { background-color: #E50F64; }
a { background-color: rgb(229,15,100); }
div.DivClassName
{
background-color: #E50F64;
}
.BgClassName
{
background-color: #E50F64;
}
</style>
border-color css
<style>
span { border-color: #E50F64; }
span { border-color: rgb(229,15,100); }
td.TdClassName
{
border-color: #E50F64;
}
.TagClassName
{
border-color: #E50F64;
}
</style>