Shades of Ruby #E5097D
Tints of Ruby #E5097D
RGB
CMYK
RGB Variations
Color information
#E5097D (or 0xE5097D) is known color: Ruby. HEX triplet: E5, 09 and 7D. RGB value is (229,9,125). Sum of RGB (Red+Green+Blue) = 229+9+125=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E5097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5097D is #1AF682. Grayscale: #575757. Windows color (decimal): -1767043 or 8194533. OLE color: 8194533.
HSL color Cylindrical-coordinate representation of color #E5097D: hue angle of 328.36º 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 #E5097D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.10 |
| HSL | 328.36º | 0.92% | 0.47% | - |
| HSV(B) | 328.36º | 0.96% | 0.9% | - |
| XYZ | 36.11 | 18.33 | 21.04 | - |
| YUV | 88 | 148.89 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 125 | 0 | 0.96 | 0.45 | 0.10 | 328.36 | 0.92 | 0.47 |
| Hex | E5 | 9 | 7D | 0 | 60 | 2D | A | 148 | 5C | 2F |
| Octal | 345 | 11 | 175 | 0 | 140 | 55 | 12 | 510 | 134 | 57 |
| Binary | 11100101 | 1001 | 1111101 | 0 | 1100000 | 101101 | 1010 | 101001000 | 1011100 | 101111 |
Color Harmonies of #E5097D
Complementary color
Monochromatic Colors of #E5097D
Black with #E5097D
Text Example
Text Example
White with #E5097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5097D; }
p { color: rgb(229,9,125); }
H1.HeaderClassName
{
color: #E5097D;
}
.AnyTagClassName
{
color: #E5097D;
}
</style>
background-color css
<style>
a { background-color: #E5097D; }
a { background-color: rgb(229,9,125); }
div.DivClassName
{
background-color: #E5097D;
}
.BgClassName
{
background-color: #E5097D;
}
</style>
border-color css
<style>
span { border-color: #E5097D; }
span { border-color: rgb(229,9,125); }
td.TdClassName
{
border-color: #E5097D;
}
.TagClassName
{
border-color: #E5097D;
}
</style>