Shades of Ruby #EB187A
Tints of Ruby #EB187A
RGB
CMYK
RGB Variations
Color information
#EB187A (or 0xEB187A) is known color: Ruby. HEX triplet: EB, 18 and 7A. RGB value is (235,24,122). Sum of RGB (Red+Green+Blue) = 235+24+122=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB187A is #14E785. Grayscale: #626262. Windows color (decimal): -1369990 or 8001771. OLE color: 8001771.
HSL color Cylindrical-coordinate representation of color #EB187A: hue angle of 332.13º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB187A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 122 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.08 |
| HSL | 332.13º | 0.84% | 0.51% | - |
| HSV(B) | 332.13º | 0.9% | 0.92% | - |
| XYZ | 38.1 | 19.72 | 20.21 | - |
| YUV | 98.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 122 | 0 | 0.90 | 0.48 | 0.08 | 332.13 | 0.84 | 0.51 |
| Hex | EB | 18 | 7A | 0 | 5A | 30 | 8 | 14C | 54 | 33 |
| Octal | 353 | 30 | 172 | 0 | 132 | 60 | 10 | 514 | 124 | 63 |
| Binary | 11101011 | 11000 | 1111010 | 0 | 1011010 | 110000 | 1000 | 101001100 | 1010100 | 110011 |
Color Harmonies of #EB187A
Complementary color
Monochromatic Colors of #EB187A
Black with #EB187A
Text Example
Text Example
White with #EB187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB187A; }
p { color: rgb(235,24,122); }
H1.HeaderClassName
{
color: #EB187A;
}
.AnyTagClassName
{
color: #EB187A;
}
</style>
background-color css
<style>
a { background-color: #EB187A; }
a { background-color: rgb(235,24,122); }
div.DivClassName
{
background-color: #EB187A;
}
.BgClassName
{
background-color: #EB187A;
}
</style>
border-color css
<style>
span { border-color: #EB187A; }
span { border-color: rgb(235,24,122); }
td.TdClassName
{
border-color: #EB187A;
}
.TagClassName
{
border-color: #EB187A;
}
</style>