Shades of Ruby #EA1661
Tints of Ruby #EA1661
RGB
CMYK
RGB Variations
Color information
#EA1661 (or 0xEA1661) is known color: Ruby. HEX triplet: EA, 16 and 61. RGB value is (234,22,97). Sum of RGB (Red+Green+Blue) = 234+22+97=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1661 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1661 is #15E99E. Grayscale: #5D5D5D. Windows color (decimal): -1436063 or 6362858. OLE color: 6362858.
HSL color Cylindrical-coordinate representation of color #EA1661: hue angle of 338.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1661 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 97 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.08 |
| HSL | 338.77º | 0.83% | 0.5% | - |
| HSV(B) | 338.77º | 0.91% | 0.92% | - |
| XYZ | 36.38 | 18.93 | 13.05 | - |
| YUV | 93.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 97 | 0 | 0.91 | 0.59 | 0.08 | 338.77 | 0.83 | 0.5 |
| Hex | EA | 16 | 61 | 0 | 5B | 3B | 8 | 153 | 53 | 32 |
| Octal | 352 | 26 | 141 | 0 | 133 | 73 | 10 | 523 | 123 | 62 |
| Binary | 11101010 | 10110 | 1100001 | 0 | 1011011 | 111011 | 1000 | 101010011 | 1010011 | 110010 |
Color Harmonies of #EA1661
Complementary color
Monochromatic Colors of #EA1661
Black with #EA1661
Text Example
Text Example
White with #EA1661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1661; }
p { color: rgb(234,22,97); }
H1.HeaderClassName
{
color: #EA1661;
}
.AnyTagClassName
{
color: #EA1661;
}
</style>
background-color css
<style>
a { background-color: #EA1661; }
a { background-color: rgb(234,22,97); }
div.DivClassName
{
background-color: #EA1661;
}
.BgClassName
{
background-color: #EA1661;
}
</style>
border-color css
<style>
span { border-color: #EA1661; }
span { border-color: rgb(234,22,97); }
td.TdClassName
{
border-color: #EA1661;
}
.TagClassName
{
border-color: #EA1661;
}
</style>