Shades of Ruby #EA1962
Tints of Ruby #EA1962
RGB
CMYK
RGB Variations
Color information
#EA1962 (or 0xEA1962) is known color: Ruby. HEX triplet: EA, 19 and 62. RGB value is (234,25,98). Sum of RGB (Red+Green+Blue) = 234+25+98=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1962 is #15E69D. Grayscale: #5F5F5F. Windows color (decimal): -1435294 or 6429162. OLE color: 6429162.
HSL color Cylindrical-coordinate representation of color #EA1962: hue angle of 339.04º 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 #EA1962 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 98 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.08 |
| HSL | 339.04º | 0.83% | 0.51% | - |
| HSV(B) | 339.04º | 0.89% | 0.92% | - |
| XYZ | 36.48 | 19.07 | 13.31 | - |
| YUV | 95.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 98 | 0 | 0.89 | 0.58 | 0.08 | 339.04 | 0.83 | 0.51 |
| Hex | EA | 19 | 62 | 0 | 59 | 3A | 8 | 153 | 53 | 33 |
| Octal | 352 | 31 | 142 | 0 | 131 | 72 | 10 | 523 | 123 | 63 |
| Binary | 11101010 | 11001 | 1100010 | 0 | 1011001 | 111010 | 1000 | 101010011 | 1010011 | 110011 |
Color Harmonies of #EA1962
Complementary color
Monochromatic Colors of #EA1962
Black with #EA1962
Text Example
Text Example
White with #EA1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1962; }
p { color: rgb(234,25,98); }
H1.HeaderClassName
{
color: #EA1962;
}
.AnyTagClassName
{
color: #EA1962;
}
</style>
background-color css
<style>
a { background-color: #EA1962; }
a { background-color: rgb(234,25,98); }
div.DivClassName
{
background-color: #EA1962;
}
.BgClassName
{
background-color: #EA1962;
}
</style>
border-color css
<style>
span { border-color: #EA1962; }
span { border-color: rgb(234,25,98); }
td.TdClassName
{
border-color: #EA1962;
}
.TagClassName
{
border-color: #EA1962;
}
</style>