Shades of Ruby #EA1972
Tints of Ruby #EA1972
RGB
CMYK
RGB Variations
Color information
#EA1972 (or 0xEA1972) is known color: Ruby. HEX triplet: EA, 19 and 72. RGB value is (234,25,114). Sum of RGB (Red+Green+Blue) = 234+25+114=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1972 is #15E68D. Grayscale: #616161. Windows color (decimal): -1435278 or 7477738. OLE color: 7477738.
HSL color Cylindrical-coordinate representation of color #EA1972: hue angle of 334.45º 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 #EA1972 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 114 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.08 |
| HSL | 334.45º | 0.83% | 0.51% | - |
| HSV(B) | 334.45º | 0.89% | 0.92% | - |
| XYZ | 37.32 | 19.4 | 17.7 | - |
| YUV | 97.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 114 | 0 | 0.89 | 0.51 | 0.08 | 334.45 | 0.83 | 0.51 |
| Hex | EA | 19 | 72 | 0 | 59 | 33 | 8 | 14E | 53 | 33 |
| Octal | 352 | 31 | 162 | 0 | 131 | 63 | 10 | 516 | 123 | 63 |
| Binary | 11101010 | 11001 | 1110010 | 0 | 1011001 | 110011 | 1000 | 101001110 | 1010011 | 110011 |
Color Harmonies of #EA1972
Complementary color
Monochromatic Colors of #EA1972
Black with #EA1972
Text Example
Text Example
White with #EA1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1972; }
p { color: rgb(234,25,114); }
H1.HeaderClassName
{
color: #EA1972;
}
.AnyTagClassName
{
color: #EA1972;
}
</style>
background-color css
<style>
a { background-color: #EA1972; }
a { background-color: rgb(234,25,114); }
div.DivClassName
{
background-color: #EA1972;
}
.BgClassName
{
background-color: #EA1972;
}
</style>
border-color css
<style>
span { border-color: #EA1972; }
span { border-color: rgb(234,25,114); }
td.TdClassName
{
border-color: #EA1972;
}
.TagClassName
{
border-color: #EA1972;
}
</style>