Shades of Ruby #ED155D
Tints of Ruby #ED155D
RGB
CMYK
RGB Variations
Color information
#ED155D (or 0xED155D) is known color: Ruby. HEX triplet: ED, 15 and 5D. RGB value is (237,21,93). Sum of RGB (Red+Green+Blue) = 237+21+93=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED155D is #12EAA2. Grayscale: #5D5D5D. Windows color (decimal): -1239715 or 6100461. OLE color: 6100461.
HSL color Cylindrical-coordinate representation of color #ED155D: 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.91%. Process color model (Four color, CMYK) of #ED155D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.07 |
| HSL | 340º | 0.86% | 0.51% | - |
| HSV(B) | 340º | 0.91% | 0.93% | - |
| XYZ | 37.17 | 19.33 | 12.13 | - |
| YUV | 93.79 | 127.56 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 93 | 0 | 0.91 | 0.61 | 0.07 | 340 | 0.86 | 0.51 |
| Hex | ED | 15 | 5D | 0 | 5B | 3D | 7 | 154 | 56 | 33 |
| Octal | 355 | 25 | 135 | 0 | 133 | 75 | 7 | 524 | 126 | 63 |
| Binary | 11101101 | 10101 | 1011101 | 0 | 1011011 | 111101 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #ED155D
Complementary color
Monochromatic Colors of #ED155D
Black with #ED155D
Text Example
Text Example
White with #ED155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED155D; }
p { color: rgb(237,21,93); }
H1.HeaderClassName
{
color: #ED155D;
}
.AnyTagClassName
{
color: #ED155D;
}
</style>
background-color css
<style>
a { background-color: #ED155D; }
a { background-color: rgb(237,21,93); }
div.DivClassName
{
background-color: #ED155D;
}
.BgClassName
{
background-color: #ED155D;
}
</style>
border-color css
<style>
span { border-color: #ED155D; }
span { border-color: rgb(237,21,93); }
td.TdClassName
{
border-color: #ED155D;
}
.TagClassName
{
border-color: #ED155D;
}
</style>