Shades of Ruby #EA196D
Tints of Ruby #EA196D
RGB
CMYK
RGB Variations
Color information
#EA196D (or 0xEA196D) is known color: Ruby. HEX triplet: EA, 19 and 6D. RGB value is (234,25,109). Sum of RGB (Red+Green+Blue) = 234+25+109=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA196D is #15E692. Grayscale: #606060. Windows color (decimal): -1435283 or 7150058. OLE color: 7150058.
HSL color Cylindrical-coordinate representation of color #EA196D: hue angle of 335.89º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA196D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.08 |
| HSL | 335.89º | 0.83% | 0.51% | - |
| HSV(B) | 335.89º | 0.89% | 0.92% | - |
| XYZ | 37.04 | 19.29 | 16.24 | - |
| YUV | 97.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 109 | 0 | 0.89 | 0.53 | 0.08 | 335.89 | 0.83 | 0.51 |
| Hex | EA | 19 | 6D | 0 | 59 | 35 | 8 | 150 | 53 | 33 |
| Octal | 352 | 31 | 155 | 0 | 131 | 65 | 10 | 520 | 123 | 63 |
| Binary | 11101010 | 11001 | 1101101 | 0 | 1011001 | 110101 | 1000 | 101010000 | 1010011 | 110011 |
Color Harmonies of #EA196D
Complementary color
Monochromatic Colors of #EA196D
Black with #EA196D
Text Example
Text Example
White with #EA196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA196D; }
p { color: rgb(234,25,109); }
H1.HeaderClassName
{
color: #EA196D;
}
.AnyTagClassName
{
color: #EA196D;
}
</style>
background-color css
<style>
a { background-color: #EA196D; }
a { background-color: rgb(234,25,109); }
div.DivClassName
{
background-color: #EA196D;
}
.BgClassName
{
background-color: #EA196D;
}
</style>
border-color css
<style>
span { border-color: #EA196D; }
span { border-color: rgb(234,25,109); }
td.TdClassName
{
border-color: #EA196D;
}
.TagClassName
{
border-color: #EA196D;
}
</style>