Shades of Ruby #EA196C
Tints of Ruby #EA196C
RGB
CMYK
RGB Variations
Color information
#EA196C (or 0xEA196C) is known color: Ruby. HEX triplet: EA, 19 and 6C. RGB value is (234,25,108). Sum of RGB (Red+Green+Blue) = 234+25+108=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA196C is #15E693. Grayscale: #606060. Windows color (decimal): -1435284 or 7084522. OLE color: 7084522.
HSL color Cylindrical-coordinate representation of color #EA196C: hue angle of 336.17º 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 #EA196C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.08 |
| HSL | 336.17º | 0.83% | 0.51% | - |
| HSV(B) | 336.17º | 0.89% | 0.92% | - |
| XYZ | 36.99 | 19.27 | 15.96 | - |
| YUV | 96.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 108 | 0 | 0.89 | 0.54 | 0.08 | 336.17 | 0.83 | 0.51 |
| Hex | EA | 19 | 6C | 0 | 59 | 36 | 8 | 150 | 53 | 33 |
| Octal | 352 | 31 | 154 | 0 | 131 | 66 | 10 | 520 | 123 | 63 |
| Binary | 11101010 | 11001 | 1101100 | 0 | 1011001 | 110110 | 1000 | 101010000 | 1010011 | 110011 |
Color Harmonies of #EA196C
Complementary color
Monochromatic Colors of #EA196C
Black with #EA196C
Text Example
Text Example
White with #EA196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA196C; }
p { color: rgb(234,25,108); }
H1.HeaderClassName
{
color: #EA196C;
}
.AnyTagClassName
{
color: #EA196C;
}
</style>
background-color css
<style>
a { background-color: #EA196C; }
a { background-color: rgb(234,25,108); }
div.DivClassName
{
background-color: #EA196C;
}
.BgClassName
{
background-color: #EA196C;
}
</style>
border-color css
<style>
span { border-color: #EA196C; }
span { border-color: rgb(234,25,108); }
td.TdClassName
{
border-color: #EA196C;
}
.TagClassName
{
border-color: #EA196C;
}
</style>