Shades of Ruby #EA1876
Tints of Ruby #EA1876
RGB
CMYK
RGB Variations
Color information
#EA1876 (or 0xEA1876) is known color: Ruby. HEX triplet: EA, 18 and 76. RGB value is (234,24,118). Sum of RGB (Red+Green+Blue) = 234+24+118=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1876 is #15E789. Grayscale: #616161. Windows color (decimal): -1435530 or 7739626. OLE color: 7739626.
HSL color Cylindrical-coordinate representation of color #EA1876: hue angle of 333.14º 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 #EA1876 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.08 |
| HSL | 333.14º | 0.83% | 0.51% | - |
| HSV(B) | 333.14º | 0.9% | 0.92% | - |
| XYZ | 37.53 | 19.45 | 18.92 | - |
| YUV | 97.51 | 139.57 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 118 | 0 | 0.90 | 0.50 | 0.08 | 333.14 | 0.83 | 0.51 |
| Hex | EA | 18 | 76 | 0 | 5A | 32 | 8 | 14D | 53 | 33 |
| Octal | 352 | 30 | 166 | 0 | 132 | 62 | 10 | 515 | 123 | 63 |
| Binary | 11101010 | 11000 | 1110110 | 0 | 1011010 | 110010 | 1000 | 101001101 | 1010011 | 110011 |
Color Harmonies of #EA1876
Complementary color
Monochromatic Colors of #EA1876
Black with #EA1876
Text Example
Text Example
White with #EA1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1876; }
p { color: rgb(234,24,118); }
H1.HeaderClassName
{
color: #EA1876;
}
.AnyTagClassName
{
color: #EA1876;
}
</style>
background-color css
<style>
a { background-color: #EA1876; }
a { background-color: rgb(234,24,118); }
div.DivClassName
{
background-color: #EA1876;
}
.BgClassName
{
background-color: #EA1876;
}
</style>
border-color css
<style>
span { border-color: #EA1876; }
span { border-color: rgb(234,24,118); }
td.TdClassName
{
border-color: #EA1876;
}
.TagClassName
{
border-color: #EA1876;
}
</style>