Shades of Ruby #EA0D78
Tints of Ruby #EA0D78
RGB
CMYK
RGB Variations
Color information
#EA0D78 (or 0xEA0D78) is known color: Ruby. HEX triplet: EA, 0D and 78. RGB value is (234,13,120). Sum of RGB (Red+Green+Blue) = 234+13+120=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D78 is #15F287. Grayscale: #5B5B5B. Windows color (decimal): -1438344 or 7867882. OLE color: 7867882.
HSL color Cylindrical-coordinate representation of color #EA0D78: hue angle of 330.95º 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 #EA0D78 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 120 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.08 |
| HSL | 330.95º | 0.89% | 0.48% | - |
| HSV(B) | 330.95º | 0.94% | 0.92% | - |
| XYZ | 37.47 | 19.14 | 19.49 | - |
| YUV | 91.28 | 144.22 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 120 | 0 | 0.94 | 0.49 | 0.08 | 330.95 | 0.89 | 0.48 |
| Hex | EA | D | 78 | 0 | 5E | 31 | 8 | 14B | 59 | 30 |
| Octal | 352 | 15 | 170 | 0 | 136 | 61 | 10 | 513 | 131 | 60 |
| Binary | 11101010 | 1101 | 1111000 | 0 | 1011110 | 110001 | 1000 | 101001011 | 1011001 | 110000 |
Color Harmonies of #EA0D78
Complementary color
Monochromatic Colors of #EA0D78
Black with #EA0D78
Text Example
Text Example
White with #EA0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D78; }
p { color: rgb(234,13,120); }
H1.HeaderClassName
{
color: #EA0D78;
}
.AnyTagClassName
{
color: #EA0D78;
}
</style>
background-color css
<style>
a { background-color: #EA0D78; }
a { background-color: rgb(234,13,120); }
div.DivClassName
{
background-color: #EA0D78;
}
.BgClassName
{
background-color: #EA0D78;
}
</style>
border-color css
<style>
span { border-color: #EA0D78; }
span { border-color: rgb(234,13,120); }
td.TdClassName
{
border-color: #EA0D78;
}
.TagClassName
{
border-color: #EA0D78;
}
</style>