Shades of Ruby #EA1763
Tints of Ruby #EA1763
RGB
CMYK
RGB Variations
Color information
#EA1763 (or 0xEA1763) is known color: Ruby. HEX triplet: EA, 17 and 63. RGB value is (234,23,99). Sum of RGB (Red+Green+Blue) = 234+23+99=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1763 is #15E89C. Grayscale: #5E5E5E. Windows color (decimal): -1435805 or 6494186. OLE color: 6494186.
HSL color Cylindrical-coordinate representation of color #EA1763: hue angle of 338.39º 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 #EA1763 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 99 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.08 |
| HSL | 338.39º | 0.83% | 0.5% | - |
| HSV(B) | 338.39º | 0.9% | 0.92% | - |
| XYZ | 36.49 | 19.01 | 13.55 | - |
| YUV | 94.75 | 130.4 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 99 | 0 | 0.90 | 0.58 | 0.08 | 338.39 | 0.83 | 0.5 |
| Hex | EA | 17 | 63 | 0 | 5A | 3A | 8 | 152 | 53 | 32 |
| Octal | 352 | 27 | 143 | 0 | 132 | 72 | 10 | 522 | 123 | 62 |
| Binary | 11101010 | 10111 | 1100011 | 0 | 1011010 | 111010 | 1000 | 101010010 | 1010011 | 110010 |
Color Harmonies of #EA1763
Complementary color
Monochromatic Colors of #EA1763
Black with #EA1763
Text Example
Text Example
White with #EA1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1763; }
p { color: rgb(234,23,99); }
H1.HeaderClassName
{
color: #EA1763;
}
.AnyTagClassName
{
color: #EA1763;
}
</style>
background-color css
<style>
a { background-color: #EA1763; }
a { background-color: rgb(234,23,99); }
div.DivClassName
{
background-color: #EA1763;
}
.BgClassName
{
background-color: #EA1763;
}
</style>
border-color css
<style>
span { border-color: #EA1763; }
span { border-color: rgb(234,23,99); }
td.TdClassName
{
border-color: #EA1763;
}
.TagClassName
{
border-color: #EA1763;
}
</style>