Shades of Ruby #EA166E
Tints of Ruby #EA166E
RGB
CMYK
RGB Variations
Color information
#EA166E (or 0xEA166E) is known color: Ruby. HEX triplet: EA, 16 and 6E. RGB value is (234,22,110). Sum of RGB (Red+Green+Blue) = 234+22+110=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA166E is #15E991. Grayscale: #5F5F5F. Windows color (decimal): -1436050 or 7214826. OLE color: 7214826.
HSL color Cylindrical-coordinate representation of color #EA166E: hue angle of 335.09º 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 #EA166E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 110 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.08 |
| HSL | 335.09º | 0.83% | 0.5% | - |
| HSV(B) | 335.09º | 0.91% | 0.92% | - |
| XYZ | 37.03 | 19.19 | 16.5 | - |
| YUV | 95.42 | 136.24 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 110 | 0 | 0.91 | 0.53 | 0.08 | 335.09 | 0.83 | 0.5 |
| Hex | EA | 16 | 6E | 0 | 5B | 35 | 8 | 14F | 53 | 32 |
| Octal | 352 | 26 | 156 | 0 | 133 | 65 | 10 | 517 | 123 | 62 |
| Binary | 11101010 | 10110 | 1101110 | 0 | 1011011 | 110101 | 1000 | 101001111 | 1010011 | 110010 |
Color Harmonies of #EA166E
Complementary color
Monochromatic Colors of #EA166E
Black with #EA166E
Text Example
Text Example
White with #EA166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA166E; }
p { color: rgb(234,22,110); }
H1.HeaderClassName
{
color: #EA166E;
}
.AnyTagClassName
{
color: #EA166E;
}
</style>
background-color css
<style>
a { background-color: #EA166E; }
a { background-color: rgb(234,22,110); }
div.DivClassName
{
background-color: #EA166E;
}
.BgClassName
{
background-color: #EA166E;
}
</style>
border-color css
<style>
span { border-color: #EA166E; }
span { border-color: rgb(234,22,110); }
td.TdClassName
{
border-color: #EA166E;
}
.TagClassName
{
border-color: #EA166E;
}
</style>