Shades of Ruby #EB146A
Tints of Ruby #EB146A
RGB
CMYK
RGB Variations
Color information
#EB146A (or 0xEB146A) is known color: Ruby. HEX triplet: EB, 14 and 6A. RGB value is (235,20,106). Sum of RGB (Red+Green+Blue) = 235+20+106=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB146A is #14EB95. Grayscale: #5D5D5D. Windows color (decimal): -1371030 or 6952171. OLE color: 6952171.
HSL color Cylindrical-coordinate representation of color #EB146A: hue angle of 336º 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 #EB146A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 106 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.08 |
| HSL | 336º | 0.84% | 0.5% | - |
| HSV(B) | 336º | 0.91% | 0.92% | - |
| XYZ | 37.11 | 19.2 | 15.39 | - |
| YUV | 94.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 106 | 0 | 0.91 | 0.55 | 0.08 | 336 | 0.84 | 0.5 |
| Hex | EB | 14 | 6A | 0 | 5B | 37 | 8 | 150 | 54 | 32 |
| Octal | 353 | 24 | 152 | 0 | 133 | 67 | 10 | 520 | 124 | 62 |
| Binary | 11101011 | 10100 | 1101010 | 0 | 1011011 | 110111 | 1000 | 101010000 | 1010100 | 110010 |
Color Harmonies of #EB146A
Complementary color
Monochromatic Colors of #EB146A
Black with #EB146A
Text Example
Text Example
White with #EB146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB146A; }
p { color: rgb(235,20,106); }
H1.HeaderClassName
{
color: #EB146A;
}
.AnyTagClassName
{
color: #EB146A;
}
</style>
background-color css
<style>
a { background-color: #EB146A; }
a { background-color: rgb(235,20,106); }
div.DivClassName
{
background-color: #EB146A;
}
.BgClassName
{
background-color: #EB146A;
}
</style>
border-color css
<style>
span { border-color: #EB146A; }
span { border-color: rgb(235,20,106); }
td.TdClassName
{
border-color: #EB146A;
}
.TagClassName
{
border-color: #EB146A;
}
</style>