Shades of Ruby #E61964
Tints of Ruby #E61964
RGB
CMYK
RGB Variations
Color information
#E61964 (or 0xE61964) is known color: Ruby. HEX triplet: E6, 19 and 64. RGB value is (230,25,100). Sum of RGB (Red+Green+Blue) = 230+25+100=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E61964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61964 is #19E69B. Grayscale: #5E5E5E. Windows color (decimal): -1697436 or 6560230. OLE color: 6560230.
HSL color Cylindrical-coordinate representation of color #E61964: hue angle of 338.05º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61964 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 100 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.10 |
| HSL | 338.05º | 0.8% | 0.5% | - |
| HSV(B) | 338.05º | 0.89% | 0.9% | - |
| XYZ | 35.28 | 18.44 | 13.76 | - |
| YUV | 94.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 100 | 0 | 0.89 | 0.57 | 0.10 | 338.05 | 0.8 | 0.5 |
| Hex | E6 | 19 | 64 | 0 | 59 | 39 | A | 152 | 50 | 32 |
| Octal | 346 | 31 | 144 | 0 | 131 | 71 | 12 | 522 | 120 | 62 |
| Binary | 11100110 | 11001 | 1100100 | 0 | 1011001 | 111001 | 1010 | 101010010 | 1010000 | 110010 |
Color Harmonies of #E61964
Complementary color
Monochromatic Colors of #E61964
Black with #E61964
Text Example
Text Example
White with #E61964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61964; }
p { color: rgb(230,25,100); }
H1.HeaderClassName
{
color: #E61964;
}
.AnyTagClassName
{
color: #E61964;
}
</style>
background-color css
<style>
a { background-color: #E61964; }
a { background-color: rgb(230,25,100); }
div.DivClassName
{
background-color: #E61964;
}
.BgClassName
{
background-color: #E61964;
}
</style>
border-color css
<style>
span { border-color: #E61964; }
span { border-color: rgb(230,25,100); }
td.TdClassName
{
border-color: #E61964;
}
.TagClassName
{
border-color: #E61964;
}
</style>