Shades of Ruby #EA1779
Tints of Ruby #EA1779
RGB
CMYK
RGB Variations
Color information
#EA1779 (or 0xEA1779) is known color: Ruby. HEX triplet: EA, 17 and 79. RGB value is (234,23,121). Sum of RGB (Red+Green+Blue) = 234+23+121=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1779 is #15E886. Grayscale: #616161. Windows color (decimal): -1435783 or 7935978. OLE color: 7935978.
HSL color Cylindrical-coordinate representation of color #EA1779: hue angle of 332.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1779 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.08 |
| HSL | 332.13º | 0.83% | 0.5% | - |
| HSV(B) | 332.13º | 0.9% | 0.92% | - |
| XYZ | 37.69 | 19.49 | 19.86 | - |
| YUV | 97.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 121 | 0 | 0.90 | 0.48 | 0.08 | 332.13 | 0.83 | 0.5 |
| Hex | EA | 17 | 79 | 0 | 5A | 30 | 8 | 14C | 53 | 32 |
| Octal | 352 | 27 | 171 | 0 | 132 | 60 | 10 | 514 | 123 | 62 |
| Binary | 11101010 | 10111 | 1111001 | 0 | 1011010 | 110000 | 1000 | 101001100 | 1010011 | 110010 |
Color Harmonies of #EA1779
Complementary color
Monochromatic Colors of #EA1779
Black with #EA1779
Text Example
Text Example
White with #EA1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1779; }
p { color: rgb(234,23,121); }
H1.HeaderClassName
{
color: #EA1779;
}
.AnyTagClassName
{
color: #EA1779;
}
</style>
background-color css
<style>
a { background-color: #EA1779; }
a { background-color: rgb(234,23,121); }
div.DivClassName
{
background-color: #EA1779;
}
.BgClassName
{
background-color: #EA1779;
}
</style>
border-color css
<style>
span { border-color: #EA1779; }
span { border-color: rgb(234,23,121); }
td.TdClassName
{
border-color: #EA1779;
}
.TagClassName
{
border-color: #EA1779;
}
</style>