Shades of Ruby #E4196D
Tints of Ruby #E4196D
RGB
CMYK
RGB Variations
Color information
#E4196D (or 0xE4196D) is known color: Ruby. HEX triplet: E4, 19 and 6D. RGB value is (228,25,109). Sum of RGB (Red+Green+Blue) = 228+25+109=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E4196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4196D is #1BE692. Grayscale: #5F5F5F. Windows color (decimal): -1828499 or 7150052. OLE color: 7150052.
HSL color Cylindrical-coordinate representation of color #E4196D: hue angle of 335.17º 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 #E4196D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.11 |
| HSL | 335.17º | 0.8% | 0.5% | - |
| HSV(B) | 335.17º | 0.89% | 0.89% | - |
| XYZ | 35.1 | 18.29 | 16.15 | - |
| YUV | 95.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 109 | 0 | 0.89 | 0.52 | 0.11 | 335.17 | 0.8 | 0.5 |
| Hex | E4 | 19 | 6D | 0 | 59 | 34 | B | 14F | 50 | 32 |
| Octal | 344 | 31 | 155 | 0 | 131 | 64 | 13 | 517 | 120 | 62 |
| Binary | 11100100 | 11001 | 1101101 | 0 | 1011001 | 110100 | 1011 | 101001111 | 1010000 | 110010 |
Color Harmonies of #E4196D
Complementary color
Monochromatic Colors of #E4196D
Black with #E4196D
Text Example
Text Example
White with #E4196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4196D; }
p { color: rgb(228,25,109); }
H1.HeaderClassName
{
color: #E4196D;
}
.AnyTagClassName
{
color: #E4196D;
}
</style>
background-color css
<style>
a { background-color: #E4196D; }
a { background-color: rgb(228,25,109); }
div.DivClassName
{
background-color: #E4196D;
}
.BgClassName
{
background-color: #E4196D;
}
</style>
border-color css
<style>
span { border-color: #E4196D; }
span { border-color: rgb(228,25,109); }
td.TdClassName
{
border-color: #E4196D;
}
.TagClassName
{
border-color: #E4196D;
}
</style>