Shades of Ruby #EB127A
Tints of Ruby #EB127A
RGB
CMYK
RGB Variations
Color information
#EB127A (or 0xEB127A) is known color: Ruby. HEX triplet: EB, 12 and 7A. RGB value is (235,18,122). Sum of RGB (Red+Green+Blue) = 235+18+122=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB127A is #14ED85. Grayscale: #5E5E5E. Windows color (decimal): -1371526 or 8000235. OLE color: 8000235.
HSL color Cylindrical-coordinate representation of color #EB127A: hue angle of 331.24º degrees, saturation: 0.86, 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 #EB127A is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 122 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.08 |
| HSL | 331.24º | 0.86% | 0.5% | - |
| HSV(B) | 331.24º | 0.92% | 0.92% | - |
| XYZ | 37.99 | 19.5 | 20.17 | - |
| YUV | 94.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 122 | 0 | 0.92 | 0.48 | 0.08 | 331.24 | 0.86 | 0.5 |
| Hex | EB | 12 | 7A | 0 | 5C | 30 | 8 | 14B | 56 | 32 |
| Octal | 353 | 22 | 172 | 0 | 134 | 60 | 10 | 513 | 126 | 62 |
| Binary | 11101011 | 10010 | 1111010 | 0 | 1011100 | 110000 | 1000 | 101001011 | 1010110 | 110010 |
Color Harmonies of #EB127A
Complementary color
Monochromatic Colors of #EB127A
Black with #EB127A
Text Example
Text Example
White with #EB127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB127A; }
p { color: rgb(235,18,122); }
H1.HeaderClassName
{
color: #EB127A;
}
.AnyTagClassName
{
color: #EB127A;
}
</style>
background-color css
<style>
a { background-color: #EB127A; }
a { background-color: rgb(235,18,122); }
div.DivClassName
{
background-color: #EB127A;
}
.BgClassName
{
background-color: #EB127A;
}
</style>
border-color css
<style>
span { border-color: #EB127A; }
span { border-color: rgb(235,18,122); }
td.TdClassName
{
border-color: #EB127A;
}
.TagClassName
{
border-color: #EB127A;
}
</style>