Shades of Ruby #EA1463
Tints of Ruby #EA1463
RGB
CMYK
RGB Variations
Color information
#EA1463 (or 0xEA1463) is known color: Ruby. HEX triplet: EA, 14 and 63. RGB value is (234,20,99). Sum of RGB (Red+Green+Blue) = 234+20+99=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1463 is #15EB9C. Grayscale: #5C5C5C. Windows color (decimal): -1436573 or 6493418. OLE color: 6493418.
HSL color Cylindrical-coordinate representation of color #EA1463: hue angle of 337.85º 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 #EA1463 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 99 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.08 |
| HSL | 337.85º | 0.84% | 0.5% | - |
| HSV(B) | 337.85º | 0.91% | 0.92% | - |
| XYZ | 36.43 | 18.89 | 13.53 | - |
| YUV | 92.99 | 131.4 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 99 | 0 | 0.91 | 0.58 | 0.08 | 337.85 | 0.84 | 0.5 |
| Hex | EA | 14 | 63 | 0 | 5B | 3A | 8 | 152 | 54 | 32 |
| Octal | 352 | 24 | 143 | 0 | 133 | 72 | 10 | 522 | 124 | 62 |
| Binary | 11101010 | 10100 | 1100011 | 0 | 1011011 | 111010 | 1000 | 101010010 | 1010100 | 110010 |
Color Harmonies of #EA1463
Complementary color
Monochromatic Colors of #EA1463
Black with #EA1463
Text Example
Text Example
White with #EA1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1463; }
p { color: rgb(234,20,99); }
H1.HeaderClassName
{
color: #EA1463;
}
.AnyTagClassName
{
color: #EA1463;
}
</style>
background-color css
<style>
a { background-color: #EA1463; }
a { background-color: rgb(234,20,99); }
div.DivClassName
{
background-color: #EA1463;
}
.BgClassName
{
background-color: #EA1463;
}
</style>
border-color css
<style>
span { border-color: #EA1463; }
span { border-color: rgb(234,20,99); }
td.TdClassName
{
border-color: #EA1463;
}
.TagClassName
{
border-color: #EA1463;
}
</style>