Shades of Ruby #EA1756
Tints of Ruby #EA1756
RGB
CMYK
RGB Variations
Color information
#EA1756 (or 0xEA1756) is known color: Ruby. HEX triplet: EA, 17 and 56. RGB value is (234,23,86). Sum of RGB (Red+Green+Blue) = 234+23+86=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1756 is #15E8A9. Grayscale: #5D5D5D. Windows color (decimal): -1435818 or 5642218. OLE color: 5642218.
HSL color Cylindrical-coordinate representation of color #EA1756: hue angle of 342.09º 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 #EA1756 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 86 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.08 |
| HSL | 342.09º | 0.83% | 0.5% | - |
| HSV(B) | 342.09º | 0.9% | 0.92% | - |
| XYZ | 35.92 | 18.78 | 10.54 | - |
| YUV | 93.27 | 123.9 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 86 | 0 | 0.90 | 0.63 | 0.08 | 342.09 | 0.83 | 0.5 |
| Hex | EA | 17 | 56 | 0 | 5A | 3F | 8 | 156 | 53 | 32 |
| Octal | 352 | 27 | 126 | 0 | 132 | 77 | 10 | 526 | 123 | 62 |
| Binary | 11101010 | 10111 | 1010110 | 0 | 1011010 | 111111 | 1000 | 101010110 | 1010011 | 110010 |
Color Harmonies of #EA1756
Complementary color
Monochromatic Colors of #EA1756
Black with #EA1756
Text Example
Text Example
White with #EA1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1756; }
p { color: rgb(234,23,86); }
H1.HeaderClassName
{
color: #EA1756;
}
.AnyTagClassName
{
color: #EA1756;
}
</style>
background-color css
<style>
a { background-color: #EA1756; }
a { background-color: rgb(234,23,86); }
div.DivClassName
{
background-color: #EA1756;
}
.BgClassName
{
background-color: #EA1756;
}
</style>
border-color css
<style>
span { border-color: #EA1756; }
span { border-color: rgb(234,23,86); }
td.TdClassName
{
border-color: #EA1756;
}
.TagClassName
{
border-color: #EA1756;
}
</style>