Shades of Ruby #EA175C
Tints of Ruby #EA175C
RGB
CMYK
RGB Variations
Color information
#EA175C (or 0xEA175C) is known color: Ruby. HEX triplet: EA, 17 and 5C. RGB value is (234,23,92). Sum of RGB (Red+Green+Blue) = 234+23+92=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA175C is #15E8A3. Grayscale: #5D5D5D. Windows color (decimal): -1435812 or 6035434. OLE color: 6035434.
HSL color Cylindrical-coordinate representation of color #EA175C: hue angle of 340.38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA175C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.08 |
| HSL | 340.38º | 0.83% | 0.5% | - |
| HSV(B) | 340.38º | 0.9% | 0.92% | - |
| XYZ | 36.17 | 18.88 | 11.86 | - |
| YUV | 93.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 92 | 0 | 0.90 | 0.61 | 0.08 | 340.38 | 0.83 | 0.5 |
| Hex | EA | 17 | 5C | 0 | 5A | 3D | 8 | 154 | 53 | 32 |
| Octal | 352 | 27 | 134 | 0 | 132 | 75 | 10 | 524 | 123 | 62 |
| Binary | 11101010 | 10111 | 1011100 | 0 | 1011010 | 111101 | 1000 | 101010100 | 1010011 | 110010 |
Color Harmonies of #EA175C
Complementary color
Monochromatic Colors of #EA175C
Black with #EA175C
Text Example
Text Example
White with #EA175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA175C; }
p { color: rgb(234,23,92); }
H1.HeaderClassName
{
color: #EA175C;
}
.AnyTagClassName
{
color: #EA175C;
}
</style>
background-color css
<style>
a { background-color: #EA175C; }
a { background-color: rgb(234,23,92); }
div.DivClassName
{
background-color: #EA175C;
}
.BgClassName
{
background-color: #EA175C;
}
</style>
border-color css
<style>
span { border-color: #EA175C; }
span { border-color: rgb(234,23,92); }
td.TdClassName
{
border-color: #EA175C;
}
.TagClassName
{
border-color: #EA175C;
}
</style>