Shades of Ruby #E61656
Tints of Ruby #E61656
RGB
CMYK
RGB Variations
Color information
#E61656 (or 0xE61656) is known color: Ruby. HEX triplet: E6, 16 and 56. RGB value is (230,22,86). Sum of RGB (Red+Green+Blue) = 230+22+86=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E61656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61656 is #19E9A9. Grayscale: #5B5B5B. Windows color (decimal): -1698218 or 5641958. OLE color: 5641958.
HSL color Cylindrical-coordinate representation of color #E61656: hue angle of 341.54º degrees, saturation: 0.83, 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 #E61656 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 86 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.10 |
| HSL | 341.54º | 0.83% | 0.49% | - |
| HSV(B) | 341.54º | 0.9% | 0.9% | - |
| XYZ | 34.6 | 18.07 | 10.47 | - |
| YUV | 91.49 | 124.91 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 86 | 0 | 0.90 | 0.63 | 0.10 | 341.54 | 0.83 | 0.49 |
| Hex | E6 | 16 | 56 | 0 | 5A | 3F | A | 156 | 53 | 31 |
| Octal | 346 | 26 | 126 | 0 | 132 | 77 | 12 | 526 | 123 | 61 |
| Binary | 11100110 | 10110 | 1010110 | 0 | 1011010 | 111111 | 1010 | 101010110 | 1010011 | 110001 |
Color Harmonies of #E61656
Complementary color
Monochromatic Colors of #E61656
Black with #E61656
Text Example
Text Example
White with #E61656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61656; }
p { color: rgb(230,22,86); }
H1.HeaderClassName
{
color: #E61656;
}
.AnyTagClassName
{
color: #E61656;
}
</style>
background-color css
<style>
a { background-color: #E61656; }
a { background-color: rgb(230,22,86); }
div.DivClassName
{
background-color: #E61656;
}
.BgClassName
{
background-color: #E61656;
}
</style>
border-color css
<style>
span { border-color: #E61656; }
span { border-color: rgb(230,22,86); }
td.TdClassName
{
border-color: #E61656;
}
.TagClassName
{
border-color: #E61656;
}
</style>