Shades of Ruby #EA166A
Tints of Ruby #EA166A
RGB
CMYK
RGB Variations
Color information
#EA166A (or 0xEA166A) is known color: Ruby. HEX triplet: EA, 16 and 6A. RGB value is (234,22,106). Sum of RGB (Red+Green+Blue) = 234+22+106=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA166A is #15E995. Grayscale: #5E5E5E. Windows color (decimal): -1436054 or 6952682. OLE color: 6952682.
HSL color Cylindrical-coordinate representation of color #EA166A: hue angle of 336.23º 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 #EA166A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.08 |
| HSL | 336.23º | 0.83% | 0.5% | - |
| HSV(B) | 336.23º | 0.91% | 0.92% | - |
| XYZ | 36.82 | 19.11 | 15.38 | - |
| YUV | 94.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 106 | 0 | 0.91 | 0.55 | 0.08 | 336.23 | 0.83 | 0.5 |
| Hex | EA | 16 | 6A | 0 | 5B | 37 | 8 | 150 | 53 | 32 |
| Octal | 352 | 26 | 152 | 0 | 133 | 67 | 10 | 520 | 123 | 62 |
| Binary | 11101010 | 10110 | 1101010 | 0 | 1011011 | 110111 | 1000 | 101010000 | 1010011 | 110010 |
Color Harmonies of #EA166A
Complementary color
Monochromatic Colors of #EA166A
Black with #EA166A
Text Example
Text Example
White with #EA166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA166A; }
p { color: rgb(234,22,106); }
H1.HeaderClassName
{
color: #EA166A;
}
.AnyTagClassName
{
color: #EA166A;
}
</style>
background-color css
<style>
a { background-color: #EA166A; }
a { background-color: rgb(234,22,106); }
div.DivClassName
{
background-color: #EA166A;
}
.BgClassName
{
background-color: #EA166A;
}
</style>
border-color css
<style>
span { border-color: #EA166A; }
span { border-color: rgb(234,22,106); }
td.TdClassName
{
border-color: #EA166A;
}
.TagClassName
{
border-color: #EA166A;
}
</style>