Shades of Ruby #E61F6B
Tints of Ruby #E61F6B
RGB
CMYK
RGB Variations
Color information
#E61F6B (or 0xE61F6B) is known color: Ruby. HEX triplet: E6, 1F and 6B. RGB value is (230,31,107). Sum of RGB (Red+Green+Blue) = 230+31+107=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F6B is #19E094. Grayscale: #636363. Windows color (decimal): -1695893 or 7020518. OLE color: 7020518.
HSL color Cylindrical-coordinate representation of color #E61F6B: hue angle of 337.09º 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 #E61F6B is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 107 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.10 |
| HSL | 337.09º | 0.8% | 0.51% | - |
| HSV(B) | 337.09º | 0.87% | 0.9% | - |
| XYZ | 35.78 | 18.86 | 15.67 | - |
| YUV | 99.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 107 | 0 | 0.87 | 0.53 | 0.10 | 337.09 | 0.8 | 0.51 |
| Hex | E6 | 1F | 6B | 0 | 57 | 35 | A | 151 | 50 | 33 |
| Octal | 346 | 37 | 153 | 0 | 127 | 65 | 12 | 521 | 120 | 63 |
| Binary | 11100110 | 11111 | 1101011 | 0 | 1010111 | 110101 | 1010 | 101010001 | 1010000 | 110011 |
Color Harmonies of #E61F6B
Complementary color
Monochromatic Colors of #E61F6B
Black with #E61F6B
Text Example
Text Example
White with #E61F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F6B; }
p { color: rgb(230,31,107); }
H1.HeaderClassName
{
color: #E61F6B;
}
.AnyTagClassName
{
color: #E61F6B;
}
</style>
background-color css
<style>
a { background-color: #E61F6B; }
a { background-color: rgb(230,31,107); }
div.DivClassName
{
background-color: #E61F6B;
}
.BgClassName
{
background-color: #E61F6B;
}
</style>
border-color css
<style>
span { border-color: #E61F6B; }
span { border-color: rgb(230,31,107); }
td.TdClassName
{
border-color: #E61F6B;
}
.TagClassName
{
border-color: #E61F6B;
}
</style>