Shades of Ruby #EA1260
Tints of Ruby #EA1260
RGB
CMYK
RGB Variations
Color information
#EA1260 (or 0xEA1260) is known color: Ruby. HEX triplet: EA, 12 and 60. RGB value is (234,18,96). Sum of RGB (Red+Green+Blue) = 234+18+96=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1260 is #15ED9F. Grayscale: #5B5B5B. Windows color (decimal): -1437088 or 6296298. OLE color: 6296298.
HSL color Cylindrical-coordinate representation of color #EA1260: hue angle of 338.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1260 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 96 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.08 |
| HSL | 338.33º | 0.86% | 0.49% | - |
| HSV(B) | 338.33º | 0.92% | 0.92% | - |
| XYZ | 36.26 | 18.77 | 12.78 | - |
| YUV | 91.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 96 | 0 | 0.92 | 0.59 | 0.08 | 338.33 | 0.86 | 0.49 |
| Hex | EA | 12 | 60 | 0 | 5C | 3B | 8 | 152 | 56 | 31 |
| Octal | 352 | 22 | 140 | 0 | 134 | 73 | 10 | 522 | 126 | 61 |
| Binary | 11101010 | 10010 | 1100000 | 0 | 1011100 | 111011 | 1000 | 101010010 | 1010110 | 110001 |
Color Harmonies of #EA1260
Complementary color
Monochromatic Colors of #EA1260
Black with #EA1260
Text Example
Text Example
White with #EA1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1260; }
p { color: rgb(234,18,96); }
H1.HeaderClassName
{
color: #EA1260;
}
.AnyTagClassName
{
color: #EA1260;
}
</style>
background-color css
<style>
a { background-color: #EA1260; }
a { background-color: rgb(234,18,96); }
div.DivClassName
{
background-color: #EA1260;
}
.BgClassName
{
background-color: #EA1260;
}
</style>
border-color css
<style>
span { border-color: #EA1260; }
span { border-color: rgb(234,18,96); }
td.TdClassName
{
border-color: #EA1260;
}
.TagClassName
{
border-color: #EA1260;
}
</style>