Shades of Ruby #EA1759
Tints of Ruby #EA1759
RGB
CMYK
RGB Variations
Color information
#EA1759 (or 0xEA1759) is known color: Ruby. HEX triplet: EA, 17 and 59. RGB value is (234,23,89). Sum of RGB (Red+Green+Blue) = 234+23+89=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1759 is #15E8A6. Grayscale: #5D5D5D. Windows color (decimal): -1435815 or 5838826. OLE color: 5838826.
HSL color Cylindrical-coordinate representation of color #EA1759: hue angle of 341.23º 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 #EA1759 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 89 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.08 |
| HSL | 341.23º | 0.83% | 0.5% | - |
| HSV(B) | 341.23º | 0.9% | 0.92% | - |
| XYZ | 36.04 | 18.83 | 11.19 | - |
| YUV | 93.61 | 125.4 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 89 | 0 | 0.90 | 0.62 | 0.08 | 341.23 | 0.83 | 0.5 |
| Hex | EA | 17 | 59 | 0 | 5A | 3E | 8 | 155 | 53 | 32 |
| Octal | 352 | 27 | 131 | 0 | 132 | 76 | 10 | 525 | 123 | 62 |
| Binary | 11101010 | 10111 | 1011001 | 0 | 1011010 | 111110 | 1000 | 101010101 | 1010011 | 110010 |
Color Harmonies of #EA1759
Complementary color
Monochromatic Colors of #EA1759
Black with #EA1759
Text Example
Text Example
White with #EA1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1759; }
p { color: rgb(234,23,89); }
H1.HeaderClassName
{
color: #EA1759;
}
.AnyTagClassName
{
color: #EA1759;
}
</style>
background-color css
<style>
a { background-color: #EA1759; }
a { background-color: rgb(234,23,89); }
div.DivClassName
{
background-color: #EA1759;
}
.BgClassName
{
background-color: #EA1759;
}
</style>
border-color css
<style>
span { border-color: #EA1759; }
span { border-color: rgb(234,23,89); }
td.TdClassName
{
border-color: #EA1759;
}
.TagClassName
{
border-color: #EA1759;
}
</style>