Shades of Ruby #E5097A
Tints of Ruby #E5097A
RGB
CMYK
RGB Variations
Color information
#E5097A (or 0xE5097A) is known color: Ruby. HEX triplet: E5, 09 and 7A. RGB value is (229,9,122). Sum of RGB (Red+Green+Blue) = 229+9+122=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5097A is #1AF685. Grayscale: #575757. Windows color (decimal): -1767046 or 7997925. OLE color: 7997925.
HSL color Cylindrical-coordinate representation of color #E5097A: hue angle of 329.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5097A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.10 |
| HSL | 329.18º | 0.92% | 0.47% | - |
| HSV(B) | 329.18º | 0.96% | 0.9% | - |
| XYZ | 35.92 | 18.26 | 20.04 | - |
| YUV | 87.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 122 | 0 | 0.96 | 0.47 | 0.10 | 329.18 | 0.92 | 0.47 |
| Hex | E5 | 9 | 7A | 0 | 60 | 2F | A | 149 | 5C | 2F |
| Octal | 345 | 11 | 172 | 0 | 140 | 57 | 12 | 511 | 134 | 57 |
| Binary | 11100101 | 1001 | 1111010 | 0 | 1100000 | 101111 | 1010 | 101001001 | 1011100 | 101111 |
Color Harmonies of #E5097A
Complementary color
Monochromatic Colors of #E5097A
Black with #E5097A
Text Example
Text Example
White with #E5097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5097A; }
p { color: rgb(229,9,122); }
H1.HeaderClassName
{
color: #E5097A;
}
.AnyTagClassName
{
color: #E5097A;
}
</style>
background-color css
<style>
a { background-color: #E5097A; }
a { background-color: rgb(229,9,122); }
div.DivClassName
{
background-color: #E5097A;
}
.BgClassName
{
background-color: #E5097A;
}
</style>
border-color css
<style>
span { border-color: #E5097A; }
span { border-color: rgb(229,9,122); }
td.TdClassName
{
border-color: #E5097A;
}
.TagClassName
{
border-color: #E5097A;
}
</style>