Shades of Ruby #EA0D68
Tints of Ruby #EA0D68
RGB
CMYK
RGB Variations
Color information
#EA0D68 (or 0xEA0D68) is known color: Ruby. HEX triplet: EA, 0D and 68. RGB value is (234,13,104). Sum of RGB (Red+Green+Blue) = 234+13+104=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D68 is #15F297. Grayscale: #595959. Windows color (decimal): -1438360 or 6819306. OLE color: 6819306.
HSL color Cylindrical-coordinate representation of color #EA0D68: hue angle of 335.29º 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 #EA0D68 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 104 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.08 |
| HSL | 335.29º | 0.89% | 0.48% | - |
| HSV(B) | 335.29º | 0.94% | 0.92% | - |
| XYZ | 36.57 | 18.78 | 14.79 | - |
| YUV | 89.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 104 | 0 | 0.94 | 0.56 | 0.08 | 335.29 | 0.89 | 0.48 |
| Hex | EA | D | 68 | 0 | 5E | 38 | 8 | 14F | 59 | 30 |
| Octal | 352 | 15 | 150 | 0 | 136 | 70 | 10 | 517 | 131 | 60 |
| Binary | 11101010 | 1101 | 1101000 | 0 | 1011110 | 111000 | 1000 | 101001111 | 1011001 | 110000 |
Color Harmonies of #EA0D68
Complementary color
Monochromatic Colors of #EA0D68
Black with #EA0D68
Text Example
Text Example
White with #EA0D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D68; }
p { color: rgb(234,13,104); }
H1.HeaderClassName
{
color: #EA0D68;
}
.AnyTagClassName
{
color: #EA0D68;
}
</style>
background-color css
<style>
a { background-color: #EA0D68; }
a { background-color: rgb(234,13,104); }
div.DivClassName
{
background-color: #EA0D68;
}
.BgClassName
{
background-color: #EA0D68;
}
</style>
border-color css
<style>
span { border-color: #EA0D68; }
span { border-color: rgb(234,13,104); }
td.TdClassName
{
border-color: #EA0D68;
}
.TagClassName
{
border-color: #EA0D68;
}
</style>