Shades of Ruby #E5157A
Tints of Ruby #E5157A
RGB
CMYK
RGB Variations
Color information
#E5157A (or 0xE5157A) is known color: Ruby. HEX triplet: E5, 15 and 7A. RGB value is (229,21,122). Sum of RGB (Red+Green+Blue) = 229+21+122=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5157A is #1AEA85. Grayscale: #5E5E5E. Windows color (decimal): -1763974 or 8000997. OLE color: 8000997.
HSL color Cylindrical-coordinate representation of color #E5157A: hue angle of 330.87º 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 #E5157A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.10 |
| HSL | 330.87º | 0.83% | 0.49% | - |
| HSV(B) | 330.87º | 0.91% | 0.9% | - |
| XYZ | 36.09 | 18.6 | 20.1 | - |
| YUV | 94.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 122 | 0 | 0.91 | 0.47 | 0.10 | 330.87 | 0.83 | 0.49 |
| Hex | E5 | 15 | 7A | 0 | 5B | 2F | A | 14B | 53 | 31 |
| Octal | 345 | 25 | 172 | 0 | 133 | 57 | 12 | 513 | 123 | 61 |
| Binary | 11100101 | 10101 | 1111010 | 0 | 1011011 | 101111 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E5157A
Complementary color
Monochromatic Colors of #E5157A
Black with #E5157A
Text Example
Text Example
White with #E5157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5157A; }
p { color: rgb(229,21,122); }
H1.HeaderClassName
{
color: #E5157A;
}
.AnyTagClassName
{
color: #E5157A;
}
</style>
background-color css
<style>
a { background-color: #E5157A; }
a { background-color: rgb(229,21,122); }
div.DivClassName
{
background-color: #E5157A;
}
.BgClassName
{
background-color: #E5157A;
}
</style>
border-color css
<style>
span { border-color: #E5157A; }
span { border-color: rgb(229,21,122); }
td.TdClassName
{
border-color: #E5157A;
}
.TagClassName
{
border-color: #E5157A;
}
</style>