Shades of Ruby #EA1954
Tints of Ruby #EA1954
RGB
CMYK
RGB Variations
Color information
#EA1954 (or 0xEA1954) is known color: Ruby. HEX triplet: EA, 19 and 54. RGB value is (234,25,84). Sum of RGB (Red+Green+Blue) = 234+25+84=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1954 is #15E6AB. Grayscale: #5E5E5E. Windows color (decimal): -1435308 or 5511658. OLE color: 5511658.
HSL color Cylindrical-coordinate representation of color #EA1954: hue angle of 343.06º 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 #EA1954 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 84 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.08 |
| HSL | 343.06º | 0.83% | 0.51% | - |
| HSV(B) | 343.06º | 0.89% | 0.92% | - |
| XYZ | 35.88 | 18.83 | 10.13 | - |
| YUV | 94.22 | 122.24 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 84 | 0 | 0.89 | 0.64 | 0.08 | 343.06 | 0.83 | 0.51 |
| Hex | EA | 19 | 54 | 0 | 59 | 40 | 8 | 157 | 53 | 33 |
| Octal | 352 | 31 | 124 | 0 | 131 | 100 | 10 | 527 | 123 | 63 |
| Binary | 11101010 | 11001 | 1010100 | 0 | 1011001 | 1000000 | 1000 | 101010111 | 1010011 | 110011 |
Color Harmonies of #EA1954
Complementary color
Monochromatic Colors of #EA1954
Black with #EA1954
Text Example
Text Example
White with #EA1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1954; }
p { color: rgb(234,25,84); }
H1.HeaderClassName
{
color: #EA1954;
}
.AnyTagClassName
{
color: #EA1954;
}
</style>
background-color css
<style>
a { background-color: #EA1954; }
a { background-color: rgb(234,25,84); }
div.DivClassName
{
background-color: #EA1954;
}
.BgClassName
{
background-color: #EA1954;
}
</style>
border-color css
<style>
span { border-color: #EA1954; }
span { border-color: rgb(234,25,84); }
td.TdClassName
{
border-color: #EA1954;
}
.TagClassName
{
border-color: #EA1954;
}
</style>