Shades of Ruby #EA0D69
Tints of Ruby #EA0D69
RGB
CMYK
RGB Variations
Color information
#EA0D69 (or 0xEA0D69) is known color: Ruby. HEX triplet: EA, 0D and 69. RGB value is (234,13,105). Sum of RGB (Red+Green+Blue) = 234+13+105=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D69 is #15F296. Grayscale: #595959. Windows color (decimal): -1438359 or 6884842. OLE color: 6884842.
HSL color Cylindrical-coordinate representation of color #EA0D69: hue angle of 335.02º 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 #EA0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.08 |
| HSL | 335.02º | 0.89% | 0.48% | - |
| HSV(B) | 335.02º | 0.94% | 0.92% | - |
| XYZ | 36.63 | 18.8 | 15.06 | - |
| YUV | 89.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 105 | 0 | 0.94 | 0.55 | 0.08 | 335.02 | 0.89 | 0.48 |
| Hex | EA | D | 69 | 0 | 5E | 37 | 8 | 14F | 59 | 30 |
| Octal | 352 | 15 | 151 | 0 | 136 | 67 | 10 | 517 | 131 | 60 |
| Binary | 11101010 | 1101 | 1101001 | 0 | 1011110 | 110111 | 1000 | 101001111 | 1011001 | 110000 |
Color Harmonies of #EA0D69
Complementary color
Monochromatic Colors of #EA0D69
Black with #EA0D69
Text Example
Text Example
White with #EA0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D69; }
p { color: rgb(234,13,105); }
H1.HeaderClassName
{
color: #EA0D69;
}
.AnyTagClassName
{
color: #EA0D69;
}
</style>
background-color css
<style>
a { background-color: #EA0D69; }
a { background-color: rgb(234,13,105); }
div.DivClassName
{
background-color: #EA0D69;
}
.BgClassName
{
background-color: #EA0D69;
}
</style>
border-color css
<style>
span { border-color: #EA0D69; }
span { border-color: rgb(234,13,105); }
td.TdClassName
{
border-color: #EA0D69;
}
.TagClassName
{
border-color: #EA0D69;
}
</style>