Shades of Ruby #ED185F
Tints of Ruby #ED185F
RGB
CMYK
RGB Variations
Color information
#ED185F (or 0xED185F) is known color: Ruby. HEX triplet: ED, 18 and 5F. RGB value is (237,24,95). Sum of RGB (Red+Green+Blue) = 237+24+95=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED185F is #12E7A0. Grayscale: #5F5F5F. Windows color (decimal): -1238945 or 6232301. OLE color: 6232301.
HSL color Cylindrical-coordinate representation of color #ED185F: hue angle of 340º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED185F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 95 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.07 |
| HSL | 340º | 0.86% | 0.51% | - |
| HSV(B) | 340º | 0.9% | 0.93% | - |
| XYZ | 37.32 | 19.48 | 12.62 | - |
| YUV | 95.78 | 127.57 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 95 | 0 | 0.90 | 0.60 | 0.07 | 340 | 0.86 | 0.51 |
| Hex | ED | 18 | 5F | 0 | 5A | 3C | 7 | 154 | 56 | 33 |
| Octal | 355 | 30 | 137 | 0 | 132 | 74 | 7 | 524 | 126 | 63 |
| Binary | 11101101 | 11000 | 1011111 | 0 | 1011010 | 111100 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #ED185F
Complementary color
Monochromatic Colors of #ED185F
Black with #ED185F
Text Example
Text Example
White with #ED185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED185F; }
p { color: rgb(237,24,95); }
H1.HeaderClassName
{
color: #ED185F;
}
.AnyTagClassName
{
color: #ED185F;
}
</style>
background-color css
<style>
a { background-color: #ED185F; }
a { background-color: rgb(237,24,95); }
div.DivClassName
{
background-color: #ED185F;
}
.BgClassName
{
background-color: #ED185F;
}
</style>
border-color css
<style>
span { border-color: #ED185F; }
span { border-color: rgb(237,24,95); }
td.TdClassName
{
border-color: #ED185F;
}
.TagClassName
{
border-color: #ED185F;
}
</style>