Shades of Ruby #EB0E74
Tints of Ruby #EB0E74
RGB
CMYK
RGB Variations
Color information
#EB0E74 (or 0xEB0E74) is known color: Ruby. HEX triplet: EB, 0E and 74. RGB value is (235,14,116). Sum of RGB (Red+Green+Blue) = 235+14+116=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0E74 is #14F18B. Grayscale: #5B5B5B. Windows color (decimal): -1372556 or 7605995. OLE color: 7605995.
HSL color Cylindrical-coordinate representation of color #EB0E74: hue angle of 332.31º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0E74 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 116 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.08 |
| HSL | 332.31º | 0.89% | 0.49% | - |
| HSV(B) | 332.31º | 0.94% | 0.92% | - |
| XYZ | 37.57 | 19.24 | 18.26 | - |
| YUV | 91.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 116 | 0 | 0.94 | 0.51 | 0.08 | 332.31 | 0.89 | 0.49 |
| Hex | EB | E | 74 | 0 | 5E | 33 | 8 | 14C | 59 | 31 |
| Octal | 353 | 16 | 164 | 0 | 136 | 63 | 10 | 514 | 131 | 61 |
| Binary | 11101011 | 1110 | 1110100 | 0 | 1011110 | 110011 | 1000 | 101001100 | 1011001 | 110001 |
Color Harmonies of #EB0E74
Complementary color
Monochromatic Colors of #EB0E74
Black with #EB0E74
Text Example
Text Example
White with #EB0E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0E74; }
p { color: rgb(235,14,116); }
H1.HeaderClassName
{
color: #EB0E74;
}
.AnyTagClassName
{
color: #EB0E74;
}
</style>
background-color css
<style>
a { background-color: #EB0E74; }
a { background-color: rgb(235,14,116); }
div.DivClassName
{
background-color: #EB0E74;
}
.BgClassName
{
background-color: #EB0E74;
}
</style>
border-color css
<style>
span { border-color: #EB0E74; }
span { border-color: rgb(235,14,116); }
td.TdClassName
{
border-color: #EB0E74;
}
.TagClassName
{
border-color: #EB0E74;
}
</style>