Shades of Ruby #EA1960
Tints of Ruby #EA1960
RGB
CMYK
RGB Variations
Color information
#EA1960 (or 0xEA1960) is known color: Ruby. HEX triplet: EA, 19 and 60. RGB value is (234,25,96). Sum of RGB (Red+Green+Blue) = 234+25+96=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1960 is #15E69F. Grayscale: #5F5F5F. Windows color (decimal): -1435296 or 6298090. OLE color: 6298090.
HSL color Cylindrical-coordinate representation of color #EA1960: hue angle of 339.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1960 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 96 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.08 |
| HSL | 339.62º | 0.83% | 0.51% | - |
| HSV(B) | 339.62º | 0.89% | 0.92% | - |
| XYZ | 36.39 | 19.03 | 12.82 | - |
| YUV | 95.59 | 128.24 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 96 | 0 | 0.89 | 0.59 | 0.08 | 339.62 | 0.83 | 0.51 |
| Hex | EA | 19 | 60 | 0 | 59 | 3B | 8 | 154 | 53 | 33 |
| Octal | 352 | 31 | 140 | 0 | 131 | 73 | 10 | 524 | 123 | 63 |
| Binary | 11101010 | 11001 | 1100000 | 0 | 1011001 | 111011 | 1000 | 101010100 | 1010011 | 110011 |
Color Harmonies of #EA1960
Complementary color
Monochromatic Colors of #EA1960
Black with #EA1960
Text Example
Text Example
White with #EA1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1960; }
p { color: rgb(234,25,96); }
H1.HeaderClassName
{
color: #EA1960;
}
.AnyTagClassName
{
color: #EA1960;
}
</style>
background-color css
<style>
a { background-color: #EA1960; }
a { background-color: rgb(234,25,96); }
div.DivClassName
{
background-color: #EA1960;
}
.BgClassName
{
background-color: #EA1960;
}
</style>
border-color css
<style>
span { border-color: #EA1960; }
span { border-color: rgb(234,25,96); }
td.TdClassName
{
border-color: #EA1960;
}
.TagClassName
{
border-color: #EA1960;
}
</style>