Shades of Ruby #E50D7A
Tints of Ruby #E50D7A
RGB
CMYK
RGB Variations
Color information
#E50D7A (or 0xE50D7A) is known color: Ruby. HEX triplet: E5, 0D and 7A. RGB value is (229,13,122). Sum of RGB (Red+Green+Blue) = 229+13+122=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D7A is #1AF285. Grayscale: #595959. Windows color (decimal): -1766022 or 7998949. OLE color: 7998949.
HSL color Cylindrical-coordinate representation of color #E50D7A: hue angle of 329.72º 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 #E50D7A is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.10 |
| HSL | 329.72º | 0.89% | 0.47% | - |
| HSV(B) | 329.72º | 0.94% | 0.9% | - |
| XYZ | 35.97 | 18.35 | 20.06 | - |
| YUV | 90.01 | 146.06 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 122 | 0 | 0.94 | 0.47 | 0.10 | 329.72 | 0.89 | 0.47 |
| Hex | E5 | D | 7A | 0 | 5E | 2F | A | 14A | 59 | 2F |
| Octal | 345 | 15 | 172 | 0 | 136 | 57 | 12 | 512 | 131 | 57 |
| Binary | 11100101 | 1101 | 1111010 | 0 | 1011110 | 101111 | 1010 | 101001010 | 1011001 | 101111 |
Color Harmonies of #E50D7A
Complementary color
Monochromatic Colors of #E50D7A
Black with #E50D7A
Text Example
Text Example
White with #E50D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D7A; }
p { color: rgb(229,13,122); }
H1.HeaderClassName
{
color: #E50D7A;
}
.AnyTagClassName
{
color: #E50D7A;
}
</style>
background-color css
<style>
a { background-color: #E50D7A; }
a { background-color: rgb(229,13,122); }
div.DivClassName
{
background-color: #E50D7A;
}
.BgClassName
{
background-color: #E50D7A;
}
</style>
border-color css
<style>
span { border-color: #E50D7A; }
span { border-color: rgb(229,13,122); }
td.TdClassName
{
border-color: #E50D7A;
}
.TagClassName
{
border-color: #E50D7A;
}
</style>