Shades of Ruby #E61662
Tints of Ruby #E61662
RGB
CMYK
RGB Variations
Color information
#E61662 (or 0xE61662) is known color: Ruby. HEX triplet: E6, 16 and 62. RGB value is (230,22,98). Sum of RGB (Red+Green+Blue) = 230+22+98=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E61662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61662 is #19E99D. Grayscale: #5C5C5C. Windows color (decimal): -1698206 or 6428390. OLE color: 6428390.
HSL color Cylindrical-coordinate representation of color #E61662: hue angle of 338.08º 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 #E61662 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 98 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.10 |
| HSL | 338.08º | 0.83% | 0.49% | - |
| HSV(B) | 338.08º | 0.9% | 0.9% | - |
| XYZ | 35.12 | 18.28 | 13.23 | - |
| YUV | 92.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 98 | 0 | 0.90 | 0.57 | 0.10 | 338.08 | 0.83 | 0.49 |
| Hex | E6 | 16 | 62 | 0 | 5A | 39 | A | 152 | 53 | 31 |
| Octal | 346 | 26 | 142 | 0 | 132 | 71 | 12 | 522 | 123 | 61 |
| Binary | 11100110 | 10110 | 1100010 | 0 | 1011010 | 111001 | 1010 | 101010010 | 1010011 | 110001 |
Color Harmonies of #E61662
Complementary color
Monochromatic Colors of #E61662
Black with #E61662
Text Example
Text Example
White with #E61662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61662; }
p { color: rgb(230,22,98); }
H1.HeaderClassName
{
color: #E61662;
}
.AnyTagClassName
{
color: #E61662;
}
</style>
background-color css
<style>
a { background-color: #E61662; }
a { background-color: rgb(230,22,98); }
div.DivClassName
{
background-color: #E61662;
}
.BgClassName
{
background-color: #E61662;
}
</style>
border-color css
<style>
span { border-color: #E61662; }
span { border-color: rgb(230,22,98); }
td.TdClassName
{
border-color: #E61662;
}
.TagClassName
{
border-color: #E61662;
}
</style>