Shades of Ruby #E61F6F
Tints of Ruby #E61F6F
RGB
CMYK
RGB Variations
Color information
#E61F6F (or 0xE61F6F) is known color: Ruby. HEX triplet: E6, 1F and 6F. RGB value is (230,31,111). Sum of RGB (Red+Green+Blue) = 230+31+111=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F6F is #19E090. Grayscale: #636363. Windows color (decimal): -1695889 or 7282662. OLE color: 7282662.
HSL color Cylindrical-coordinate representation of color #E61F6F: hue angle of 335.88º 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 #E61F6F is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 111 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.10 |
| HSL | 335.88º | 0.8% | 0.51% | - |
| HSV(B) | 335.88º | 0.87% | 0.9% | - |
| XYZ | 35.99 | 18.95 | 16.8 | - |
| YUV | 99.62 | 134.43 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 111 | 0 | 0.87 | 0.52 | 0.10 | 335.88 | 0.8 | 0.51 |
| Hex | E6 | 1F | 6F | 0 | 57 | 34 | A | 150 | 50 | 33 |
| Octal | 346 | 37 | 157 | 0 | 127 | 64 | 12 | 520 | 120 | 63 |
| Binary | 11100110 | 11111 | 1101111 | 0 | 1010111 | 110100 | 1010 | 101010000 | 1010000 | 110011 |
Color Harmonies of #E61F6F
Complementary color
Monochromatic Colors of #E61F6F
Black with #E61F6F
Text Example
Text Example
White with #E61F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F6F; }
p { color: rgb(230,31,111); }
H1.HeaderClassName
{
color: #E61F6F;
}
.AnyTagClassName
{
color: #E61F6F;
}
</style>
background-color css
<style>
a { background-color: #E61F6F; }
a { background-color: rgb(230,31,111); }
div.DivClassName
{
background-color: #E61F6F;
}
.BgClassName
{
background-color: #E61F6F;
}
</style>
border-color css
<style>
span { border-color: #E61F6F; }
span { border-color: rgb(230,31,111); }
td.TdClassName
{
border-color: #E61F6F;
}
.TagClassName
{
border-color: #E61F6F;
}
</style>