Shades of Ruby #E61962
Tints of Ruby #E61962
RGB
CMYK
RGB Variations
Color information
#E61962 (or 0xE61962) is known color: Ruby. HEX triplet: E6, 19 and 62. RGB value is (230,25,98). Sum of RGB (Red+Green+Blue) = 230+25+98=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E61962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61962 is #19E69D. Grayscale: #5E5E5E. Windows color (decimal): -1697438 or 6429158. OLE color: 6429158.
HSL color Cylindrical-coordinate representation of color #E61962: hue angle of 338.63º 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 #E61962 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 98 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.10 |
| HSL | 338.63º | 0.8% | 0.5% | - |
| HSV(B) | 338.63º | 0.89% | 0.9% | - |
| XYZ | 35.19 | 18.4 | 13.25 | - |
| YUV | 94.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 98 | 0 | 0.89 | 0.57 | 0.10 | 338.63 | 0.8 | 0.5 |
| Hex | E6 | 19 | 62 | 0 | 59 | 39 | A | 153 | 50 | 32 |
| Octal | 346 | 31 | 142 | 0 | 131 | 71 | 12 | 523 | 120 | 62 |
| Binary | 11100110 | 11001 | 1100010 | 0 | 1011001 | 111001 | 1010 | 101010011 | 1010000 | 110010 |
Color Harmonies of #E61962
Complementary color
Monochromatic Colors of #E61962
Black with #E61962
Text Example
Text Example
White with #E61962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61962; }
p { color: rgb(230,25,98); }
H1.HeaderClassName
{
color: #E61962;
}
.AnyTagClassName
{
color: #E61962;
}
</style>
background-color css
<style>
a { background-color: #E61962; }
a { background-color: rgb(230,25,98); }
div.DivClassName
{
background-color: #E61962;
}
.BgClassName
{
background-color: #E61962;
}
</style>
border-color css
<style>
span { border-color: #E61962; }
span { border-color: rgb(230,25,98); }
td.TdClassName
{
border-color: #E61962;
}
.TagClassName
{
border-color: #E61962;
}
</style>