Shades of Ruby #EA1755
Tints of Ruby #EA1755
RGB
CMYK
RGB Variations
Color information
#EA1755 (or 0xEA1755) is known color: Ruby. HEX triplet: EA, 17 and 55. RGB value is (234,23,85). Sum of RGB (Red+Green+Blue) = 234+23+85=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1755 is #15E8AA. Grayscale: #5D5D5D. Windows color (decimal): -1435819 or 5576682. OLE color: 5576682.
HSL color Cylindrical-coordinate representation of color #EA1755: hue angle of 342.37º 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 #EA1755 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 85 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.08 |
| HSL | 342.37º | 0.83% | 0.5% | - |
| HSV(B) | 342.37º | 0.9% | 0.92% | - |
| XYZ | 35.88 | 18.76 | 10.32 | - |
| YUV | 93.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 85 | 0 | 0.90 | 0.64 | 0.08 | 342.37 | 0.83 | 0.5 |
| Hex | EA | 17 | 55 | 0 | 5A | 40 | 8 | 156 | 53 | 32 |
| Octal | 352 | 27 | 125 | 0 | 132 | 100 | 10 | 526 | 123 | 62 |
| Binary | 11101010 | 10111 | 1010101 | 0 | 1011010 | 1000000 | 1000 | 101010110 | 1010011 | 110010 |
Color Harmonies of #EA1755
Complementary color
Monochromatic Colors of #EA1755
Black with #EA1755
Text Example
Text Example
White with #EA1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1755; }
p { color: rgb(234,23,85); }
H1.HeaderClassName
{
color: #EA1755;
}
.AnyTagClassName
{
color: #EA1755;
}
</style>
background-color css
<style>
a { background-color: #EA1755; }
a { background-color: rgb(234,23,85); }
div.DivClassName
{
background-color: #EA1755;
}
.BgClassName
{
background-color: #EA1755;
}
</style>
border-color css
<style>
span { border-color: #EA1755; }
span { border-color: rgb(234,23,85); }
td.TdClassName
{
border-color: #EA1755;
}
.TagClassName
{
border-color: #EA1755;
}
</style>