Shades of Ruby #E61F62
Tints of Ruby #E61F62
RGB
CMYK
RGB Variations
Color information
#E61F62 (or 0xE61F62) is known color: Ruby. HEX triplet: E6, 1F and 62. RGB value is (230,31,98). Sum of RGB (Red+Green+Blue) = 230+31+98=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F62 is #19E09D. Grayscale: #626262. Windows color (decimal): -1695902 or 6430694. OLE color: 6430694.
HSL color Cylindrical-coordinate representation of color #E61F62: hue angle of 339.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61F62 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 98 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.10 |
| HSL | 339.8º | 0.8% | 0.51% | - |
| HSV(B) | 339.8º | 0.87% | 0.9% | - |
| XYZ | 35.33 | 18.68 | 13.3 | - |
| YUV | 98.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 98 | 0 | 0.87 | 0.57 | 0.10 | 339.8 | 0.8 | 0.51 |
| Hex | E6 | 1F | 62 | 0 | 57 | 39 | A | 154 | 50 | 33 |
| Octal | 346 | 37 | 142 | 0 | 127 | 71 | 12 | 524 | 120 | 63 |
| Binary | 11100110 | 11111 | 1100010 | 0 | 1010111 | 111001 | 1010 | 101010100 | 1010000 | 110011 |
Color Harmonies of #E61F62
Complementary color
Monochromatic Colors of #E61F62
Black with #E61F62
Text Example
Text Example
White with #E61F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F62; }
p { color: rgb(230,31,98); }
H1.HeaderClassName
{
color: #E61F62;
}
.AnyTagClassName
{
color: #E61F62;
}
</style>
background-color css
<style>
a { background-color: #E61F62; }
a { background-color: rgb(230,31,98); }
div.DivClassName
{
background-color: #E61F62;
}
.BgClassName
{
background-color: #E61F62;
}
</style>
border-color css
<style>
span { border-color: #E61F62; }
span { border-color: rgb(230,31,98); }
td.TdClassName
{
border-color: #E61F62;
}
.TagClassName
{
border-color: #E61F62;
}
</style>