Shades of Ruby #EA1856
Tints of Ruby #EA1856
RGB
CMYK
RGB Variations
Color information
#EA1856 (or 0xEA1856) is known color: Ruby. HEX triplet: EA, 18 and 56. RGB value is (234,24,86). Sum of RGB (Red+Green+Blue) = 234+24+86=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1856 is #15E7A9. Grayscale: #5D5D5D. Windows color (decimal): -1435562 or 5642474. OLE color: 5642474.
HSL color Cylindrical-coordinate representation of color #EA1856: hue angle of 342.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1856 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 86 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.08 |
| HSL | 342.29º | 0.83% | 0.51% | - |
| HSV(B) | 342.29º | 0.9% | 0.92% | - |
| XYZ | 35.94 | 18.82 | 10.54 | - |
| YUV | 93.86 | 123.57 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 86 | 0 | 0.90 | 0.63 | 0.08 | 342.29 | 0.83 | 0.51 |
| Hex | EA | 18 | 56 | 0 | 5A | 3F | 8 | 156 | 53 | 33 |
| Octal | 352 | 30 | 126 | 0 | 132 | 77 | 10 | 526 | 123 | 63 |
| Binary | 11101010 | 11000 | 1010110 | 0 | 1011010 | 111111 | 1000 | 101010110 | 1010011 | 110011 |
Color Harmonies of #EA1856
Complementary color
Monochromatic Colors of #EA1856
Black with #EA1856
Text Example
Text Example
White with #EA1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1856; }
p { color: rgb(234,24,86); }
H1.HeaderClassName
{
color: #EA1856;
}
.AnyTagClassName
{
color: #EA1856;
}
</style>
background-color css
<style>
a { background-color: #EA1856; }
a { background-color: rgb(234,24,86); }
div.DivClassName
{
background-color: #EA1856;
}
.BgClassName
{
background-color: #EA1856;
}
</style>
border-color css
<style>
span { border-color: #EA1856; }
span { border-color: rgb(234,24,86); }
td.TdClassName
{
border-color: #EA1856;
}
.TagClassName
{
border-color: #EA1856;
}
</style>