Shades of Ruby #EB156E
Tints of Ruby #EB156E
RGB
CMYK
RGB Variations
Color information
#EB156E (or 0xEB156E) is known color: Ruby. HEX triplet: EB, 15 and 6E. RGB value is (235,21,110). Sum of RGB (Red+Green+Blue) = 235+21+110=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB156E is #14EA91. Grayscale: #5E5E5E. Windows color (decimal): -1370770 or 7214571. OLE color: 7214571.
HSL color Cylindrical-coordinate representation of color #EB156E: hue angle of 335.05º 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 #EB156E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 110 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.08 |
| HSL | 335.05º | 0.84% | 0.5% | - |
| HSV(B) | 335.05º | 0.91% | 0.92% | - |
| XYZ | 37.34 | 19.32 | 16.51 | - |
| YUV | 95.13 | 136.4 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 110 | 0 | 0.91 | 0.53 | 0.08 | 335.05 | 0.84 | 0.5 |
| Hex | EB | 15 | 6E | 0 | 5B | 35 | 8 | 14F | 54 | 32 |
| Octal | 353 | 25 | 156 | 0 | 133 | 65 | 10 | 517 | 124 | 62 |
| Binary | 11101011 | 10101 | 1101110 | 0 | 1011011 | 110101 | 1000 | 101001111 | 1010100 | 110010 |
Color Harmonies of #EB156E
Complementary color
Monochromatic Colors of #EB156E
Black with #EB156E
Text Example
Text Example
White with #EB156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB156E; }
p { color: rgb(235,21,110); }
H1.HeaderClassName
{
color: #EB156E;
}
.AnyTagClassName
{
color: #EB156E;
}
</style>
background-color css
<style>
a { background-color: #EB156E; }
a { background-color: rgb(235,21,110); }
div.DivClassName
{
background-color: #EB156E;
}
.BgClassName
{
background-color: #EB156E;
}
</style>
border-color css
<style>
span { border-color: #EB156E; }
span { border-color: rgb(235,21,110); }
td.TdClassName
{
border-color: #EB156E;
}
.TagClassName
{
border-color: #EB156E;
}
</style>