Shades of Ruby #EB1573
Tints of Ruby #EB1573
RGB
CMYK
RGB Variations
Color information
#EB1573 (or 0xEB1573) is known color: Ruby. HEX triplet: EB, 15 and 73. RGB value is (235,21,115). Sum of RGB (Red+Green+Blue) = 235+21+115=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1573 is #14EA8C. Grayscale: #5F5F5F. Windows color (decimal): -1370765 or 7542251. OLE color: 7542251.
HSL color Cylindrical-coordinate representation of color #EB1573: hue angle of 333.64º 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 #EB1573 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.08 |
| HSL | 333.64º | 0.84% | 0.5% | - |
| HSV(B) | 333.64º | 0.91% | 0.92% | - |
| XYZ | 37.62 | 19.44 | 17.99 | - |
| YUV | 95.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 115 | 0 | 0.91 | 0.51 | 0.08 | 333.64 | 0.84 | 0.5 |
| Hex | EB | 15 | 73 | 0 | 5B | 33 | 8 | 14E | 54 | 32 |
| Octal | 353 | 25 | 163 | 0 | 133 | 63 | 10 | 516 | 124 | 62 |
| Binary | 11101011 | 10101 | 1110011 | 0 | 1011011 | 110011 | 1000 | 101001110 | 1010100 | 110010 |
Color Harmonies of #EB1573
Complementary color
Monochromatic Colors of #EB1573
Black with #EB1573
Text Example
Text Example
White with #EB1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1573; }
p { color: rgb(235,21,115); }
H1.HeaderClassName
{
color: #EB1573;
}
.AnyTagClassName
{
color: #EB1573;
}
</style>
background-color css
<style>
a { background-color: #EB1573; }
a { background-color: rgb(235,21,115); }
div.DivClassName
{
background-color: #EB1573;
}
.BgClassName
{
background-color: #EB1573;
}
</style>
border-color css
<style>
span { border-color: #EB1573; }
span { border-color: rgb(235,21,115); }
td.TdClassName
{
border-color: #EB1573;
}
.TagClassName
{
border-color: #EB1573;
}
</style>