Shades of Ruby #EA087B
Tints of Ruby #EA087B
RGB
CMYK
RGB Variations
Color information
#EA087B (or 0xEA087B) is known color: Ruby. HEX triplet: EA, 08 and 7B. RGB value is (234,8,123). Sum of RGB (Red+Green+Blue) = 234+8+123=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA087B is #15F784. Grayscale: #585858. Windows color (decimal): -1439621 or 8063210. OLE color: 8063210.
HSL color Cylindrical-coordinate representation of color #EA087B: hue angle of 329.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA087B is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 123 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.08 |
| HSL | 329.47º | 0.93% | 0.47% | - |
| HSV(B) | 329.47º | 0.97% | 0.92% | - |
| XYZ | 37.59 | 19.1 | 20.44 | - |
| YUV | 88.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 123 | 0 | 0.97 | 0.47 | 0.08 | 329.47 | 0.93 | 0.47 |
| Hex | EA | 8 | 7B | 0 | 61 | 2F | 8 | 149 | 5D | 2F |
| Octal | 352 | 10 | 173 | 0 | 141 | 57 | 10 | 511 | 135 | 57 |
| Binary | 11101010 | 1000 | 1111011 | 0 | 1100001 | 101111 | 1000 | 101001001 | 1011101 | 101111 |
Color Harmonies of #EA087B
Complementary color
Monochromatic Colors of #EA087B
Black with #EA087B
Text Example
Text Example
White with #EA087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA087B; }
p { color: rgb(234,8,123); }
H1.HeaderClassName
{
color: #EA087B;
}
.AnyTagClassName
{
color: #EA087B;
}
</style>
background-color css
<style>
a { background-color: #EA087B; }
a { background-color: rgb(234,8,123); }
div.DivClassName
{
background-color: #EA087B;
}
.BgClassName
{
background-color: #EA087B;
}
</style>
border-color css
<style>
span { border-color: #EA087B; }
span { border-color: rgb(234,8,123); }
td.TdClassName
{
border-color: #EA087B;
}
.TagClassName
{
border-color: #EA087B;
}
</style>