Shades of Ruby #EA0973
Tints of Ruby #EA0973
RGB
CMYK
RGB Variations
Color information
#EA0973 (or 0xEA0973) is known color: Ruby. HEX triplet: EA, 09 and 73. RGB value is (234,9,115). Sum of RGB (Red+Green+Blue) = 234+9+115=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0973 is #15F68C. Grayscale: #585858. Windows color (decimal): -1439373 or 7539178. OLE color: 7539178.
HSL color Cylindrical-coordinate representation of color #EA0973: hue angle of 331.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0973 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.08 |
| HSL | 331.73º | 0.93% | 0.48% | - |
| HSV(B) | 331.73º | 0.96% | 0.92% | - |
| XYZ | 37.12 | 18.93 | 17.92 | - |
| YUV | 88.36 | 143.04 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 115 | 0 | 0.96 | 0.51 | 0.08 | 331.73 | 0.93 | 0.48 |
| Hex | EA | 9 | 73 | 0 | 60 | 33 | 8 | 14C | 5D | 30 |
| Octal | 352 | 11 | 163 | 0 | 140 | 63 | 10 | 514 | 135 | 60 |
| Binary | 11101010 | 1001 | 1110011 | 0 | 1100000 | 110011 | 1000 | 101001100 | 1011101 | 110000 |
Color Harmonies of #EA0973
Complementary color
Monochromatic Colors of #EA0973
Black with #EA0973
Text Example
Text Example
White with #EA0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0973; }
p { color: rgb(234,9,115); }
H1.HeaderClassName
{
color: #EA0973;
}
.AnyTagClassName
{
color: #EA0973;
}
</style>
background-color css
<style>
a { background-color: #EA0973; }
a { background-color: rgb(234,9,115); }
div.DivClassName
{
background-color: #EA0973;
}
.BgClassName
{
background-color: #EA0973;
}
</style>
border-color css
<style>
span { border-color: #EA0973; }
span { border-color: rgb(234,9,115); }
td.TdClassName
{
border-color: #EA0973;
}
.TagClassName
{
border-color: #EA0973;
}
</style>