Shades of Ruby #EA1859
Tints of Ruby #EA1859
RGB
CMYK
RGB Variations
Color information
#EA1859 (or 0xEA1859) is known color: Ruby. HEX triplet: EA, 18 and 59. RGB value is (234,24,89). Sum of RGB (Red+Green+Blue) = 234+24+89=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1859 is #15E7A6. Grayscale: #5E5E5E. Windows color (decimal): -1435559 or 5839082. OLE color: 5839082.
HSL color Cylindrical-coordinate representation of color #EA1859: hue angle of 341.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1859 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 89 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.08 |
| HSL | 341.43º | 0.83% | 0.51% | - |
| HSV(B) | 341.43º | 0.9% | 0.92% | - |
| XYZ | 36.06 | 18.87 | 11.19 | - |
| YUV | 94.2 | 125.07 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 89 | 0 | 0.90 | 0.62 | 0.08 | 341.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 59 | 0 | 5A | 3E | 8 | 155 | 53 | 33 |
| Octal | 352 | 30 | 131 | 0 | 132 | 76 | 10 | 525 | 123 | 63 |
| Binary | 11101010 | 11000 | 1011001 | 0 | 1011010 | 111110 | 1000 | 101010101 | 1010011 | 110011 |
Color Harmonies of #EA1859
Complementary color
Monochromatic Colors of #EA1859
Black with #EA1859
Text Example
Text Example
White with #EA1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1859; }
p { color: rgb(234,24,89); }
H1.HeaderClassName
{
color: #EA1859;
}
.AnyTagClassName
{
color: #EA1859;
}
</style>
background-color css
<style>
a { background-color: #EA1859; }
a { background-color: rgb(234,24,89); }
div.DivClassName
{
background-color: #EA1859;
}
.BgClassName
{
background-color: #EA1859;
}
</style>
border-color css
<style>
span { border-color: #EA1859; }
span { border-color: rgb(234,24,89); }
td.TdClassName
{
border-color: #EA1859;
}
.TagClassName
{
border-color: #EA1859;
}
</style>