Shades of Ruby #EB136E
Tints of Ruby #EB136E
RGB
CMYK
RGB Variations
Color information
#EB136E (or 0xEB136E) is known color: Ruby. HEX triplet: EB, 13 and 6E. RGB value is (235,19,110). Sum of RGB (Red+Green+Blue) = 235+19+110=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB136E is #14EC91. Grayscale: #5D5D5D. Windows color (decimal): -1371282 or 7214059. OLE color: 7214059.
HSL color Cylindrical-coordinate representation of color #EB136E: hue angle of 334.72º 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 #EB136E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.08 |
| HSL | 334.72º | 0.85% | 0.5% | - |
| HSV(B) | 334.72º | 0.92% | 0.92% | - |
| XYZ | 37.31 | 19.25 | 16.5 | - |
| YUV | 93.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 110 | 0 | 0.92 | 0.53 | 0.08 | 334.72 | 0.85 | 0.5 |
| Hex | EB | 13 | 6E | 0 | 5C | 35 | 8 | 14F | 55 | 32 |
| Octal | 353 | 23 | 156 | 0 | 134 | 65 | 10 | 517 | 125 | 62 |
| Binary | 11101011 | 10011 | 1101110 | 0 | 1011100 | 110101 | 1000 | 101001111 | 1010101 | 110010 |
Color Harmonies of #EB136E
Complementary color
Monochromatic Colors of #EB136E
Black with #EB136E
Text Example
Text Example
White with #EB136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB136E; }
p { color: rgb(235,19,110); }
H1.HeaderClassName
{
color: #EB136E;
}
.AnyTagClassName
{
color: #EB136E;
}
</style>
background-color css
<style>
a { background-color: #EB136E; }
a { background-color: rgb(235,19,110); }
div.DivClassName
{
background-color: #EB136E;
}
.BgClassName
{
background-color: #EB136E;
}
</style>
border-color css
<style>
span { border-color: #EB136E; }
span { border-color: rgb(235,19,110); }
td.TdClassName
{
border-color: #EB136E;
}
.TagClassName
{
border-color: #EB136E;
}
</style>