Shades of Ruby #EB1A70
Tints of Ruby #EB1A70
RGB
CMYK
RGB Variations
Color information
#EB1A70 (or 0xEB1A70) is known color: Ruby. HEX triplet: EB, 1A and 70. RGB value is (235,26,112). Sum of RGB (Red+Green+Blue) = 235+26+112=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1A70 is #14E58F. Grayscale: #626262. Windows color (decimal): -1369488 or 7346923. OLE color: 7346923.
HSL color Cylindrical-coordinate representation of color #EB1A70: hue angle of 335.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1A70 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.08 |
| HSL | 335.31º | 0.84% | 0.51% | - |
| HSV(B) | 335.31º | 0.89% | 0.92% | - |
| XYZ | 37.55 | 19.57 | 17.13 | - |
| YUV | 98.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 26 | 112 | 0 | 0.89 | 0.52 | 0.08 | 335.31 | 0.84 | 0.51 |
| Hex | EB | 1A | 70 | 0 | 59 | 34 | 8 | 14F | 54 | 33 |
| Octal | 353 | 32 | 160 | 0 | 131 | 64 | 10 | 517 | 124 | 63 |
| Binary | 11101011 | 11010 | 1110000 | 0 | 1011001 | 110100 | 1000 | 101001111 | 1010100 | 110011 |
Color Harmonies of #EB1A70
Complementary color
Monochromatic Colors of #EB1A70
Black with #EB1A70
Text Example
Text Example
White with #EB1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1A70; }
p { color: rgb(235,26,112); }
H1.HeaderClassName
{
color: #EB1A70;
}
.AnyTagClassName
{
color: #EB1A70;
}
</style>
background-color css
<style>
a { background-color: #EB1A70; }
a { background-color: rgb(235,26,112); }
div.DivClassName
{
background-color: #EB1A70;
}
.BgClassName
{
background-color: #EB1A70;
}
</style>
border-color css
<style>
span { border-color: #EB1A70; }
span { border-color: rgb(235,26,112); }
td.TdClassName
{
border-color: #EB1A70;
}
.TagClassName
{
border-color: #EB1A70;
}
</style>