Shades of Ruby #EA1064
Tints of Ruby #EA1064
RGB
CMYK
RGB Variations
Color information
#EA1064 (or 0xEA1064) is known color: Ruby. HEX triplet: EA, 10 and 64. RGB value is (234,16,100). Sum of RGB (Red+Green+Blue) = 234+16+100=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1064 is #15EF9B. Grayscale: #5A5A5A. Windows color (decimal): -1437596 or 6557930. OLE color: 6557930.
HSL color Cylindrical-coordinate representation of color #EA1064: hue angle of 336.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1064 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 100 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.08 |
| HSL | 336.88º | 0.87% | 0.49% | - |
| HSV(B) | 336.88º | 0.93% | 0.92% | - |
| XYZ | 36.42 | 18.78 | 13.76 | - |
| YUV | 90.76 | 133.22 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 100 | 0 | 0.93 | 0.57 | 0.08 | 336.88 | 0.87 | 0.49 |
| Hex | EA | 10 | 64 | 0 | 5D | 39 | 8 | 151 | 57 | 31 |
| Octal | 352 | 20 | 144 | 0 | 135 | 71 | 10 | 521 | 127 | 61 |
| Binary | 11101010 | 10000 | 1100100 | 0 | 1011101 | 111001 | 1000 | 101010001 | 1010111 | 110001 |
Color Harmonies of #EA1064
Complementary color
Monochromatic Colors of #EA1064
Black with #EA1064
Text Example
Text Example
White with #EA1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1064; }
p { color: rgb(234,16,100); }
H1.HeaderClassName
{
color: #EA1064;
}
.AnyTagClassName
{
color: #EA1064;
}
</style>
background-color css
<style>
a { background-color: #EA1064; }
a { background-color: rgb(234,16,100); }
div.DivClassName
{
background-color: #EA1064;
}
.BgClassName
{
background-color: #EA1064;
}
</style>
border-color css
<style>
span { border-color: #EA1064; }
span { border-color: rgb(234,16,100); }
td.TdClassName
{
border-color: #EA1064;
}
.TagClassName
{
border-color: #EA1064;
}
</style>