Shades of Ruby #E51466
Tints of Ruby #E51466
RGB
CMYK
RGB Variations
Color information
#E51466 (or 0xE51466) is known color: Ruby. HEX triplet: E5, 14 and 66. RGB value is (229,20,102). Sum of RGB (Red+Green+Blue) = 229+20+102=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E51466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51466 is #1AEB99. Grayscale: #5B5B5B. Windows color (decimal): -1764250 or 6690021. OLE color: 6690021.
HSL color Cylindrical-coordinate representation of color #E51466: hue angle of 336.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51466 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 102 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.10 |
| HSL | 336.46º | 0.84% | 0.49% | - |
| HSV(B) | 336.46º | 0.91% | 0.9% | - |
| XYZ | 34.96 | 18.12 | 14.22 | - |
| YUV | 91.84 | 133.74 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 102 | 0 | 0.91 | 0.55 | 0.10 | 336.46 | 0.84 | 0.49 |
| Hex | E5 | 14 | 66 | 0 | 5B | 37 | A | 150 | 54 | 31 |
| Octal | 345 | 24 | 146 | 0 | 133 | 67 | 12 | 520 | 124 | 61 |
| Binary | 11100101 | 10100 | 1100110 | 0 | 1011011 | 110111 | 1010 | 101010000 | 1010100 | 110001 |
Color Harmonies of #E51466
Complementary color
Monochromatic Colors of #E51466
Black with #E51466
Text Example
Text Example
White with #E51466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51466; }
p { color: rgb(229,20,102); }
H1.HeaderClassName
{
color: #E51466;
}
.AnyTagClassName
{
color: #E51466;
}
</style>
background-color css
<style>
a { background-color: #E51466; }
a { background-color: rgb(229,20,102); }
div.DivClassName
{
background-color: #E51466;
}
.BgClassName
{
background-color: #E51466;
}
</style>
border-color css
<style>
span { border-color: #E51466; }
span { border-color: rgb(229,20,102); }
td.TdClassName
{
border-color: #E51466;
}
.TagClassName
{
border-color: #E51466;
}
</style>