Shades of Ruby #E50D6E
Tints of Ruby #E50D6E
RGB
CMYK
RGB Variations
Color information
#E50D6E (or 0xE50D6E) is known color: Ruby. HEX triplet: E5, 0D and 6E. RGB value is (229,13,110). Sum of RGB (Red+Green+Blue) = 229+13+110=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D6E is #1AF291. Grayscale: #585858. Windows color (decimal): -1766034 or 7212517. OLE color: 7212517.
HSL color Cylindrical-coordinate representation of color #E50D6E: hue angle of 333.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D6E is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 110 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.10 |
| HSL | 333.06º | 0.89% | 0.47% | - |
| HSV(B) | 333.06º | 0.94% | 0.9% | - |
| XYZ | 35.27 | 18.07 | 16.38 | - |
| YUV | 88.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 110 | 0 | 0.94 | 0.52 | 0.10 | 333.06 | 0.89 | 0.47 |
| Hex | E5 | D | 6E | 0 | 5E | 34 | A | 14D | 59 | 2F |
| Octal | 345 | 15 | 156 | 0 | 136 | 64 | 12 | 515 | 131 | 57 |
| Binary | 11100101 | 1101 | 1101110 | 0 | 1011110 | 110100 | 1010 | 101001101 | 1011001 | 101111 |
Color Harmonies of #E50D6E
Complementary color
Monochromatic Colors of #E50D6E
Black with #E50D6E
Text Example
Text Example
White with #E50D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D6E; }
p { color: rgb(229,13,110); }
H1.HeaderClassName
{
color: #E50D6E;
}
.AnyTagClassName
{
color: #E50D6E;
}
</style>
background-color css
<style>
a { background-color: #E50D6E; }
a { background-color: rgb(229,13,110); }
div.DivClassName
{
background-color: #E50D6E;
}
.BgClassName
{
background-color: #E50D6E;
}
</style>
border-color css
<style>
span { border-color: #E50D6E; }
span { border-color: rgb(229,13,110); }
td.TdClassName
{
border-color: #E50D6E;
}
.TagClassName
{
border-color: #E50D6E;
}
</style>