Shades of Ruby #E5165B
Tints of Ruby #E5165B
RGB
CMYK
RGB Variations
Color information
#E5165B (or 0xE5165B) is known color: Ruby. HEX triplet: E5, 16 and 5B. RGB value is (229,22,91). Sum of RGB (Red+Green+Blue) = 229+22+91=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5165B is #1AE9A4. Grayscale: #5B5B5B. Windows color (decimal): -1763749 or 5969637. OLE color: 5969637.
HSL color Cylindrical-coordinate representation of color #E5165B: hue angle of 340º 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 #E5165B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 91 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.10 |
| HSL | 340º | 0.82% | 0.49% | - |
| HSV(B) | 340º | 0.9% | 0.9% | - |
| XYZ | 34.49 | 17.99 | 11.55 | - |
| YUV | 91.76 | 127.58 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 91 | 0 | 0.90 | 0.60 | 0.10 | 340 | 0.82 | 0.49 |
| Hex | E5 | 16 | 5B | 0 | 5A | 3C | A | 154 | 52 | 31 |
| Octal | 345 | 26 | 133 | 0 | 132 | 74 | 12 | 524 | 122 | 61 |
| Binary | 11100101 | 10110 | 1011011 | 0 | 1011010 | 111100 | 1010 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E5165B
Complementary color
Monochromatic Colors of #E5165B
Black with #E5165B
Text Example
Text Example
White with #E5165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5165B; }
p { color: rgb(229,22,91); }
H1.HeaderClassName
{
color: #E5165B;
}
.AnyTagClassName
{
color: #E5165B;
}
</style>
background-color css
<style>
a { background-color: #E5165B; }
a { background-color: rgb(229,22,91); }
div.DivClassName
{
background-color: #E5165B;
}
.BgClassName
{
background-color: #E5165B;
}
</style>
border-color css
<style>
span { border-color: #E5165B; }
span { border-color: rgb(229,22,91); }
td.TdClassName
{
border-color: #E5165B;
}
.TagClassName
{
border-color: #E5165B;
}
</style>