Shades of Ruby #E61665
Tints of Ruby #E61665
RGB
CMYK
RGB Variations
Color information
#E61665 (or 0xE61665) is known color: Ruby. HEX triplet: E6, 16 and 65. RGB value is (230,22,101). Sum of RGB (Red+Green+Blue) = 230+22+101=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E61665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61665 is #19E99A. Grayscale: #5D5D5D. Windows color (decimal): -1698203 or 6624998. OLE color: 6624998.
HSL color Cylindrical-coordinate representation of color #E61665: hue angle of 337.21º 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 #E61665 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.10 |
| HSL | 337.21º | 0.83% | 0.49% | - |
| HSV(B) | 337.21º | 0.9% | 0.9% | - |
| XYZ | 35.27 | 18.34 | 13.99 | - |
| YUV | 93.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 101 | 0 | 0.90 | 0.56 | 0.10 | 337.21 | 0.83 | 0.49 |
| Hex | E6 | 16 | 65 | 0 | 5A | 38 | A | 151 | 53 | 31 |
| Octal | 346 | 26 | 145 | 0 | 132 | 70 | 12 | 521 | 123 | 61 |
| Binary | 11100110 | 10110 | 1100101 | 0 | 1011010 | 111000 | 1010 | 101010001 | 1010011 | 110001 |
Color Harmonies of #E61665
Complementary color
Monochromatic Colors of #E61665
Black with #E61665
Text Example
Text Example
White with #E61665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61665; }
p { color: rgb(230,22,101); }
H1.HeaderClassName
{
color: #E61665;
}
.AnyTagClassName
{
color: #E61665;
}
</style>
background-color css
<style>
a { background-color: #E61665; }
a { background-color: rgb(230,22,101); }
div.DivClassName
{
background-color: #E61665;
}
.BgClassName
{
background-color: #E61665;
}
</style>
border-color css
<style>
span { border-color: #E61665; }
span { border-color: rgb(230,22,101); }
td.TdClassName
{
border-color: #E61665;
}
.TagClassName
{
border-color: #E61665;
}
</style>