Shades of Ruby #EA1970
Tints of Ruby #EA1970
RGB
CMYK
RGB Variations
Color information
#EA1970 (or 0xEA1970) is known color: Ruby. HEX triplet: EA, 19 and 70. RGB value is (234,25,112). Sum of RGB (Red+Green+Blue) = 234+25+112=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1970 is #15E68F. Grayscale: #616161. Windows color (decimal): -1435280 or 7346666. OLE color: 7346666.
HSL color Cylindrical-coordinate representation of color #EA1970: hue angle of 335.02º 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 #EA1970 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 112 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.08 |
| HSL | 335.02º | 0.83% | 0.51% | - |
| HSV(B) | 335.02º | 0.89% | 0.92% | - |
| XYZ | 37.2 | 19.36 | 17.1 | - |
| YUV | 97.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 112 | 0 | 0.89 | 0.52 | 0.08 | 335.02 | 0.83 | 0.51 |
| Hex | EA | 19 | 70 | 0 | 59 | 34 | 8 | 14F | 53 | 33 |
| Octal | 352 | 31 | 160 | 0 | 131 | 64 | 10 | 517 | 123 | 63 |
| Binary | 11101010 | 11001 | 1110000 | 0 | 1011001 | 110100 | 1000 | 101001111 | 1010011 | 110011 |
Color Harmonies of #EA1970
Complementary color
Monochromatic Colors of #EA1970
Black with #EA1970
Text Example
Text Example
White with #EA1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1970; }
p { color: rgb(234,25,112); }
H1.HeaderClassName
{
color: #EA1970;
}
.AnyTagClassName
{
color: #EA1970;
}
</style>
background-color css
<style>
a { background-color: #EA1970; }
a { background-color: rgb(234,25,112); }
div.DivClassName
{
background-color: #EA1970;
}
.BgClassName
{
background-color: #EA1970;
}
</style>
border-color css
<style>
span { border-color: #EA1970; }
span { border-color: rgb(234,25,112); }
td.TdClassName
{
border-color: #EA1970;
}
.TagClassName
{
border-color: #EA1970;
}
</style>