Shades of Ruby #EB156D
Tints of Ruby #EB156D
RGB
CMYK
RGB Variations
Color information
#EB156D (or 0xEB156D) is known color: Ruby. HEX triplet: EB, 15 and 6D. RGB value is (235,21,109). Sum of RGB (Red+Green+Blue) = 235+21+109=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB156D is #14EA92. Grayscale: #5E5E5E. Windows color (decimal): -1370771 or 7149035. OLE color: 7149035.
HSL color Cylindrical-coordinate representation of color #EB156D: hue angle of 335.33º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB156D is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 109 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.08 |
| HSL | 335.33º | 0.84% | 0.5% | - |
| HSV(B) | 335.33º | 0.91% | 0.92% | - |
| XYZ | 37.29 | 19.3 | 16.23 | - |
| YUV | 95.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 109 | 0 | 0.91 | 0.54 | 0.08 | 335.33 | 0.84 | 0.5 |
| Hex | EB | 15 | 6D | 0 | 5B | 36 | 8 | 14F | 54 | 32 |
| Octal | 353 | 25 | 155 | 0 | 133 | 66 | 10 | 517 | 124 | 62 |
| Binary | 11101011 | 10101 | 1101101 | 0 | 1011011 | 110110 | 1000 | 101001111 | 1010100 | 110010 |
Color Harmonies of #EB156D
Complementary color
Monochromatic Colors of #EB156D
Black with #EB156D
Text Example
Text Example
White with #EB156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB156D; }
p { color: rgb(235,21,109); }
H1.HeaderClassName
{
color: #EB156D;
}
.AnyTagClassName
{
color: #EB156D;
}
</style>
background-color css
<style>
a { background-color: #EB156D; }
a { background-color: rgb(235,21,109); }
div.DivClassName
{
background-color: #EB156D;
}
.BgClassName
{
background-color: #EB156D;
}
</style>
border-color css
<style>
span { border-color: #EB156D; }
span { border-color: rgb(235,21,109); }
td.TdClassName
{
border-color: #EB156D;
}
.TagClassName
{
border-color: #EB156D;
}
</style>