Shades of Ruby #E61562
Tints of Ruby #E61562
RGB
CMYK
RGB Variations
Color information
#E61562 (or 0xE61562) is known color: Ruby. HEX triplet: E6, 15 and 62. RGB value is (230,21,98). Sum of RGB (Red+Green+Blue) = 230+21+98=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E61562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61562 is #19EA9D. Grayscale: #5C5C5C. Windows color (decimal): -1698462 or 6428134. OLE color: 6428134.
HSL color Cylindrical-coordinate representation of color #E61562: hue angle of 337.89º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61562 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 98 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.10 |
| HSL | 337.89º | 0.83% | 0.49% | - |
| HSV(B) | 337.89º | 0.91% | 0.9% | - |
| XYZ | 35.11 | 18.24 | 13.23 | - |
| YUV | 92.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 98 | 0 | 0.91 | 0.57 | 0.10 | 337.89 | 0.83 | 0.49 |
| Hex | E6 | 15 | 62 | 0 | 5B | 39 | A | 152 | 53 | 31 |
| Octal | 346 | 25 | 142 | 0 | 133 | 71 | 12 | 522 | 123 | 61 |
| Binary | 11100110 | 10101 | 1100010 | 0 | 1011011 | 111001 | 1010 | 101010010 | 1010011 | 110001 |
Color Harmonies of #E61562
Complementary color
Monochromatic Colors of #E61562
Black with #E61562
Text Example
Text Example
White with #E61562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61562; }
p { color: rgb(230,21,98); }
H1.HeaderClassName
{
color: #E61562;
}
.AnyTagClassName
{
color: #E61562;
}
</style>
background-color css
<style>
a { background-color: #E61562; }
a { background-color: rgb(230,21,98); }
div.DivClassName
{
background-color: #E61562;
}
.BgClassName
{
background-color: #E61562;
}
</style>
border-color css
<style>
span { border-color: #E61562; }
span { border-color: rgb(230,21,98); }
td.TdClassName
{
border-color: #E61562;
}
.TagClassName
{
border-color: #E61562;
}
</style>