Shades of Ruby #EA1773
Tints of Ruby #EA1773
RGB
CMYK
RGB Variations
Color information
#EA1773 (or 0xEA1773) is known color: Ruby. HEX triplet: EA, 17 and 73. RGB value is (234,23,115). Sum of RGB (Red+Green+Blue) = 234+23+115=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1773 is #15E88C. Grayscale: #606060. Windows color (decimal): -1435789 or 7542762. OLE color: 7542762.
HSL color Cylindrical-coordinate representation of color #EA1773: hue angle of 333.84º 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 #EA1773 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.08 |
| HSL | 333.84º | 0.83% | 0.5% | - |
| HSV(B) | 333.84º | 0.9% | 0.92% | - |
| XYZ | 37.33 | 19.34 | 17.99 | - |
| YUV | 96.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 115 | 0 | 0.90 | 0.51 | 0.08 | 333.84 | 0.83 | 0.5 |
| Hex | EA | 17 | 73 | 0 | 5A | 33 | 8 | 14E | 53 | 32 |
| Octal | 352 | 27 | 163 | 0 | 132 | 63 | 10 | 516 | 123 | 62 |
| Binary | 11101010 | 10111 | 1110011 | 0 | 1011010 | 110011 | 1000 | 101001110 | 1010011 | 110010 |
Color Harmonies of #EA1773
Complementary color
Monochromatic Colors of #EA1773
Black with #EA1773
Text Example
Text Example
White with #EA1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1773; }
p { color: rgb(234,23,115); }
H1.HeaderClassName
{
color: #EA1773;
}
.AnyTagClassName
{
color: #EA1773;
}
</style>
background-color css
<style>
a { background-color: #EA1773; }
a { background-color: rgb(234,23,115); }
div.DivClassName
{
background-color: #EA1773;
}
.BgClassName
{
background-color: #EA1773;
}
</style>
border-color css
<style>
span { border-color: #EA1773; }
span { border-color: rgb(234,23,115); }
td.TdClassName
{
border-color: #EA1773;
}
.TagClassName
{
border-color: #EA1773;
}
</style>