Shades of Ruby #E50F6C
Tints of Ruby #E50F6C
RGB
CMYK
RGB Variations
Color information
#E50F6C (or 0xE50F6C) is known color: Ruby. HEX triplet: E5, 0F and 6C. RGB value is (229,15,108). Sum of RGB (Red+Green+Blue) = 229+15+108=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F6C is #1AF093. Grayscale: #595959. Windows color (decimal): -1765524 or 7081957. OLE color: 7081957.
HSL color Cylindrical-coordinate representation of color #E50F6C: hue angle of 333.93º 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 #E50F6C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 108 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.10 |
| HSL | 333.93º | 0.88% | 0.48% | - |
| HSV(B) | 333.93º | 0.93% | 0.9% | - |
| XYZ | 35.19 | 18.08 | 15.82 | - |
| YUV | 89.59 | 138.4 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 108 | 0 | 0.93 | 0.53 | 0.10 | 333.93 | 0.88 | 0.48 |
| Hex | E5 | F | 6C | 0 | 5D | 35 | A | 14E | 58 | 30 |
| Octal | 345 | 17 | 154 | 0 | 135 | 65 | 12 | 516 | 130 | 60 |
| Binary | 11100101 | 1111 | 1101100 | 0 | 1011101 | 110101 | 1010 | 101001110 | 1011000 | 110000 |
Color Harmonies of #E50F6C
Complementary color
Monochromatic Colors of #E50F6C
Black with #E50F6C
Text Example
Text Example
White with #E50F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F6C; }
p { color: rgb(229,15,108); }
H1.HeaderClassName
{
color: #E50F6C;
}
.AnyTagClassName
{
color: #E50F6C;
}
</style>
background-color css
<style>
a { background-color: #E50F6C; }
a { background-color: rgb(229,15,108); }
div.DivClassName
{
background-color: #E50F6C;
}
.BgClassName
{
background-color: #E50F6C;
}
</style>
border-color css
<style>
span { border-color: #E50F6C; }
span { border-color: rgb(229,15,108); }
td.TdClassName
{
border-color: #E50F6C;
}
.TagClassName
{
border-color: #E50F6C;
}
</style>