Shades of Ruby #E3196B
Tints of Ruby #E3196B
RGB
CMYK
RGB Variations
Color information
#E3196B (or 0xE3196B) is known color: Ruby. HEX triplet: E3, 19 and 6B. RGB value is (227,25,107). Sum of RGB (Red+Green+Blue) = 227+25+107=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3196B is #1CE694. Grayscale: #5E5E5E. Windows color (decimal): -1894037 or 7018979. OLE color: 7018979.
HSL color Cylindrical-coordinate representation of color #E3196B: hue angle of 335.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3196B is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.11 |
| HSL | 335.64º | 0.8% | 0.49% | - |
| HSV(B) | 335.64º | 0.89% | 0.89% | - |
| XYZ | 34.68 | 18.09 | 15.57 | - |
| YUV | 94.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 107 | 0 | 0.89 | 0.53 | 0.11 | 335.64 | 0.8 | 0.49 |
| Hex | E3 | 19 | 6B | 0 | 59 | 35 | B | 150 | 50 | 31 |
| Octal | 343 | 31 | 153 | 0 | 131 | 65 | 13 | 520 | 120 | 61 |
| Binary | 11100011 | 11001 | 1101011 | 0 | 1011001 | 110101 | 1011 | 101010000 | 1010000 | 110001 |
Color Harmonies of #E3196B
Complementary color
Monochromatic Colors of #E3196B
Black with #E3196B
Text Example
Text Example
White with #E3196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3196B; }
p { color: rgb(227,25,107); }
H1.HeaderClassName
{
color: #E3196B;
}
.AnyTagClassName
{
color: #E3196B;
}
</style>
background-color css
<style>
a { background-color: #E3196B; }
a { background-color: rgb(227,25,107); }
div.DivClassName
{
background-color: #E3196B;
}
.BgClassName
{
background-color: #E3196B;
}
</style>
border-color css
<style>
span { border-color: #E3196B; }
span { border-color: rgb(227,25,107); }
td.TdClassName
{
border-color: #E3196B;
}
.TagClassName
{
border-color: #E3196B;
}
</style>