Shades of Ruby #EA1878
Tints of Ruby #EA1878
RGB
CMYK
RGB Variations
Color information
#EA1878 (or 0xEA1878) is known color: Ruby. HEX triplet: EA, 18 and 78. RGB value is (234,24,120). Sum of RGB (Red+Green+Blue) = 234+24+120=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1878 is #15E787. Grayscale: #616161. Windows color (decimal): -1435528 or 7870698. OLE color: 7870698.
HSL color Cylindrical-coordinate representation of color #EA1878: hue angle of 332.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1878 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.08 |
| HSL | 332.57º | 0.83% | 0.51% | - |
| HSV(B) | 332.57º | 0.9% | 0.92% | - |
| XYZ | 37.65 | 19.5 | 19.55 | - |
| YUV | 97.73 | 140.57 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 120 | 0 | 0.90 | 0.49 | 0.08 | 332.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 78 | 0 | 5A | 31 | 8 | 14D | 53 | 33 |
| Octal | 352 | 30 | 170 | 0 | 132 | 61 | 10 | 515 | 123 | 63 |
| Binary | 11101010 | 11000 | 1111000 | 0 | 1011010 | 110001 | 1000 | 101001101 | 1010011 | 110011 |
Color Harmonies of #EA1878
Complementary color
Monochromatic Colors of #EA1878
Black with #EA1878
Text Example
Text Example
White with #EA1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1878; }
p { color: rgb(234,24,120); }
H1.HeaderClassName
{
color: #EA1878;
}
.AnyTagClassName
{
color: #EA1878;
}
</style>
background-color css
<style>
a { background-color: #EA1878; }
a { background-color: rgb(234,24,120); }
div.DivClassName
{
background-color: #EA1878;
}
.BgClassName
{
background-color: #EA1878;
}
</style>
border-color css
<style>
span { border-color: #EA1878; }
span { border-color: rgb(234,24,120); }
td.TdClassName
{
border-color: #EA1878;
}
.TagClassName
{
border-color: #EA1878;
}
</style>