Shades of Ruby #EA1979
Tints of Ruby #EA1979
RGB
CMYK
RGB Variations
Color information
#EA1979 (or 0xEA1979) is known color: Ruby. HEX triplet: EA, 19 and 79. RGB value is (234,25,121). Sum of RGB (Red+Green+Blue) = 234+25+121=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1979 is #15E686. Grayscale: #626262. Windows color (decimal): -1435271 or 7936490. OLE color: 7936490.
HSL color Cylindrical-coordinate representation of color #EA1979: hue angle of 332.44º 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 #EA1979 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 121 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.08 |
| HSL | 332.44º | 0.83% | 0.51% | - |
| HSV(B) | 332.44º | 0.89% | 0.92% | - |
| XYZ | 37.73 | 19.57 | 19.88 | - |
| YUV | 98.44 | 140.74 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 121 | 0 | 0.89 | 0.48 | 0.08 | 332.44 | 0.83 | 0.51 |
| Hex | EA | 19 | 79 | 0 | 59 | 30 | 8 | 14C | 53 | 33 |
| Octal | 352 | 31 | 171 | 0 | 131 | 60 | 10 | 514 | 123 | 63 |
| Binary | 11101010 | 11001 | 1111001 | 0 | 1011001 | 110000 | 1000 | 101001100 | 1010011 | 110011 |
Color Harmonies of #EA1979
Complementary color
Monochromatic Colors of #EA1979
Black with #EA1979
Text Example
Text Example
White with #EA1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1979; }
p { color: rgb(234,25,121); }
H1.HeaderClassName
{
color: #EA1979;
}
.AnyTagClassName
{
color: #EA1979;
}
</style>
background-color css
<style>
a { background-color: #EA1979; }
a { background-color: rgb(234,25,121); }
div.DivClassName
{
background-color: #EA1979;
}
.BgClassName
{
background-color: #EA1979;
}
</style>
border-color css
<style>
span { border-color: #EA1979; }
span { border-color: rgb(234,25,121); }
td.TdClassName
{
border-color: #EA1979;
}
.TagClassName
{
border-color: #EA1979;
}
</style>