Shades of Ruby #E5125A
Tints of Ruby #E5125A
RGB
CMYK
RGB Variations
Color information
#E5125A (or 0xE5125A) is known color: Ruby. HEX triplet: E5, 12 and 5A. RGB value is (229,18,90). Sum of RGB (Red+Green+Blue) = 229+18+90=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5125A is #1AEDA5. Grayscale: #595959. Windows color (decimal): -1764774 or 5903077. OLE color: 5903077.
HSL color Cylindrical-coordinate representation of color #E5125A: hue angle of 339.53º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5125A is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 90 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.10 |
| HSL | 339.53º | 0.85% | 0.48% | - |
| HSV(B) | 339.53º | 0.92% | 0.9% | - |
| XYZ | 34.37 | 17.83 | 11.3 | - |
| YUV | 89.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 90 | 0 | 0.92 | 0.61 | 0.10 | 339.53 | 0.85 | 0.48 |
| Hex | E5 | 12 | 5A | 0 | 5C | 3D | A | 154 | 55 | 30 |
| Octal | 345 | 22 | 132 | 0 | 134 | 75 | 12 | 524 | 125 | 60 |
| Binary | 11100101 | 10010 | 1011010 | 0 | 1011100 | 111101 | 1010 | 101010100 | 1010101 | 110000 |
Color Harmonies of #E5125A
Complementary color
Monochromatic Colors of #E5125A
Black with #E5125A
Text Example
Text Example
White with #E5125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5125A; }
p { color: rgb(229,18,90); }
H1.HeaderClassName
{
color: #E5125A;
}
.AnyTagClassName
{
color: #E5125A;
}
</style>
background-color css
<style>
a { background-color: #E5125A; }
a { background-color: rgb(229,18,90); }
div.DivClassName
{
background-color: #E5125A;
}
.BgClassName
{
background-color: #E5125A;
}
</style>
border-color css
<style>
span { border-color: #E5125A; }
span { border-color: rgb(229,18,90); }
td.TdClassName
{
border-color: #E5125A;
}
.TagClassName
{
border-color: #E5125A;
}
</style>