Shades of Ruby #EA1175
Tints of Ruby #EA1175
RGB
CMYK
RGB Variations
Color information
#EA1175 (or 0xEA1175) is known color: Ruby. HEX triplet: EA, 11 and 75. RGB value is (234,17,117). Sum of RGB (Red+Green+Blue) = 234+17+117=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1175 is #15EE8A. Grayscale: #5D5D5D. Windows color (decimal): -1437323 or 7672298. OLE color: 7672298.
HSL color Cylindrical-coordinate representation of color #EA1175: hue angle of 332.35º 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 #EA1175 is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 117 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.08 |
| HSL | 332.35º | 0.86% | 0.49% | - |
| HSV(B) | 332.35º | 0.93% | 0.92% | - |
| XYZ | 37.34 | 19.18 | 18.56 | - |
| YUV | 93.28 | 141.39 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 117 | 0 | 0.93 | 0.5 | 0.08 | 332.35 | 0.86 | 0.49 |
| Hex | EA | 11 | 75 | 0 | 5D | 32 | 8 | 14C | 56 | 31 |
| Octal | 352 | 21 | 165 | 0 | 135 | 62 | 10 | 514 | 126 | 61 |
| Binary | 11101010 | 10001 | 1110101 | 0 | 1011101 | 110010 | 1000 | 101001100 | 1010110 | 110001 |
Color Harmonies of #EA1175
Complementary color
Monochromatic Colors of #EA1175
Black with #EA1175
Text Example
Text Example
White with #EA1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1175; }
p { color: rgb(234,17,117); }
H1.HeaderClassName
{
color: #EA1175;
}
.AnyTagClassName
{
color: #EA1175;
}
</style>
background-color css
<style>
a { background-color: #EA1175; }
a { background-color: rgb(234,17,117); }
div.DivClassName
{
background-color: #EA1175;
}
.BgClassName
{
background-color: #EA1175;
}
</style>
border-color css
<style>
span { border-color: #EA1175; }
span { border-color: rgb(234,17,117); }
td.TdClassName
{
border-color: #EA1175;
}
.TagClassName
{
border-color: #EA1175;
}
</style>