Shades of Ruby #EA0977
Tints of Ruby #EA0977
RGB
CMYK
RGB Variations
Color information
#EA0977 (or 0xEA0977) is known color: Ruby. HEX triplet: EA, 09 and 77. RGB value is (234,9,119). Sum of RGB (Red+Green+Blue) = 234+9+119=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0977 is #15F688. Grayscale: #585858. Windows color (decimal): -1439369 or 7801322. OLE color: 7801322.
HSL color Cylindrical-coordinate representation of color #EA0977: hue angle of 330.67º 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 #EA0977 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.08 |
| HSL | 330.67º | 0.93% | 0.48% | - |
| HSV(B) | 330.67º | 0.96% | 0.92% | - |
| XYZ | 37.36 | 19.02 | 19.15 | - |
| YUV | 88.82 | 145.04 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 119 | 0 | 0.96 | 0.49 | 0.08 | 330.67 | 0.93 | 0.48 |
| Hex | EA | 9 | 77 | 0 | 60 | 31 | 8 | 14B | 5D | 30 |
| Octal | 352 | 11 | 167 | 0 | 140 | 61 | 10 | 513 | 135 | 60 |
| Binary | 11101010 | 1001 | 1110111 | 0 | 1100000 | 110001 | 1000 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EA0977
Complementary color
Monochromatic Colors of #EA0977
Black with #EA0977
Text Example
Text Example
White with #EA0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0977; }
p { color: rgb(234,9,119); }
H1.HeaderClassName
{
color: #EA0977;
}
.AnyTagClassName
{
color: #EA0977;
}
</style>
background-color css
<style>
a { background-color: #EA0977; }
a { background-color: rgb(234,9,119); }
div.DivClassName
{
background-color: #EA0977;
}
.BgClassName
{
background-color: #EA0977;
}
</style>
border-color css
<style>
span { border-color: #EA0977; }
span { border-color: rgb(234,9,119); }
td.TdClassName
{
border-color: #EA0977;
}
.TagClassName
{
border-color: #EA0977;
}
</style>