Shades of Ruby #E6195D
Tints of Ruby #E6195D
RGB
CMYK
RGB Variations
Color information
#E6195D (or 0xE6195D) is known color: Ruby. HEX triplet: E6, 19 and 5D. RGB value is (230,25,93). Sum of RGB (Red+Green+Blue) = 230+25+93=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6195D is #19E6A2. Grayscale: #5D5D5D. Windows color (decimal): -1697443 or 6101478. OLE color: 6101478.
HSL color Cylindrical-coordinate representation of color #E6195D: hue angle of 340.1º 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 #E6195D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.10 |
| HSL | 340.1º | 0.8% | 0.5% | - |
| HSV(B) | 340.1º | 0.89% | 0.9% | - |
| XYZ | 34.96 | 18.31 | 12.05 | - |
| YUV | 94.05 | 127.42 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 93 | 0 | 0.89 | 0.60 | 0.10 | 340.1 | 0.8 | 0.5 |
| Hex | E6 | 19 | 5D | 0 | 59 | 3C | A | 154 | 50 | 32 |
| Octal | 346 | 31 | 135 | 0 | 131 | 74 | 12 | 524 | 120 | 62 |
| Binary | 11100110 | 11001 | 1011101 | 0 | 1011001 | 111100 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E6195D
Complementary color
Monochromatic Colors of #E6195D
Black with #E6195D
Text Example
Text Example
White with #E6195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6195D; }
p { color: rgb(230,25,93); }
H1.HeaderClassName
{
color: #E6195D;
}
.AnyTagClassName
{
color: #E6195D;
}
</style>
background-color css
<style>
a { background-color: #E6195D; }
a { background-color: rgb(230,25,93); }
div.DivClassName
{
background-color: #E6195D;
}
.BgClassName
{
background-color: #E6195D;
}
</style>
border-color css
<style>
span { border-color: #E6195D; }
span { border-color: rgb(230,25,93); }
td.TdClassName
{
border-color: #E6195D;
}
.TagClassName
{
border-color: #E6195D;
}
</style>