Shades of Ruby #E50A6C
Tints of Ruby #E50A6C
RGB
CMYK
RGB Variations
Color information
#E50A6C (or 0xE50A6C) is known color: Ruby. HEX triplet: E5, 0A and 6C. RGB value is (229,10,108). Sum of RGB (Red+Green+Blue) = 229+10+108=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A6C is #1AF593. Grayscale: #565656. Windows color (decimal): -1766804 or 7080677. OLE color: 7080677.
HSL color Cylindrical-coordinate representation of color #E50A6C: hue angle of 333.15º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A6C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 108 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.10 |
| HSL | 333.15º | 0.92% | 0.47% | - |
| HSV(B) | 333.15º | 0.96% | 0.9% | - |
| XYZ | 35.13 | 17.96 | 15.8 | - |
| YUV | 86.65 | 140.05 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 108 | 0 | 0.96 | 0.53 | 0.10 | 333.15 | 0.92 | 0.47 |
| Hex | E5 | A | 6C | 0 | 60 | 35 | A | 14D | 5C | 2F |
| Octal | 345 | 12 | 154 | 0 | 140 | 65 | 12 | 515 | 134 | 57 |
| Binary | 11100101 | 1010 | 1101100 | 0 | 1100000 | 110101 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E50A6C
Complementary color
Monochromatic Colors of #E50A6C
Black with #E50A6C
Text Example
Text Example
White with #E50A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A6C; }
p { color: rgb(229,10,108); }
H1.HeaderClassName
{
color: #E50A6C;
}
.AnyTagClassName
{
color: #E50A6C;
}
</style>
background-color css
<style>
a { background-color: #E50A6C; }
a { background-color: rgb(229,10,108); }
div.DivClassName
{
background-color: #E50A6C;
}
.BgClassName
{
background-color: #E50A6C;
}
</style>
border-color css
<style>
span { border-color: #E50A6C; }
span { border-color: rgb(229,10,108); }
td.TdClassName
{
border-color: #E50A6C;
}
.TagClassName
{
border-color: #E50A6C;
}
</style>