Shades of Ruby #EA0A76
Tints of Ruby #EA0A76
RGB
CMYK
RGB Variations
Color information
#EA0A76 (or 0xEA0A76) is known color: Ruby. HEX triplet: EA, 0A and 76. RGB value is (234,10,118). Sum of RGB (Red+Green+Blue) = 234+10+118=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A76 is #15F589. Grayscale: #595959. Windows color (decimal): -1439114 or 7736042. OLE color: 7736042.
HSL color Cylindrical-coordinate representation of color #EA0A76: hue angle of 331.07º degrees, saturation: 0.92, 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 #EA0A76 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 118 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.08 |
| HSL | 331.07º | 0.92% | 0.48% | - |
| HSV(B) | 331.07º | 0.96% | 0.92% | - |
| XYZ | 37.31 | 19.02 | 18.84 | - |
| YUV | 89.29 | 144.21 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 118 | 0 | 0.96 | 0.50 | 0.08 | 331.07 | 0.92 | 0.48 |
| Hex | EA | A | 76 | 0 | 60 | 32 | 8 | 14B | 5C | 30 |
| Octal | 352 | 12 | 166 | 0 | 140 | 62 | 10 | 513 | 134 | 60 |
| Binary | 11101010 | 1010 | 1110110 | 0 | 1100000 | 110010 | 1000 | 101001011 | 1011100 | 110000 |
Color Harmonies of #EA0A76
Complementary color
Monochromatic Colors of #EA0A76
Black with #EA0A76
Text Example
Text Example
White with #EA0A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A76; }
p { color: rgb(234,10,118); }
H1.HeaderClassName
{
color: #EA0A76;
}
.AnyTagClassName
{
color: #EA0A76;
}
</style>
background-color css
<style>
a { background-color: #EA0A76; }
a { background-color: rgb(234,10,118); }
div.DivClassName
{
background-color: #EA0A76;
}
.BgClassName
{
background-color: #EA0A76;
}
</style>
border-color css
<style>
span { border-color: #EA0A76; }
span { border-color: rgb(234,10,118); }
td.TdClassName
{
border-color: #EA0A76;
}
.TagClassName
{
border-color: #EA0A76;
}
</style>