Shades of Ruby #EB136D
Tints of Ruby #EB136D
RGB
CMYK
RGB Variations
Color information
#EB136D (or 0xEB136D) is known color: Ruby. HEX triplet: EB, 13 and 6D. RGB value is (235,19,109). Sum of RGB (Red+Green+Blue) = 235+19+109=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB136D is #14EC92. Grayscale: #5D5D5D. Windows color (decimal): -1371283 or 7148523. OLE color: 7148523.
HSL color Cylindrical-coordinate representation of color #EB136D: hue angle of 335º 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 #EB136D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.08 |
| HSL | 335º | 0.85% | 0.5% | - |
| HSV(B) | 335º | 0.92% | 0.92% | - |
| XYZ | 37.25 | 19.23 | 16.22 | - |
| YUV | 93.84 | 136.56 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 109 | 0 | 0.92 | 0.54 | 0.08 | 335 | 0.85 | 0.5 |
| Hex | EB | 13 | 6D | 0 | 5C | 36 | 8 | 14F | 55 | 32 |
| Octal | 353 | 23 | 155 | 0 | 134 | 66 | 10 | 517 | 125 | 62 |
| Binary | 11101011 | 10011 | 1101101 | 0 | 1011100 | 110110 | 1000 | 101001111 | 1010101 | 110010 |
Color Harmonies of #EB136D
Complementary color
Monochromatic Colors of #EB136D
Black with #EB136D
Text Example
Text Example
White with #EB136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB136D; }
p { color: rgb(235,19,109); }
H1.HeaderClassName
{
color: #EB136D;
}
.AnyTagClassName
{
color: #EB136D;
}
</style>
background-color css
<style>
a { background-color: #EB136D; }
a { background-color: rgb(235,19,109); }
div.DivClassName
{
background-color: #EB136D;
}
.BgClassName
{
background-color: #EB136D;
}
</style>
border-color css
<style>
span { border-color: #EB136D; }
span { border-color: rgb(235,19,109); }
td.TdClassName
{
border-color: #EB136D;
}
.TagClassName
{
border-color: #EB136D;
}
</style>