Shades of Ruby #EB186F
Tints of Ruby #EB186F
RGB
CMYK
RGB Variations
Color information
#EB186F (or 0xEB186F) is known color: Ruby. HEX triplet: EB, 18 and 6F. RGB value is (235,24,111). Sum of RGB (Red+Green+Blue) = 235+24+111=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB186F is #14E790. Grayscale: #606060. Windows color (decimal): -1370001 or 7280875. OLE color: 7280875.
HSL color Cylindrical-coordinate representation of color #EB186F: hue angle of 335.26º 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 #EB186F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 111 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.08 |
| HSL | 335.26º | 0.84% | 0.51% | - |
| HSV(B) | 335.26º | 0.9% | 0.92% | - |
| XYZ | 37.46 | 19.46 | 16.82 | - |
| YUV | 97.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 111 | 0 | 0.90 | 0.53 | 0.08 | 335.26 | 0.84 | 0.51 |
| Hex | EB | 18 | 6F | 0 | 5A | 35 | 8 | 14F | 54 | 33 |
| Octal | 353 | 30 | 157 | 0 | 132 | 65 | 10 | 517 | 124 | 63 |
| Binary | 11101011 | 11000 | 1101111 | 0 | 1011010 | 110101 | 1000 | 101001111 | 1010100 | 110011 |
Color Harmonies of #EB186F
Complementary color
Monochromatic Colors of #EB186F
Black with #EB186F
Text Example
Text Example
White with #EB186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB186F; }
p { color: rgb(235,24,111); }
H1.HeaderClassName
{
color: #EB186F;
}
.AnyTagClassName
{
color: #EB186F;
}
</style>
background-color css
<style>
a { background-color: #EB186F; }
a { background-color: rgb(235,24,111); }
div.DivClassName
{
background-color: #EB186F;
}
.BgClassName
{
background-color: #EB186F;
}
</style>
border-color css
<style>
span { border-color: #EB186F; }
span { border-color: rgb(235,24,111); }
td.TdClassName
{
border-color: #EB186F;
}
.TagClassName
{
border-color: #EB186F;
}
</style>