Shades of Ruby #EA175F
Tints of Ruby #EA175F
RGB
CMYK
RGB Variations
Color information
#EA175F (or 0xEA175F) is known color: Ruby. HEX triplet: EA, 17 and 5F. RGB value is (234,23,95). Sum of RGB (Red+Green+Blue) = 234+23+95=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA175F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA175F is #15E8A0. Grayscale: #5E5E5E. Windows color (decimal): -1435809 or 6232042. OLE color: 6232042.
HSL color Cylindrical-coordinate representation of color #EA175F: hue angle of 339.53º 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 #EA175F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 95 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.08 |
| HSL | 339.53º | 0.83% | 0.5% | - |
| HSV(B) | 339.53º | 0.9% | 0.92% | - |
| XYZ | 36.3 | 18.93 | 12.57 | - |
| YUV | 94.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 95 | 0 | 0.90 | 0.59 | 0.08 | 339.53 | 0.83 | 0.5 |
| Hex | EA | 17 | 5F | 0 | 5A | 3B | 8 | 154 | 53 | 32 |
| Octal | 352 | 27 | 137 | 0 | 132 | 73 | 10 | 524 | 123 | 62 |
| Binary | 11101010 | 10111 | 1011111 | 0 | 1011010 | 111011 | 1000 | 101010100 | 1010011 | 110010 |
Color Harmonies of #EA175F
Complementary color
Monochromatic Colors of #EA175F
Black with #EA175F
Text Example
Text Example
White with #EA175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA175F; }
p { color: rgb(234,23,95); }
H1.HeaderClassName
{
color: #EA175F;
}
.AnyTagClassName
{
color: #EA175F;
}
</style>
background-color css
<style>
a { background-color: #EA175F; }
a { background-color: rgb(234,23,95); }
div.DivClassName
{
background-color: #EA175F;
}
.BgClassName
{
background-color: #EA175F;
}
</style>
border-color css
<style>
span { border-color: #EA175F; }
span { border-color: rgb(234,23,95); }
td.TdClassName
{
border-color: #EA175F;
}
.TagClassName
{
border-color: #EA175F;
}
</style>