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