Shades of Ruby #EB157A
Tints of Ruby #EB157A
RGB
CMYK
RGB Variations
Color information
#EB157A (or 0xEB157A) is known color: Ruby. HEX triplet: EB, 15 and 7A. RGB value is (235,21,122). Sum of RGB (Red+Green+Blue) = 235+21+122=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB157A is #14EA85. Grayscale: #606060. Windows color (decimal): -1370758 or 8001003. OLE color: 8001003.
HSL color Cylindrical-coordinate representation of color #EB157A: hue angle of 331.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB157A is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.08 |
| HSL | 331.68º | 0.84% | 0.5% | - |
| HSV(B) | 331.68º | 0.91% | 0.92% | - |
| XYZ | 38.04 | 19.6 | 20.19 | - |
| YUV | 96.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 122 | 0 | 0.91 | 0.48 | 0.08 | 331.68 | 0.84 | 0.5 |
| Hex | EB | 15 | 7A | 0 | 5B | 30 | 8 | 14C | 54 | 32 |
| Octal | 353 | 25 | 172 | 0 | 133 | 60 | 10 | 514 | 124 | 62 |
| Binary | 11101011 | 10101 | 1111010 | 0 | 1011011 | 110000 | 1000 | 101001100 | 1010100 | 110010 |
Color Harmonies of #EB157A
Complementary color
Monochromatic Colors of #EB157A
Black with #EB157A
Text Example
Text Example
White with #EB157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB157A; }
p { color: rgb(235,21,122); }
H1.HeaderClassName
{
color: #EB157A;
}
.AnyTagClassName
{
color: #EB157A;
}
</style>
background-color css
<style>
a { background-color: #EB157A; }
a { background-color: rgb(235,21,122); }
div.DivClassName
{
background-color: #EB157A;
}
.BgClassName
{
background-color: #EB157A;
}
</style>
border-color css
<style>
span { border-color: #EB157A; }
span { border-color: rgb(235,21,122); }
td.TdClassName
{
border-color: #EB157A;
}
.TagClassName
{
border-color: #EB157A;
}
</style>