Shades of Ruby #EA0F77
Tints of Ruby #EA0F77
RGB
CMYK
RGB Variations
Color information
#EA0F77 (or 0xEA0F77) is known color: Ruby. HEX triplet: EA, 0F and 77. RGB value is (234,15,119). Sum of RGB (Red+Green+Blue) = 234+15+119=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0F77 is #15F088. Grayscale: #5C5C5C. Windows color (decimal): -1437833 or 7802858. OLE color: 7802858.
HSL color Cylindrical-coordinate representation of color #EA0F77: hue angle of 331.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F77 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 119 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.08 |
| HSL | 331.51º | 0.88% | 0.49% | - |
| HSV(B) | 331.51º | 0.94% | 0.92% | - |
| XYZ | 37.43 | 19.17 | 19.18 | - |
| YUV | 92.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 119 | 0 | 0.94 | 0.49 | 0.08 | 331.51 | 0.88 | 0.49 |
| Hex | EA | F | 77 | 0 | 5E | 31 | 8 | 14C | 58 | 31 |
| Octal | 352 | 17 | 167 | 0 | 136 | 61 | 10 | 514 | 130 | 61 |
| Binary | 11101010 | 1111 | 1110111 | 0 | 1011110 | 110001 | 1000 | 101001100 | 1011000 | 110001 |
Color Harmonies of #EA0F77
Complementary color
Monochromatic Colors of #EA0F77
Black with #EA0F77
Text Example
Text Example
White with #EA0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F77; }
p { color: rgb(234,15,119); }
H1.HeaderClassName
{
color: #EA0F77;
}
.AnyTagClassName
{
color: #EA0F77;
}
</style>
background-color css
<style>
a { background-color: #EA0F77; }
a { background-color: rgb(234,15,119); }
div.DivClassName
{
background-color: #EA0F77;
}
.BgClassName
{
background-color: #EA0F77;
}
</style>
border-color css
<style>
span { border-color: #EA0F77; }
span { border-color: rgb(234,15,119); }
td.TdClassName
{
border-color: #EA0F77;
}
.TagClassName
{
border-color: #EA0F77;
}
</style>