Shades of Ruby #EA137B
Tints of Ruby #EA137B
RGB
CMYK
RGB Variations
Color information
#EA137B (or 0xEA137B) is known color: Ruby. HEX triplet: EA, 13 and 7B. RGB value is (234,19,123). Sum of RGB (Red+Green+Blue) = 234+19+123=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA137B is #15EC84. Grayscale: #5E5E5E. Windows color (decimal): -1436805 or 8066026. OLE color: 8066026.
HSL color Cylindrical-coordinate representation of color #EA137B: hue angle of 330.98º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA137B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 123 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.08 |
| HSL | 330.98º | 0.85% | 0.5% | - |
| HSV(B) | 330.98º | 0.92% | 0.92% | - |
| XYZ | 37.74 | 19.39 | 20.49 | - |
| YUV | 95.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 123 | 0 | 0.92 | 0.47 | 0.08 | 330.98 | 0.85 | 0.5 |
| Hex | EA | 13 | 7B | 0 | 5C | 2F | 8 | 14B | 55 | 32 |
| Octal | 352 | 23 | 173 | 0 | 134 | 57 | 10 | 513 | 125 | 62 |
| Binary | 11101010 | 10011 | 1111011 | 0 | 1011100 | 101111 | 1000 | 101001011 | 1010101 | 110010 |
Color Harmonies of #EA137B
Complementary color
Monochromatic Colors of #EA137B
Black with #EA137B
Text Example
Text Example
White with #EA137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA137B; }
p { color: rgb(234,19,123); }
H1.HeaderClassName
{
color: #EA137B;
}
.AnyTagClassName
{
color: #EA137B;
}
</style>
background-color css
<style>
a { background-color: #EA137B; }
a { background-color: rgb(234,19,123); }
div.DivClassName
{
background-color: #EA137B;
}
.BgClassName
{
background-color: #EA137B;
}
</style>
border-color css
<style>
span { border-color: #EA137B; }
span { border-color: rgb(234,19,123); }
td.TdClassName
{
border-color: #EA137B;
}
.TagClassName
{
border-color: #EA137B;
}
</style>