Shades of Ruby #EA0E76
Tints of Ruby #EA0E76
RGB
CMYK
RGB Variations
Color information
#EA0E76 (or 0xEA0E76) is known color: Ruby. HEX triplet: EA, 0E and 76. RGB value is (234,14,118). Sum of RGB (Red+Green+Blue) = 234+14+118=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0E76 is #15F189. Grayscale: #5B5B5B. Windows color (decimal): -1438090 or 7737066. OLE color: 7737066.
HSL color Cylindrical-coordinate representation of color #EA0E76: hue angle of 331.64º degrees, saturation: 0.89, 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 #EA0E76 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 118 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.08 |
| HSL | 331.64º | 0.89% | 0.49% | - |
| HSV(B) | 331.64º | 0.94% | 0.92% | - |
| XYZ | 37.36 | 19.11 | 18.86 | - |
| YUV | 91.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 118 | 0 | 0.94 | 0.50 | 0.08 | 331.64 | 0.89 | 0.49 |
| Hex | EA | E | 76 | 0 | 5E | 32 | 8 | 14C | 59 | 31 |
| Octal | 352 | 16 | 166 | 0 | 136 | 62 | 10 | 514 | 131 | 61 |
| Binary | 11101010 | 1110 | 1110110 | 0 | 1011110 | 110010 | 1000 | 101001100 | 1011001 | 110001 |
Color Harmonies of #EA0E76
Complementary color
Monochromatic Colors of #EA0E76
Black with #EA0E76
Text Example
Text Example
White with #EA0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0E76; }
p { color: rgb(234,14,118); }
H1.HeaderClassName
{
color: #EA0E76;
}
.AnyTagClassName
{
color: #EA0E76;
}
</style>
background-color css
<style>
a { background-color: #EA0E76; }
a { background-color: rgb(234,14,118); }
div.DivClassName
{
background-color: #EA0E76;
}
.BgClassName
{
background-color: #EA0E76;
}
</style>
border-color css
<style>
span { border-color: #EA0E76; }
span { border-color: rgb(234,14,118); }
td.TdClassName
{
border-color: #EA0E76;
}
.TagClassName
{
border-color: #EA0E76;
}
</style>