Shades of Ruby #EB0F7A
Tints of Ruby #EB0F7A
RGB
CMYK
RGB Variations
Color information
#EB0F7A (or 0xEB0F7A) is known color: Ruby. HEX triplet: EB, 0F and 7A. RGB value is (235,15,122). Sum of RGB (Red+Green+Blue) = 235+15+122=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F7A is #14F085. Grayscale: #5C5C5C. Windows color (decimal): -1372294 or 7999467. OLE color: 7999467.
HSL color Cylindrical-coordinate representation of color #EB0F7A: hue angle of 330.82º degrees, saturation: 0.88, 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 #EB0F7A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 15 | 122 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.08 |
| HSL | 330.82º | 0.88% | 0.49% | - |
| HSV(B) | 330.82º | 0.94% | 0.92% | - |
| XYZ | 37.94 | 19.41 | 20.16 | - |
| YUV | 92.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 122 | 0 | 0.94 | 0.48 | 0.08 | 330.82 | 0.88 | 0.49 |
| Hex | EB | F | 7A | 0 | 5E | 30 | 8 | 14B | 58 | 31 |
| Octal | 353 | 17 | 172 | 0 | 136 | 60 | 10 | 513 | 130 | 61 |
| Binary | 11101011 | 1111 | 1111010 | 0 | 1011110 | 110000 | 1000 | 101001011 | 1011000 | 110001 |
Color Harmonies of #EB0F7A
Complementary color
Monochromatic Colors of #EB0F7A
Black with #EB0F7A
Text Example
Text Example
White with #EB0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0F7A; }
p { color: rgb(235,15,122); }
H1.HeaderClassName
{
color: #EB0F7A;
}
.AnyTagClassName
{
color: #EB0F7A;
}
</style>
background-color css
<style>
a { background-color: #EB0F7A; }
a { background-color: rgb(235,15,122); }
div.DivClassName
{
background-color: #EB0F7A;
}
.BgClassName
{
background-color: #EB0F7A;
}
</style>
border-color css
<style>
span { border-color: #EB0F7A; }
span { border-color: rgb(235,15,122); }
td.TdClassName
{
border-color: #EB0F7A;
}
.TagClassName
{
border-color: #EB0F7A;
}
</style>