Shades of Ruby #EB157B
Tints of Ruby #EB157B
RGB
CMYK
RGB Variations
Color information
#EB157B (or 0xEB157B) is known color: Ruby. HEX triplet: EB, 15 and 7B. RGB value is (235,21,123). Sum of RGB (Red+Green+Blue) = 235+21+123=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB157B is #14EA84. Grayscale: #606060. Windows color (decimal): -1370757 or 8066539. OLE color: 8066539.
HSL color Cylindrical-coordinate representation of color #EB157B: hue angle of 331.4º 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 #EB157B is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 123 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.08 |
| HSL | 331.4º | 0.84% | 0.5% | - |
| HSV(B) | 331.4º | 0.91% | 0.92% | - |
| XYZ | 38.1 | 19.63 | 20.52 | - |
| YUV | 96.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 123 | 0 | 0.91 | 0.48 | 0.08 | 331.4 | 0.84 | 0.5 |
| Hex | EB | 15 | 7B | 0 | 5B | 30 | 8 | 14B | 54 | 32 |
| Octal | 353 | 25 | 173 | 0 | 133 | 60 | 10 | 513 | 124 | 62 |
| Binary | 11101011 | 10101 | 1111011 | 0 | 1011011 | 110000 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EB157B
Complementary color
Monochromatic Colors of #EB157B
Black with #EB157B
Text Example
Text Example
White with #EB157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB157B; }
p { color: rgb(235,21,123); }
H1.HeaderClassName
{
color: #EB157B;
}
.AnyTagClassName
{
color: #EB157B;
}
</style>
background-color css
<style>
a { background-color: #EB157B; }
a { background-color: rgb(235,21,123); }
div.DivClassName
{
background-color: #EB157B;
}
.BgClassName
{
background-color: #EB157B;
}
</style>
border-color css
<style>
span { border-color: #EB157B; }
span { border-color: rgb(235,21,123); }
td.TdClassName
{
border-color: #EB157B;
}
.TagClassName
{
border-color: #EB157B;
}
</style>