Shades of Ruby #EA166C
Tints of Ruby #EA166C
RGB
CMYK
RGB Variations
Color information
#EA166C (or 0xEA166C) is known color: Ruby. HEX triplet: EA, 16 and 6C. RGB value is (234,22,108). Sum of RGB (Red+Green+Blue) = 234+22+108=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA166C is #15E993. Grayscale: #5F5F5F. Windows color (decimal): -1436052 or 7083754. OLE color: 7083754.
HSL color Cylindrical-coordinate representation of color #EA166C: hue angle of 335.66º 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 #EA166C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.08 |
| HSL | 335.66º | 0.83% | 0.5% | - |
| HSV(B) | 335.66º | 0.91% | 0.92% | - |
| XYZ | 36.93 | 19.15 | 15.94 | - |
| YUV | 95.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 108 | 0 | 0.91 | 0.54 | 0.08 | 335.66 | 0.83 | 0.5 |
| Hex | EA | 16 | 6C | 0 | 5B | 36 | 8 | 150 | 53 | 32 |
| Octal | 352 | 26 | 154 | 0 | 133 | 66 | 10 | 520 | 123 | 62 |
| Binary | 11101010 | 10110 | 1101100 | 0 | 1011011 | 110110 | 1000 | 101010000 | 1010011 | 110010 |
Color Harmonies of #EA166C
Complementary color
Monochromatic Colors of #EA166C
Black with #EA166C
Text Example
Text Example
White with #EA166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA166C; }
p { color: rgb(234,22,108); }
H1.HeaderClassName
{
color: #EA166C;
}
.AnyTagClassName
{
color: #EA166C;
}
</style>
background-color css
<style>
a { background-color: #EA166C; }
a { background-color: rgb(234,22,108); }
div.DivClassName
{
background-color: #EA166C;
}
.BgClassName
{
background-color: #EA166C;
}
</style>
border-color css
<style>
span { border-color: #EA166C; }
span { border-color: rgb(234,22,108); }
td.TdClassName
{
border-color: #EA166C;
}
.TagClassName
{
border-color: #EA166C;
}
</style>