Shades of Ruby #EA1A78
Tints of Ruby #EA1A78
RGB
CMYK
RGB Variations
Color information
#EA1A78 (or 0xEA1A78) is known color: Ruby. HEX triplet: EA, 1A and 78. RGB value is (234,26,120). Sum of RGB (Red+Green+Blue) = 234+26+120=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A78 is #15E587. Grayscale: #626262. Windows color (decimal): -1435016 or 7871210. OLE color: 7871210.
HSL color Cylindrical-coordinate representation of color #EA1A78: hue angle of 332.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A78 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 120 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.08 |
| HSL | 332.88º | 0.83% | 0.51% | - |
| HSV(B) | 332.88º | 0.89% | 0.92% | - |
| XYZ | 37.69 | 19.59 | 19.56 | - |
| YUV | 98.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 120 | 0 | 0.89 | 0.49 | 0.08 | 332.88 | 0.83 | 0.51 |
| Hex | EA | 1A | 78 | 0 | 59 | 31 | 8 | 14D | 53 | 33 |
| Octal | 352 | 32 | 170 | 0 | 131 | 61 | 10 | 515 | 123 | 63 |
| Binary | 11101010 | 11010 | 1111000 | 0 | 1011001 | 110001 | 1000 | 101001101 | 1010011 | 110011 |
Color Harmonies of #EA1A78
Complementary color
Monochromatic Colors of #EA1A78
Black with #EA1A78
Text Example
Text Example
White with #EA1A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A78; }
p { color: rgb(234,26,120); }
H1.HeaderClassName
{
color: #EA1A78;
}
.AnyTagClassName
{
color: #EA1A78;
}
</style>
background-color css
<style>
a { background-color: #EA1A78; }
a { background-color: rgb(234,26,120); }
div.DivClassName
{
background-color: #EA1A78;
}
.BgClassName
{
background-color: #EA1A78;
}
</style>
border-color css
<style>
span { border-color: #EA1A78; }
span { border-color: rgb(234,26,120); }
td.TdClassName
{
border-color: #EA1A78;
}
.TagClassName
{
border-color: #EA1A78;
}
</style>