Shades of Ruby #EA1860
Tints of Ruby #EA1860
RGB
CMYK
RGB Variations
Color information
#EA1860 (or 0xEA1860) is known color: Ruby. HEX triplet: EA, 18 and 60. RGB value is (234,24,96). Sum of RGB (Red+Green+Blue) = 234+24+96=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1860 is #15E79F. Grayscale: #5E5E5E. Windows color (decimal): -1435552 or 6297834. OLE color: 6297834.
HSL color Cylindrical-coordinate representation of color #EA1860: hue angle of 339.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 #EA1860 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 96 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.08 |
| HSL | 339.43º | 0.83% | 0.51% | - |
| HSV(B) | 339.43º | 0.9% | 0.92% | - |
| XYZ | 36.37 | 18.99 | 12.81 | - |
| YUV | 95 | 128.57 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 96 | 0 | 0.90 | 0.59 | 0.08 | 339.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 60 | 0 | 5A | 3B | 8 | 153 | 53 | 33 |
| Octal | 352 | 30 | 140 | 0 | 132 | 73 | 10 | 523 | 123 | 63 |
| Binary | 11101010 | 11000 | 1100000 | 0 | 1011010 | 111011 | 1000 | 101010011 | 1010011 | 110011 |
Color Harmonies of #EA1860
Complementary color
Monochromatic Colors of #EA1860
Black with #EA1860
Text Example
Text Example
White with #EA1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1860; }
p { color: rgb(234,24,96); }
H1.HeaderClassName
{
color: #EA1860;
}
.AnyTagClassName
{
color: #EA1860;
}
</style>
background-color css
<style>
a { background-color: #EA1860; }
a { background-color: rgb(234,24,96); }
div.DivClassName
{
background-color: #EA1860;
}
.BgClassName
{
background-color: #EA1860;
}
</style>
border-color css
<style>
span { border-color: #EA1860; }
span { border-color: rgb(234,24,96); }
td.TdClassName
{
border-color: #EA1860;
}
.TagClassName
{
border-color: #EA1860;
}
</style>