Shades of Ruby #EA117B
Tints of Ruby #EA117B
RGB
CMYK
RGB Variations
Color information
#EA117B (or 0xEA117B) is known color: Ruby. HEX triplet: EA, 11 and 7B. RGB value is (234,17,123). Sum of RGB (Red+Green+Blue) = 234+17+123=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA117B is #15EE84. Grayscale: #5D5D5D. Windows color (decimal): -1437317 or 8065514. OLE color: 8065514.
HSL color Cylindrical-coordinate representation of color #EA117B: hue angle of 330.69º 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 #EA117B is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.08 |
| HSL | 330.69º | 0.86% | 0.49% | - |
| HSV(B) | 330.69º | 0.93% | 0.92% | - |
| XYZ | 37.71 | 19.32 | 20.48 | - |
| YUV | 93.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 123 | 0 | 0.93 | 0.47 | 0.08 | 330.69 | 0.86 | 0.49 |
| Hex | EA | 11 | 7B | 0 | 5D | 2F | 8 | 14B | 56 | 31 |
| Octal | 352 | 21 | 173 | 0 | 135 | 57 | 10 | 513 | 126 | 61 |
| Binary | 11101010 | 10001 | 1111011 | 0 | 1011101 | 101111 | 1000 | 101001011 | 1010110 | 110001 |
Color Harmonies of #EA117B
Complementary color
Monochromatic Colors of #EA117B
Black with #EA117B
Text Example
Text Example
White with #EA117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA117B; }
p { color: rgb(234,17,123); }
H1.HeaderClassName
{
color: #EA117B;
}
.AnyTagClassName
{
color: #EA117B;
}
</style>
background-color css
<style>
a { background-color: #EA117B; }
a { background-color: rgb(234,17,123); }
div.DivClassName
{
background-color: #EA117B;
}
.BgClassName
{
background-color: #EA117B;
}
</style>
border-color css
<style>
span { border-color: #EA117B; }
span { border-color: rgb(234,17,123); }
td.TdClassName
{
border-color: #EA117B;
}
.TagClassName
{
border-color: #EA117B;
}
</style>