Shades of Ruby #EB1374
Tints of Ruby #EB1374
RGB
CMYK
RGB Variations
Color information
#EB1374 (or 0xEB1374) is known color: Ruby. HEX triplet: EB, 13 and 74. RGB value is (235,19,116). Sum of RGB (Red+Green+Blue) = 235+19+116=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1374 is #14EC8B. Grayscale: #5E5E5E. Windows color (decimal): -1371276 or 7607275. OLE color: 7607275.
HSL color Cylindrical-coordinate representation of color #EB1374: hue angle of 333.06º 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 #EB1374 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 116 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.08 |
| HSL | 333.06º | 0.85% | 0.5% | - |
| HSV(B) | 333.06º | 0.92% | 0.92% | - |
| XYZ | 37.65 | 19.39 | 18.28 | - |
| YUV | 94.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 116 | 0 | 0.92 | 0.51 | 0.08 | 333.06 | 0.85 | 0.5 |
| Hex | EB | 13 | 74 | 0 | 5C | 33 | 8 | 14D | 55 | 32 |
| Octal | 353 | 23 | 164 | 0 | 134 | 63 | 10 | 515 | 125 | 62 |
| Binary | 11101011 | 10011 | 1110100 | 0 | 1011100 | 110011 | 1000 | 101001101 | 1010101 | 110010 |
Color Harmonies of #EB1374
Complementary color
Monochromatic Colors of #EB1374
Black with #EB1374
Text Example
Text Example
White with #EB1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1374; }
p { color: rgb(235,19,116); }
H1.HeaderClassName
{
color: #EB1374;
}
.AnyTagClassName
{
color: #EB1374;
}
</style>
background-color css
<style>
a { background-color: #EB1374; }
a { background-color: rgb(235,19,116); }
div.DivClassName
{
background-color: #EB1374;
}
.BgClassName
{
background-color: #EB1374;
}
</style>
border-color css
<style>
span { border-color: #EB1374; }
span { border-color: rgb(235,19,116); }
td.TdClassName
{
border-color: #EB1374;
}
.TagClassName
{
border-color: #EB1374;
}
</style>