Shades of Ruby #EA1770
Tints of Ruby #EA1770
RGB
CMYK
RGB Variations
Color information
#EA1770 (or 0xEA1770) is known color: Ruby. HEX triplet: EA, 17 and 70. RGB value is (234,23,112). Sum of RGB (Red+Green+Blue) = 234+23+112=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1770 is #15E88F. Grayscale: #606060. Windows color (decimal): -1435792 or 7346154. OLE color: 7346154.
HSL color Cylindrical-coordinate representation of color #EA1770: hue angle of 334.69º 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 #EA1770 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.08 |
| HSL | 334.69º | 0.83% | 0.5% | - |
| HSV(B) | 334.69º | 0.9% | 0.92% | - |
| XYZ | 37.16 | 19.28 | 17.09 | - |
| YUV | 96.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 112 | 0 | 0.90 | 0.52 | 0.08 | 334.69 | 0.83 | 0.5 |
| Hex | EA | 17 | 70 | 0 | 5A | 34 | 8 | 14F | 53 | 32 |
| Octal | 352 | 27 | 160 | 0 | 132 | 64 | 10 | 517 | 123 | 62 |
| Binary | 11101010 | 10111 | 1110000 | 0 | 1011010 | 110100 | 1000 | 101001111 | 1010011 | 110010 |
Color Harmonies of #EA1770
Complementary color
Monochromatic Colors of #EA1770
Black with #EA1770
Text Example
Text Example
White with #EA1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1770; }
p { color: rgb(234,23,112); }
H1.HeaderClassName
{
color: #EA1770;
}
.AnyTagClassName
{
color: #EA1770;
}
</style>
background-color css
<style>
a { background-color: #EA1770; }
a { background-color: rgb(234,23,112); }
div.DivClassName
{
background-color: #EA1770;
}
.BgClassName
{
background-color: #EA1770;
}
</style>
border-color css
<style>
span { border-color: #EA1770; }
span { border-color: rgb(234,23,112); }
td.TdClassName
{
border-color: #EA1770;
}
.TagClassName
{
border-color: #EA1770;
}
</style>