Shades of Ruby #E5087D
Tints of Ruby #E5087D
RGB
CMYK
RGB Variations
Color information
#E5087D (or 0xE5087D) is known color: Ruby. HEX triplet: E5, 08 and 7D. RGB value is (229,8,125). Sum of RGB (Red+Green+Blue) = 229+8+125=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5087D is #1AF782. Grayscale: #575757. Windows color (decimal): -1767299 or 8194277. OLE color: 8194277.
HSL color Cylindrical-coordinate representation of color #E5087D: hue angle of 328.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5087D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.10 |
| HSL | 328.24º | 0.93% | 0.46% | - |
| HSV(B) | 328.24º | 0.97% | 0.9% | - |
| XYZ | 36.1 | 18.31 | 21.03 | - |
| YUV | 87.42 | 149.22 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 125 | 0 | 0.97 | 0.45 | 0.10 | 328.24 | 0.93 | 0.46 |
| Hex | E5 | 8 | 7D | 0 | 61 | 2D | A | 148 | 5D | 2E |
| Octal | 345 | 10 | 175 | 0 | 141 | 55 | 12 | 510 | 135 | 56 |
| Binary | 11100101 | 1000 | 1111101 | 0 | 1100001 | 101101 | 1010 | 101001000 | 1011101 | 101110 |
Color Harmonies of #E5087D
Complementary color
Monochromatic Colors of #E5087D
Black with #E5087D
Text Example
Text Example
White with #E5087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5087D; }
p { color: rgb(229,8,125); }
H1.HeaderClassName
{
color: #E5087D;
}
.AnyTagClassName
{
color: #E5087D;
}
</style>
background-color css
<style>
a { background-color: #E5087D; }
a { background-color: rgb(229,8,125); }
div.DivClassName
{
background-color: #E5087D;
}
.BgClassName
{
background-color: #E5087D;
}
</style>
border-color css
<style>
span { border-color: #E5087D; }
span { border-color: rgb(229,8,125); }
td.TdClassName
{
border-color: #E5087D;
}
.TagClassName
{
border-color: #E5087D;
}
</style>