Shades of Ruby #E5177A
Tints of Ruby #E5177A
RGB
CMYK
RGB Variations
Color information
#E5177A (or 0xE5177A) is known color: Ruby. HEX triplet: E5, 17 and 7A. RGB value is (229,23,122). Sum of RGB (Red+Green+Blue) = 229+23+122=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5177A is #1AE885. Grayscale: #5F5F5F. Windows color (decimal): -1763462 or 8001509. OLE color: 8001509.
HSL color Cylindrical-coordinate representation of color #E5177A: hue angle of 331.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5177A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 122 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.10 |
| HSL | 331.17º | 0.82% | 0.49% | - |
| HSV(B) | 331.17º | 0.9% | 0.9% | - |
| XYZ | 36.13 | 18.68 | 20.11 | - |
| YUV | 95.88 | 142.75 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 122 | 0 | 0.90 | 0.47 | 0.10 | 331.17 | 0.82 | 0.49 |
| Hex | E5 | 17 | 7A | 0 | 5A | 2F | A | 14B | 52 | 31 |
| Octal | 345 | 27 | 172 | 0 | 132 | 57 | 12 | 513 | 122 | 61 |
| Binary | 11100101 | 10111 | 1111010 | 0 | 1011010 | 101111 | 1010 | 101001011 | 1010010 | 110001 |
Color Harmonies of #E5177A
Complementary color
Monochromatic Colors of #E5177A
Black with #E5177A
Text Example
Text Example
White with #E5177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5177A; }
p { color: rgb(229,23,122); }
H1.HeaderClassName
{
color: #E5177A;
}
.AnyTagClassName
{
color: #E5177A;
}
</style>
background-color css
<style>
a { background-color: #E5177A; }
a { background-color: rgb(229,23,122); }
div.DivClassName
{
background-color: #E5177A;
}
.BgClassName
{
background-color: #E5177A;
}
</style>
border-color css
<style>
span { border-color: #E5177A; }
span { border-color: rgb(229,23,122); }
td.TdClassName
{
border-color: #E5177A;
}
.TagClassName
{
border-color: #E5177A;
}
</style>