Shades of Ruby #E51367
Tints of Ruby #E51367
RGB
CMYK
RGB Variations
Color information
#E51367 (or 0xE51367) is known color: Ruby. HEX triplet: E5, 13 and 67. RGB value is (229,19,103). Sum of RGB (Red+Green+Blue) = 229+19+103=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E51367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51367 is #1AEC98. Grayscale: #5B5B5B. Windows color (decimal): -1764505 or 6755301. OLE color: 6755301.
HSL color Cylindrical-coordinate representation of color #E51367: hue angle of 336º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51367 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 103 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.10 |
| HSL | 336º | 0.85% | 0.49% | - |
| HSV(B) | 336º | 0.92% | 0.9% | - |
| XYZ | 34.99 | 18.1 | 14.48 | - |
| YUV | 91.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 103 | 0 | 0.92 | 0.55 | 0.10 | 336 | 0.85 | 0.49 |
| Hex | E5 | 13 | 67 | 0 | 5C | 37 | A | 150 | 55 | 31 |
| Octal | 345 | 23 | 147 | 0 | 134 | 67 | 12 | 520 | 125 | 61 |
| Binary | 11100101 | 10011 | 1100111 | 0 | 1011100 | 110111 | 1010 | 101010000 | 1010101 | 110001 |
Color Harmonies of #E51367
Complementary color
Monochromatic Colors of #E51367
Black with #E51367
Text Example
Text Example
White with #E51367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51367; }
p { color: rgb(229,19,103); }
H1.HeaderClassName
{
color: #E51367;
}
.AnyTagClassName
{
color: #E51367;
}
</style>
background-color css
<style>
a { background-color: #E51367; }
a { background-color: rgb(229,19,103); }
div.DivClassName
{
background-color: #E51367;
}
.BgClassName
{
background-color: #E51367;
}
</style>
border-color css
<style>
span { border-color: #E51367; }
span { border-color: rgb(229,19,103); }
td.TdClassName
{
border-color: #E51367;
}
.TagClassName
{
border-color: #E51367;
}
</style>