Shades of Ruby #E4196B
Tints of Ruby #E4196B
RGB
CMYK
RGB Variations
Color information
#E4196B (or 0xE4196B) is known color: Ruby. HEX triplet: E4, 19 and 6B. RGB value is (228,25,107). Sum of RGB (Red+Green+Blue) = 228+25+107=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E4196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4196B is #1BE694. Grayscale: #5E5E5E. Windows color (decimal): -1828501 or 7018980. OLE color: 7018980.
HSL color Cylindrical-coordinate representation of color #E4196B: hue angle of 335.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4196B is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.11 |
| HSL | 335.76º | 0.8% | 0.5% | - |
| HSV(B) | 335.76º | 0.89% | 0.89% | - |
| XYZ | 35 | 18.25 | 15.59 | - |
| YUV | 95.05 | 134.75 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 107 | 0 | 0.89 | 0.53 | 0.11 | 335.76 | 0.8 | 0.5 |
| Hex | E4 | 19 | 6B | 0 | 59 | 35 | B | 150 | 50 | 32 |
| Octal | 344 | 31 | 153 | 0 | 131 | 65 | 13 | 520 | 120 | 62 |
| Binary | 11100100 | 11001 | 1101011 | 0 | 1011001 | 110101 | 1011 | 101010000 | 1010000 | 110010 |
Color Harmonies of #E4196B
Complementary color
Monochromatic Colors of #E4196B
Black with #E4196B
Text Example
Text Example
White with #E4196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4196B; }
p { color: rgb(228,25,107); }
H1.HeaderClassName
{
color: #E4196B;
}
.AnyTagClassName
{
color: #E4196B;
}
</style>
background-color css
<style>
a { background-color: #E4196B; }
a { background-color: rgb(228,25,107); }
div.DivClassName
{
background-color: #E4196B;
}
.BgClassName
{
background-color: #E4196B;
}
</style>
border-color css
<style>
span { border-color: #E4196B; }
span { border-color: rgb(228,25,107); }
td.TdClassName
{
border-color: #E4196B;
}
.TagClassName
{
border-color: #E4196B;
}
</style>