Shades of Ruby #EA1964
Tints of Ruby #EA1964
RGB
CMYK
RGB Variations
Color information
#EA1964 (or 0xEA1964) is known color: Ruby. HEX triplet: EA, 19 and 64. RGB value is (234,25,100). Sum of RGB (Red+Green+Blue) = 234+25+100=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1964 is #15E69B. Grayscale: #5F5F5F. Windows color (decimal): -1435292 or 6560234. OLE color: 6560234.
HSL color Cylindrical-coordinate representation of color #EA1964: hue angle of 338.47º 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 #EA1964 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 100 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.08 |
| HSL | 338.47º | 0.83% | 0.51% | - |
| HSV(B) | 338.47º | 0.89% | 0.92% | - |
| XYZ | 36.58 | 19.11 | 13.82 | - |
| YUV | 96.04 | 130.24 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 100 | 0 | 0.89 | 0.57 | 0.08 | 338.47 | 0.83 | 0.51 |
| Hex | EA | 19 | 64 | 0 | 59 | 39 | 8 | 152 | 53 | 33 |
| Octal | 352 | 31 | 144 | 0 | 131 | 71 | 10 | 522 | 123 | 63 |
| Binary | 11101010 | 11001 | 1100100 | 0 | 1011001 | 111001 | 1000 | 101010010 | 1010011 | 110011 |
Color Harmonies of #EA1964
Complementary color
Monochromatic Colors of #EA1964
Black with #EA1964
Text Example
Text Example
White with #EA1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1964; }
p { color: rgb(234,25,100); }
H1.HeaderClassName
{
color: #EA1964;
}
.AnyTagClassName
{
color: #EA1964;
}
</style>
background-color css
<style>
a { background-color: #EA1964; }
a { background-color: rgb(234,25,100); }
div.DivClassName
{
background-color: #EA1964;
}
.BgClassName
{
background-color: #EA1964;
}
</style>
border-color css
<style>
span { border-color: #EA1964; }
span { border-color: rgb(234,25,100); }
td.TdClassName
{
border-color: #EA1964;
}
.TagClassName
{
border-color: #EA1964;
}
</style>