Shades of Ruby #E51668
Tints of Ruby #E51668
RGB
CMYK
RGB Variations
Color information
#E51668 (or 0xE51668) is known color: Ruby. HEX triplet: E5, 16 and 68. RGB value is (229,22,104). Sum of RGB (Red+Green+Blue) = 229+22+104=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E51668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51668 is #1AE997. Grayscale: #5D5D5D. Windows color (decimal): -1763736 or 6821605. OLE color: 6821605.
HSL color Cylindrical-coordinate representation of color #E51668: hue angle of 336.23º 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 #E51668 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.10 |
| HSL | 336.23º | 0.82% | 0.49% | - |
| HSV(B) | 336.23º | 0.9% | 0.9% | - |
| XYZ | 35.1 | 18.23 | 14.77 | - |
| YUV | 93.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 104 | 0 | 0.90 | 0.55 | 0.10 | 336.23 | 0.82 | 0.49 |
| Hex | E5 | 16 | 68 | 0 | 5A | 37 | A | 150 | 52 | 31 |
| Octal | 345 | 26 | 150 | 0 | 132 | 67 | 12 | 520 | 122 | 61 |
| Binary | 11100101 | 10110 | 1101000 | 0 | 1011010 | 110111 | 1010 | 101010000 | 1010010 | 110001 |
Color Harmonies of #E51668
Complementary color
Monochromatic Colors of #E51668
Black with #E51668
Text Example
Text Example
White with #E51668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51668; }
p { color: rgb(229,22,104); }
H1.HeaderClassName
{
color: #E51668;
}
.AnyTagClassName
{
color: #E51668;
}
</style>
background-color css
<style>
a { background-color: #E51668; }
a { background-color: rgb(229,22,104); }
div.DivClassName
{
background-color: #E51668;
}
.BgClassName
{
background-color: #E51668;
}
</style>
border-color css
<style>
span { border-color: #E51668; }
span { border-color: rgb(229,22,104); }
td.TdClassName
{
border-color: #E51668;
}
.TagClassName
{
border-color: #E51668;
}
</style>