Shades of Ruby #EA0873
Tints of Ruby #EA0873
RGB
CMYK
RGB Variations
Color information
#EA0873 (or 0xEA0873) is known color: Ruby. HEX triplet: EA, 08 and 73. RGB value is (234,8,115). Sum of RGB (Red+Green+Blue) = 234+8+115=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0873 is #15F78C. Grayscale: #575757. Windows color (decimal): -1439629 or 7538922. OLE color: 7538922.
HSL color Cylindrical-coordinate representation of color #EA0873: hue angle of 331.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0873 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.08 |
| HSL | 331.59º | 0.93% | 0.47% | - |
| HSV(B) | 331.59º | 0.97% | 0.92% | - |
| XYZ | 37.11 | 18.9 | 17.91 | - |
| YUV | 87.77 | 143.37 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 115 | 0 | 0.97 | 0.51 | 0.08 | 331.59 | 0.93 | 0.47 |
| Hex | EA | 8 | 73 | 0 | 61 | 33 | 8 | 14C | 5D | 2F |
| Octal | 352 | 10 | 163 | 0 | 141 | 63 | 10 | 514 | 135 | 57 |
| Binary | 11101010 | 1000 | 1110011 | 0 | 1100001 | 110011 | 1000 | 101001100 | 1011101 | 101111 |
Color Harmonies of #EA0873
Complementary color
Monochromatic Colors of #EA0873
Black with #EA0873
Text Example
Text Example
White with #EA0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0873; }
p { color: rgb(234,8,115); }
H1.HeaderClassName
{
color: #EA0873;
}
.AnyTagClassName
{
color: #EA0873;
}
</style>
background-color css
<style>
a { background-color: #EA0873; }
a { background-color: rgb(234,8,115); }
div.DivClassName
{
background-color: #EA0873;
}
.BgClassName
{
background-color: #EA0873;
}
</style>
border-color css
<style>
span { border-color: #EA0873; }
span { border-color: rgb(234,8,115); }
td.TdClassName
{
border-color: #EA0873;
}
.TagClassName
{
border-color: #EA0873;
}
</style>