Shades of Ruby #E6196D
Tints of Ruby #E6196D
RGB
CMYK
RGB Variations
Color information
#E6196D (or 0xE6196D) is known color: Ruby. HEX triplet: E6, 19 and 6D. RGB value is (230,25,109). Sum of RGB (Red+Green+Blue) = 230+25+109=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E6196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6196D is #19E692. Grayscale: #5F5F5F. Windows color (decimal): -1697427 or 7150054. OLE color: 7150054.
HSL color Cylindrical-coordinate representation of color #E6196D: hue angle of 335.41º 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 #E6196D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.10 |
| HSL | 335.41º | 0.8% | 0.5% | - |
| HSV(B) | 335.41º | 0.89% | 0.9% | - |
| XYZ | 35.74 | 18.62 | 16.18 | - |
| YUV | 95.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 109 | 0 | 0.89 | 0.53 | 0.10 | 335.41 | 0.8 | 0.5 |
| Hex | E6 | 19 | 6D | 0 | 59 | 35 | A | 14F | 50 | 32 |
| Octal | 346 | 31 | 155 | 0 | 131 | 65 | 12 | 517 | 120 | 62 |
| Binary | 11100110 | 11001 | 1101101 | 0 | 1011001 | 110101 | 1010 | 101001111 | 1010000 | 110010 |
Color Harmonies of #E6196D
Complementary color
Monochromatic Colors of #E6196D
Black with #E6196D
Text Example
Text Example
White with #E6196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6196D; }
p { color: rgb(230,25,109); }
H1.HeaderClassName
{
color: #E6196D;
}
.AnyTagClassName
{
color: #E6196D;
}
</style>
background-color css
<style>
a { background-color: #E6196D; }
a { background-color: rgb(230,25,109); }
div.DivClassName
{
background-color: #E6196D;
}
.BgClassName
{
background-color: #E6196D;
}
</style>
border-color css
<style>
span { border-color: #E6196D; }
span { border-color: rgb(230,25,109); }
td.TdClassName
{
border-color: #E6196D;
}
.TagClassName
{
border-color: #E6196D;
}
</style>