Shades of Ruby #EA1174
Tints of Ruby #EA1174
RGB
CMYK
RGB Variations
Color information
#EA1174 (or 0xEA1174) is known color: Ruby. HEX triplet: EA, 11 and 74. RGB value is (234,17,116). Sum of RGB (Red+Green+Blue) = 234+17+116=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1174 is #15EE8B. Grayscale: #5C5C5C. Windows color (decimal): -1437324 or 7606762. OLE color: 7606762.
HSL color Cylindrical-coordinate representation of color #EA1174: hue angle of 332.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1174 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.08 |
| HSL | 332.63º | 0.86% | 0.49% | - |
| HSV(B) | 332.63º | 0.93% | 0.92% | - |
| XYZ | 37.28 | 19.15 | 18.26 | - |
| YUV | 93.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 116 | 0 | 0.93 | 0.50 | 0.08 | 332.63 | 0.86 | 0.49 |
| Hex | EA | 11 | 74 | 0 | 5D | 32 | 8 | 14D | 56 | 31 |
| Octal | 352 | 21 | 164 | 0 | 135 | 62 | 10 | 515 | 126 | 61 |
| Binary | 11101010 | 10001 | 1110100 | 0 | 1011101 | 110010 | 1000 | 101001101 | 1010110 | 110001 |
Color Harmonies of #EA1174
Complementary color
Monochromatic Colors of #EA1174
Black with #EA1174
Text Example
Text Example
White with #EA1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1174; }
p { color: rgb(234,17,116); }
H1.HeaderClassName
{
color: #EA1174;
}
.AnyTagClassName
{
color: #EA1174;
}
</style>
background-color css
<style>
a { background-color: #EA1174; }
a { background-color: rgb(234,17,116); }
div.DivClassName
{
background-color: #EA1174;
}
.BgClassName
{
background-color: #EA1174;
}
</style>
border-color css
<style>
span { border-color: #EA1174; }
span { border-color: rgb(234,17,116); }
td.TdClassName
{
border-color: #EA1174;
}
.TagClassName
{
border-color: #EA1174;
}
</style>