Shades of Ruby #EA1A63
Tints of Ruby #EA1A63
RGB
CMYK
RGB Variations
Color information
#EA1A63 (or 0xEA1A63) is known color: Ruby. HEX triplet: EA, 1A and 63. RGB value is (234,26,99). Sum of RGB (Red+Green+Blue) = 234+26+99=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A63 is #15E59C. Grayscale: #606060. Windows color (decimal): -1435037 or 6494954. OLE color: 6494954.
HSL color Cylindrical-coordinate representation of color #EA1A63: hue angle of 338.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A63 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 99 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.08 |
| HSL | 338.94º | 0.83% | 0.51% | - |
| HSV(B) | 338.94º | 0.89% | 0.92% | - |
| XYZ | 36.55 | 19.13 | 13.57 | - |
| YUV | 96.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 99 | 0 | 0.89 | 0.58 | 0.08 | 338.94 | 0.83 | 0.51 |
| Hex | EA | 1A | 63 | 0 | 59 | 3A | 8 | 153 | 53 | 33 |
| Octal | 352 | 32 | 143 | 0 | 131 | 72 | 10 | 523 | 123 | 63 |
| Binary | 11101010 | 11010 | 1100011 | 0 | 1011001 | 111010 | 1000 | 101010011 | 1010011 | 110011 |
Color Harmonies of #EA1A63
Complementary color
Monochromatic Colors of #EA1A63
Black with #EA1A63
Text Example
Text Example
White with #EA1A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A63; }
p { color: rgb(234,26,99); }
H1.HeaderClassName
{
color: #EA1A63;
}
.AnyTagClassName
{
color: #EA1A63;
}
</style>
background-color css
<style>
a { background-color: #EA1A63; }
a { background-color: rgb(234,26,99); }
div.DivClassName
{
background-color: #EA1A63;
}
.BgClassName
{
background-color: #EA1A63;
}
</style>
border-color css
<style>
span { border-color: #EA1A63; }
span { border-color: rgb(234,26,99); }
td.TdClassName
{
border-color: #EA1A63;
}
.TagClassName
{
border-color: #EA1A63;
}
</style>