Shades of Ruby #EB0C72
Tints of Ruby #EB0C72
RGB
CMYK
RGB Variations
Color information
#EB0C72 (or 0xEB0C72) is known color: Ruby. HEX triplet: EB, 0C and 72. RGB value is (235,12,114). Sum of RGB (Red+Green+Blue) = 235+12+114=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C72 is #14F38D. Grayscale: #5A5A5A. Windows color (decimal): -1373070 or 7474411. OLE color: 7474411.
HSL color Cylindrical-coordinate representation of color #EB0C72: hue angle of 332.56º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0C72 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 114 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.08 |
| HSL | 332.56º | 0.9% | 0.48% | - |
| HSV(B) | 332.56º | 0.95% | 0.92% | - |
| XYZ | 37.43 | 19.14 | 17.64 | - |
| YUV | 90.31 | 141.38 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 114 | 0 | 0.95 | 0.51 | 0.08 | 332.56 | 0.9 | 0.48 |
| Hex | EB | C | 72 | 0 | 5F | 33 | 8 | 14D | 5A | 30 |
| Octal | 353 | 14 | 162 | 0 | 137 | 63 | 10 | 515 | 132 | 60 |
| Binary | 11101011 | 1100 | 1110010 | 0 | 1011111 | 110011 | 1000 | 101001101 | 1011010 | 110000 |
Color Harmonies of #EB0C72
Complementary color
Monochromatic Colors of #EB0C72
Black with #EB0C72
Text Example
Text Example
White with #EB0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0C72; }
p { color: rgb(235,12,114); }
H1.HeaderClassName
{
color: #EB0C72;
}
.AnyTagClassName
{
color: #EB0C72;
}
</style>
background-color css
<style>
a { background-color: #EB0C72; }
a { background-color: rgb(235,12,114); }
div.DivClassName
{
background-color: #EB0C72;
}
.BgClassName
{
background-color: #EB0C72;
}
</style>
border-color css
<style>
span { border-color: #EB0C72; }
span { border-color: rgb(235,12,114); }
td.TdClassName
{
border-color: #EB0C72;
}
.TagClassName
{
border-color: #EB0C72;
}
</style>