Shades of Ruby #EA136B
Tints of Ruby #EA136B
RGB
CMYK
RGB Variations
Color information
#EA136B (or 0xEA136B) is known color: Ruby. HEX triplet: EA, 13 and 6B. RGB value is (234,19,107). Sum of RGB (Red+Green+Blue) = 234+19+107=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA136B is #15EC94. Grayscale: #5D5D5D. Windows color (decimal): -1436821 or 7017450. OLE color: 7017450.
HSL color Cylindrical-coordinate representation of color #EA136B: hue angle of 335.44º 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 #EA136B is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.08 |
| HSL | 335.44º | 0.85% | 0.5% | - |
| HSV(B) | 335.44º | 0.92% | 0.92% | - |
| XYZ | 36.82 | 19.02 | 15.64 | - |
| YUV | 93.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 107 | 0 | 0.92 | 0.54 | 0.08 | 335.44 | 0.85 | 0.5 |
| Hex | EA | 13 | 6B | 0 | 5C | 36 | 8 | 14F | 55 | 32 |
| Octal | 352 | 23 | 153 | 0 | 134 | 66 | 10 | 517 | 125 | 62 |
| Binary | 11101010 | 10011 | 1101011 | 0 | 1011100 | 110110 | 1000 | 101001111 | 1010101 | 110010 |
Color Harmonies of #EA136B
Complementary color
Monochromatic Colors of #EA136B
Black with #EA136B
Text Example
Text Example
White with #EA136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA136B; }
p { color: rgb(234,19,107); }
H1.HeaderClassName
{
color: #EA136B;
}
.AnyTagClassName
{
color: #EA136B;
}
</style>
background-color css
<style>
a { background-color: #EA136B; }
a { background-color: rgb(234,19,107); }
div.DivClassName
{
background-color: #EA136B;
}
.BgClassName
{
background-color: #EA136B;
}
</style>
border-color css
<style>
span { border-color: #EA136B; }
span { border-color: rgb(234,19,107); }
td.TdClassName
{
border-color: #EA136B;
}
.TagClassName
{
border-color: #EA136B;
}
</style>