Shades of Ruby #E61870
Tints of Ruby #E61870
RGB
CMYK
RGB Variations
Color information
#E61870 (or 0xE61870) is known color: Ruby. HEX triplet: E6, 18 and 70. RGB value is (230,24,112). Sum of RGB (Red+Green+Blue) = 230+24+112=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E61870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61870 is #19E78F. Grayscale: #5F5F5F. Windows color (decimal): -1697680 or 7346406. OLE color: 7346406.
HSL color Cylindrical-coordinate representation of color #E61870: hue angle of 334.37º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61870 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 112 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.10 |
| HSL | 334.37º | 0.81% | 0.5% | - |
| HSV(B) | 334.37º | 0.9% | 0.9% | - |
| XYZ | 35.88 | 18.65 | 17.04 | - |
| YUV | 95.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 112 | 0 | 0.90 | 0.51 | 0.10 | 334.37 | 0.81 | 0.5 |
| Hex | E6 | 18 | 70 | 0 | 5A | 33 | A | 14E | 51 | 32 |
| Octal | 346 | 30 | 160 | 0 | 132 | 63 | 12 | 516 | 121 | 62 |
| Binary | 11100110 | 11000 | 1110000 | 0 | 1011010 | 110011 | 1010 | 101001110 | 1010001 | 110010 |
Color Harmonies of #E61870
Complementary color
Monochromatic Colors of #E61870
Black with #E61870
Text Example
Text Example
White with #E61870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61870; }
p { color: rgb(230,24,112); }
H1.HeaderClassName
{
color: #E61870;
}
.AnyTagClassName
{
color: #E61870;
}
</style>
background-color css
<style>
a { background-color: #E61870; }
a { background-color: rgb(230,24,112); }
div.DivClassName
{
background-color: #E61870;
}
.BgClassName
{
background-color: #E61870;
}
</style>
border-color css
<style>
span { border-color: #E61870; }
span { border-color: rgb(230,24,112); }
td.TdClassName
{
border-color: #E61870;
}
.TagClassName
{
border-color: #E61870;
}
</style>