Shades of Ruby #E5157D
Tints of Ruby #E5157D
RGB
CMYK
RGB Variations
Color information
#E5157D (or 0xE5157D) is known color: Ruby. HEX triplet: E5, 15 and 7D. RGB value is (229,21,125). Sum of RGB (Red+Green+Blue) = 229+21+125=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5157D is #1AEA82. Grayscale: #5E5E5E. Windows color (decimal): -1763971 or 8197605. OLE color: 8197605.
HSL color Cylindrical-coordinate representation of color #E5157D: hue angle of 330º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5157D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 125 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.10 |
| HSL | 330º | 0.83% | 0.49% | - |
| HSV(B) | 330º | 0.91% | 0.9% | - |
| XYZ | 36.28 | 18.68 | 21.09 | - |
| YUV | 95.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 125 | 0 | 0.91 | 0.45 | 0.10 | 330 | 0.83 | 0.49 |
| Hex | E5 | 15 | 7D | 0 | 5B | 2D | A | 14A | 53 | 31 |
| Octal | 345 | 25 | 175 | 0 | 133 | 55 | 12 | 512 | 123 | 61 |
| Binary | 11100101 | 10101 | 1111101 | 0 | 1011011 | 101101 | 1010 | 101001010 | 1010011 | 110001 |
Color Harmonies of #E5157D
Complementary color
Monochromatic Colors of #E5157D
Black with #E5157D
Text Example
Text Example
White with #E5157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5157D; }
p { color: rgb(229,21,125); }
H1.HeaderClassName
{
color: #E5157D;
}
.AnyTagClassName
{
color: #E5157D;
}
</style>
background-color css
<style>
a { background-color: #E5157D; }
a { background-color: rgb(229,21,125); }
div.DivClassName
{
background-color: #E5157D;
}
.BgClassName
{
background-color: #E5157D;
}
</style>
border-color css
<style>
span { border-color: #E5157D; }
span { border-color: rgb(229,21,125); }
td.TdClassName
{
border-color: #E5157D;
}
.TagClassName
{
border-color: #E5157D;
}
</style>