Shades of Ruby #EA1475
Tints of Ruby #EA1475
RGB
CMYK
RGB Variations
Color information
#EA1475 (or 0xEA1475) is known color: Ruby. HEX triplet: EA, 14 and 75. RGB value is (234,20,117). Sum of RGB (Red+Green+Blue) = 234+20+117=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1475 is #15EB8A. Grayscale: #5E5E5E. Windows color (decimal): -1436555 or 7673066. OLE color: 7673066.
HSL color Cylindrical-coordinate representation of color #EA1475: hue angle of 332.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1475 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.08 |
| HSL | 332.8º | 0.84% | 0.5% | - |
| HSV(B) | 332.8º | 0.91% | 0.92% | - |
| XYZ | 37.39 | 19.28 | 18.58 | - |
| YUV | 95.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 117 | 0 | 0.91 | 0.5 | 0.08 | 332.8 | 0.84 | 0.5 |
| Hex | EA | 14 | 75 | 0 | 5B | 32 | 8 | 14D | 54 | 32 |
| Octal | 352 | 24 | 165 | 0 | 133 | 62 | 10 | 515 | 124 | 62 |
| Binary | 11101010 | 10100 | 1110101 | 0 | 1011011 | 110010 | 1000 | 101001101 | 1010100 | 110010 |
Color Harmonies of #EA1475
Complementary color
Monochromatic Colors of #EA1475
Black with #EA1475
Text Example
Text Example
White with #EA1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1475; }
p { color: rgb(234,20,117); }
H1.HeaderClassName
{
color: #EA1475;
}
.AnyTagClassName
{
color: #EA1475;
}
</style>
background-color css
<style>
a { background-color: #EA1475; }
a { background-color: rgb(234,20,117); }
div.DivClassName
{
background-color: #EA1475;
}
.BgClassName
{
background-color: #EA1475;
}
</style>
border-color css
<style>
span { border-color: #EA1475; }
span { border-color: rgb(234,20,117); }
td.TdClassName
{
border-color: #EA1475;
}
.TagClassName
{
border-color: #EA1475;
}
</style>