Shades of Ruby #E61C56
Tints of Ruby #E61C56
RGB
CMYK
RGB Variations
Color information
#E61C56 (or 0xE61C56) is known color: Ruby. HEX triplet: E6, 1C and 56. RGB value is (230,28,86). Sum of RGB (Red+Green+Blue) = 230+28+86=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C56 is #19E3A9. Grayscale: #5E5E5E. Windows color (decimal): -1696682 or 5643494. OLE color: 5643494.
HSL color Cylindrical-coordinate representation of color #E61C56: hue angle of 342.77º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C56 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 86 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.10 |
| HSL | 342.77º | 0.8% | 0.51% | - |
| HSV(B) | 342.77º | 0.88% | 0.9% | - |
| XYZ | 34.73 | 18.33 | 10.51 | - |
| YUV | 95.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 86 | 0 | 0.88 | 0.63 | 0.10 | 342.77 | 0.8 | 0.51 |
| Hex | E6 | 1C | 56 | 0 | 58 | 3F | A | 157 | 50 | 33 |
| Octal | 346 | 34 | 126 | 0 | 130 | 77 | 12 | 527 | 120 | 63 |
| Binary | 11100110 | 11100 | 1010110 | 0 | 1011000 | 111111 | 1010 | 101010111 | 1010000 | 110011 |
Color Harmonies of #E61C56
Complementary color
Monochromatic Colors of #E61C56
Black with #E61C56
Text Example
Text Example
White with #E61C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C56; }
p { color: rgb(230,28,86); }
H1.HeaderClassName
{
color: #E61C56;
}
.AnyTagClassName
{
color: #E61C56;
}
</style>
background-color css
<style>
a { background-color: #E61C56; }
a { background-color: rgb(230,28,86); }
div.DivClassName
{
background-color: #E61C56;
}
.BgClassName
{
background-color: #E61C56;
}
</style>
border-color css
<style>
span { border-color: #E61C56; }
span { border-color: rgb(230,28,86); }
td.TdClassName
{
border-color: #E61C56;
}
.TagClassName
{
border-color: #E61C56;
}
</style>