Shades of Ruby #EB1471
Tints of Ruby #EB1471
RGB
CMYK
RGB Variations
Color information
#EB1471 (or 0xEB1471) is known color: Ruby. HEX triplet: EB, 14 and 71. RGB value is (235,20,113). Sum of RGB (Red+Green+Blue) = 235+20+113=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1471 is #14EB8E. Grayscale: #5E5E5E. Windows color (decimal): -1371023 or 7410923. OLE color: 7410923.
HSL color Cylindrical-coordinate representation of color #EB1471: hue angle of 334.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 #EB1471 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 113 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.08 |
| HSL | 334.05º | 0.84% | 0.5% | - |
| HSV(B) | 334.05º | 0.91% | 0.92% | - |
| XYZ | 37.49 | 19.35 | 17.38 | - |
| YUV | 94.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 113 | 0 | 0.91 | 0.52 | 0.08 | 334.05 | 0.84 | 0.5 |
| Hex | EB | 14 | 71 | 0 | 5B | 34 | 8 | 14E | 54 | 32 |
| Octal | 353 | 24 | 161 | 0 | 133 | 64 | 10 | 516 | 124 | 62 |
| Binary | 11101011 | 10100 | 1110001 | 0 | 1011011 | 110100 | 1000 | 101001110 | 1010100 | 110010 |
Color Harmonies of #EB1471
Complementary color
Monochromatic Colors of #EB1471
Black with #EB1471
Text Example
Text Example
White with #EB1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1471; }
p { color: rgb(235,20,113); }
H1.HeaderClassName
{
color: #EB1471;
}
.AnyTagClassName
{
color: #EB1471;
}
</style>
background-color css
<style>
a { background-color: #EB1471; }
a { background-color: rgb(235,20,113); }
div.DivClassName
{
background-color: #EB1471;
}
.BgClassName
{
background-color: #EB1471;
}
</style>
border-color css
<style>
span { border-color: #EB1471; }
span { border-color: rgb(235,20,113); }
td.TdClassName
{
border-color: #EB1471;
}
.TagClassName
{
border-color: #EB1471;
}
</style>