Shades of Ruby #E51366
Tints of Ruby #E51366
RGB
CMYK
RGB Variations
Color information
#E51366 (or 0xE51366) is known color: Ruby. HEX triplet: E5, 13 and 66. RGB value is (229,19,102). Sum of RGB (Red+Green+Blue) = 229+19+102=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E51366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51366 is #1AEC99. Grayscale: #5B5B5B. Windows color (decimal): -1764506 or 6689765. OLE color: 6689765.
HSL color Cylindrical-coordinate representation of color #E51366: hue angle of 336.29º 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 #E51366 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.10 |
| HSL | 336.29º | 0.85% | 0.49% | - |
| HSV(B) | 336.29º | 0.92% | 0.9% | - |
| XYZ | 34.94 | 18.08 | 14.22 | - |
| YUV | 91.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 102 | 0 | 0.92 | 0.55 | 0.10 | 336.29 | 0.85 | 0.49 |
| Hex | E5 | 13 | 66 | 0 | 5C | 37 | A | 150 | 55 | 31 |
| Octal | 345 | 23 | 146 | 0 | 134 | 67 | 12 | 520 | 125 | 61 |
| Binary | 11100101 | 10011 | 1100110 | 0 | 1011100 | 110111 | 1010 | 101010000 | 1010101 | 110001 |
Color Harmonies of #E51366
Complementary color
Monochromatic Colors of #E51366
Black with #E51366
Text Example
Text Example
White with #E51366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51366; }
p { color: rgb(229,19,102); }
H1.HeaderClassName
{
color: #E51366;
}
.AnyTagClassName
{
color: #E51366;
}
</style>
background-color css
<style>
a { background-color: #E51366; }
a { background-color: rgb(229,19,102); }
div.DivClassName
{
background-color: #E51366;
}
.BgClassName
{
background-color: #E51366;
}
</style>
border-color css
<style>
span { border-color: #E51366; }
span { border-color: rgb(229,19,102); }
td.TdClassName
{
border-color: #E51366;
}
.TagClassName
{
border-color: #E51366;
}
</style>