Shades of Ruby #EB1370
Tints of Ruby #EB1370
RGB
CMYK
RGB Variations
Color information
#EB1370 (or 0xEB1370) is known color: Ruby. HEX triplet: EB, 13 and 70. RGB value is (235,19,112). Sum of RGB (Red+Green+Blue) = 235+19+112=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1370 is #14EC8F. Grayscale: #5E5E5E. Windows color (decimal): -1371280 or 7345131. OLE color: 7345131.
HSL color Cylindrical-coordinate representation of color #EB1370: hue angle of 334.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1370 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 112 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.08 |
| HSL | 334.17º | 0.85% | 0.5% | - |
| HSV(B) | 334.17º | 0.92% | 0.92% | - |
| XYZ | 37.42 | 19.3 | 17.08 | - |
| YUV | 94.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 112 | 0 | 0.92 | 0.52 | 0.08 | 334.17 | 0.85 | 0.5 |
| Hex | EB | 13 | 70 | 0 | 5C | 34 | 8 | 14E | 55 | 32 |
| Octal | 353 | 23 | 160 | 0 | 134 | 64 | 10 | 516 | 125 | 62 |
| Binary | 11101011 | 10011 | 1110000 | 0 | 1011100 | 110100 | 1000 | 101001110 | 1010101 | 110010 |
Color Harmonies of #EB1370
Complementary color
Monochromatic Colors of #EB1370
Black with #EB1370
Text Example
Text Example
White with #EB1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1370; }
p { color: rgb(235,19,112); }
H1.HeaderClassName
{
color: #EB1370;
}
.AnyTagClassName
{
color: #EB1370;
}
</style>
background-color css
<style>
a { background-color: #EB1370; }
a { background-color: rgb(235,19,112); }
div.DivClassName
{
background-color: #EB1370;
}
.BgClassName
{
background-color: #EB1370;
}
</style>
border-color css
<style>
span { border-color: #EB1370; }
span { border-color: rgb(235,19,112); }
td.TdClassName
{
border-color: #EB1370;
}
.TagClassName
{
border-color: #EB1370;
}
</style>