Shades of Ruby #EA1460
Tints of Ruby #EA1460
RGB
CMYK
RGB Variations
Color information
#EA1460 (or 0xEA1460) is known color: Ruby. HEX triplet: EA, 14 and 60. RGB value is (234,20,96). Sum of RGB (Red+Green+Blue) = 234+20+96=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1460 is #15EB9F. Grayscale: #5C5C5C. Windows color (decimal): -1436576 or 6296810. OLE color: 6296810.
HSL color Cylindrical-coordinate representation of color #EA1460: hue angle of 338.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1460 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 96 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.08 |
| HSL | 338.69º | 0.84% | 0.5% | - |
| HSV(B) | 338.69º | 0.91% | 0.92% | - |
| XYZ | 36.29 | 18.84 | 12.79 | - |
| YUV | 92.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 96 | 0 | 0.91 | 0.59 | 0.08 | 338.69 | 0.84 | 0.5 |
| Hex | EA | 14 | 60 | 0 | 5B | 3B | 8 | 153 | 54 | 32 |
| Octal | 352 | 24 | 140 | 0 | 133 | 73 | 10 | 523 | 124 | 62 |
| Binary | 11101010 | 10100 | 1100000 | 0 | 1011011 | 111011 | 1000 | 101010011 | 1010100 | 110010 |
Color Harmonies of #EA1460
Complementary color
Monochromatic Colors of #EA1460
Black with #EA1460
Text Example
Text Example
White with #EA1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1460; }
p { color: rgb(234,20,96); }
H1.HeaderClassName
{
color: #EA1460;
}
.AnyTagClassName
{
color: #EA1460;
}
</style>
background-color css
<style>
a { background-color: #EA1460; }
a { background-color: rgb(234,20,96); }
div.DivClassName
{
background-color: #EA1460;
}
.BgClassName
{
background-color: #EA1460;
}
</style>
border-color css
<style>
span { border-color: #EA1460; }
span { border-color: rgb(234,20,96); }
td.TdClassName
{
border-color: #EA1460;
}
.TagClassName
{
border-color: #EA1460;
}
</style>