Shades of Ruby #EA1A70
Tints of Ruby #EA1A70
RGB
CMYK
RGB Variations
Color information
#EA1A70 (or 0xEA1A70) is known color: Ruby. HEX triplet: EA, 1A and 70. RGB value is (234,26,112). Sum of RGB (Red+Green+Blue) = 234+26+112=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A70 is #15E58F. Grayscale: #616161. Windows color (decimal): -1435024 or 7346922. OLE color: 7346922.
HSL color Cylindrical-coordinate representation of color #EA1A70: hue angle of 335.19º 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 #EA1A70 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.08 |
| HSL | 335.19º | 0.83% | 0.51% | - |
| HSV(B) | 335.19º | 0.89% | 0.92% | - |
| XYZ | 37.23 | 19.4 | 17.11 | - |
| YUV | 98 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 112 | 0 | 0.89 | 0.52 | 0.08 | 335.19 | 0.83 | 0.51 |
| Hex | EA | 1A | 70 | 0 | 59 | 34 | 8 | 14F | 53 | 33 |
| Octal | 352 | 32 | 160 | 0 | 131 | 64 | 10 | 517 | 123 | 63 |
| Binary | 11101010 | 11010 | 1110000 | 0 | 1011001 | 110100 | 1000 | 101001111 | 1010011 | 110011 |
Color Harmonies of #EA1A70
Complementary color
Monochromatic Colors of #EA1A70
Black with #EA1A70
Text Example
Text Example
White with #EA1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A70; }
p { color: rgb(234,26,112); }
H1.HeaderClassName
{
color: #EA1A70;
}
.AnyTagClassName
{
color: #EA1A70;
}
</style>
background-color css
<style>
a { background-color: #EA1A70; }
a { background-color: rgb(234,26,112); }
div.DivClassName
{
background-color: #EA1A70;
}
.BgClassName
{
background-color: #EA1A70;
}
</style>
border-color css
<style>
span { border-color: #EA1A70; }
span { border-color: rgb(234,26,112); }
td.TdClassName
{
border-color: #EA1A70;
}
.TagClassName
{
border-color: #EA1A70;
}
</style>