Shades of Ruby #ED185E
Tints of Ruby #ED185E
RGB
CMYK
RGB Variations
Color information
#ED185E (or 0xED185E) is known color: Ruby. HEX triplet: ED, 18 and 5E. RGB value is (237,24,94). Sum of RGB (Red+Green+Blue) = 237+24+94=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED185E is #12E7A1. Grayscale: #5F5F5F. Windows color (decimal): -1238946 or 6166765. OLE color: 6166765.
HSL color Cylindrical-coordinate representation of color #ED185E: hue angle of 340.28º 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 #ED185E is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 94 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.07 |
| HSL | 340.28º | 0.86% | 0.51% | - |
| HSV(B) | 340.28º | 0.9% | 0.93% | - |
| XYZ | 37.27 | 19.47 | 12.38 | - |
| YUV | 95.67 | 127.07 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 94 | 0 | 0.90 | 0.60 | 0.07 | 340.28 | 0.86 | 0.51 |
| Hex | ED | 18 | 5E | 0 | 5A | 3C | 7 | 154 | 56 | 33 |
| Octal | 355 | 30 | 136 | 0 | 132 | 74 | 7 | 524 | 126 | 63 |
| Binary | 11101101 | 11000 | 1011110 | 0 | 1011010 | 111100 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #ED185E
Complementary color
Monochromatic Colors of #ED185E
Black with #ED185E
Text Example
Text Example
White with #ED185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED185E; }
p { color: rgb(237,24,94); }
H1.HeaderClassName
{
color: #ED185E;
}
.AnyTagClassName
{
color: #ED185E;
}
</style>
background-color css
<style>
a { background-color: #ED185E; }
a { background-color: rgb(237,24,94); }
div.DivClassName
{
background-color: #ED185E;
}
.BgClassName
{
background-color: #ED185E;
}
</style>
border-color css
<style>
span { border-color: #ED185E; }
span { border-color: rgb(237,24,94); }
td.TdClassName
{
border-color: #ED185E;
}
.TagClassName
{
border-color: #ED185E;
}
</style>