Shades of Ruby #EA0D76
Tints of Ruby #EA0D76
RGB
CMYK
RGB Variations
Color information
#EA0D76 (or 0xEA0D76) is known color: Ruby. HEX triplet: EA, 0D and 76. RGB value is (234,13,118). Sum of RGB (Red+Green+Blue) = 234+13+118=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D76 is #15F289. Grayscale: #5A5A5A. Windows color (decimal): -1438346 or 7736810. OLE color: 7736810.
HSL color Cylindrical-coordinate representation of color #EA0D76: hue angle of 331.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D76 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 118 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.08 |
| HSL | 331.49º | 0.89% | 0.48% | - |
| HSV(B) | 331.49º | 0.94% | 0.92% | - |
| XYZ | 37.35 | 19.09 | 18.86 | - |
| YUV | 91.05 | 143.22 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 118 | 0 | 0.94 | 0.50 | 0.08 | 331.49 | 0.89 | 0.48 |
| Hex | EA | D | 76 | 0 | 5E | 32 | 8 | 14B | 59 | 30 |
| Octal | 352 | 15 | 166 | 0 | 136 | 62 | 10 | 513 | 131 | 60 |
| Binary | 11101010 | 1101 | 1110110 | 0 | 1011110 | 110010 | 1000 | 101001011 | 1011001 | 110000 |
Color Harmonies of #EA0D76
Complementary color
Monochromatic Colors of #EA0D76
Black with #EA0D76
Text Example
Text Example
White with #EA0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D76; }
p { color: rgb(234,13,118); }
H1.HeaderClassName
{
color: #EA0D76;
}
.AnyTagClassName
{
color: #EA0D76;
}
</style>
background-color css
<style>
a { background-color: #EA0D76; }
a { background-color: rgb(234,13,118); }
div.DivClassName
{
background-color: #EA0D76;
}
.BgClassName
{
background-color: #EA0D76;
}
</style>
border-color css
<style>
span { border-color: #EA0D76; }
span { border-color: rgb(234,13,118); }
td.TdClassName
{
border-color: #EA0D76;
}
.TagClassName
{
border-color: #EA0D76;
}
</style>