Shades of Ruby #ED195D
Tints of Ruby #ED195D
RGB
CMYK
RGB Variations
Color information
#ED195D (or 0xED195D) is known color: Ruby. HEX triplet: ED, 19 and 5D. RGB value is (237,25,93). Sum of RGB (Red+Green+Blue) = 237+25+93=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED195D is #12E6A2. Grayscale: #606060. Windows color (decimal): -1238691 or 6101485. OLE color: 6101485.
HSL color Cylindrical-coordinate representation of color #ED195D: hue angle of 340.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED195D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.07 |
| HSL | 340.75º | 0.85% | 0.51% | - |
| HSV(B) | 340.75º | 0.89% | 0.93% | - |
| XYZ | 37.25 | 19.49 | 12.15 | - |
| YUV | 96.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 93 | 0 | 0.89 | 0.61 | 0.07 | 340.75 | 0.85 | 0.51 |
| Hex | ED | 19 | 5D | 0 | 59 | 3D | 7 | 155 | 55 | 33 |
| Octal | 355 | 31 | 135 | 0 | 131 | 75 | 7 | 525 | 125 | 63 |
| Binary | 11101101 | 11001 | 1011101 | 0 | 1011001 | 111101 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #ED195D
Complementary color
Monochromatic Colors of #ED195D
Black with #ED195D
Text Example
Text Example
White with #ED195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED195D; }
p { color: rgb(237,25,93); }
H1.HeaderClassName
{
color: #ED195D;
}
.AnyTagClassName
{
color: #ED195D;
}
</style>
background-color css
<style>
a { background-color: #ED195D; }
a { background-color: rgb(237,25,93); }
div.DivClassName
{
background-color: #ED195D;
}
.BgClassName
{
background-color: #ED195D;
}
</style>
border-color css
<style>
span { border-color: #ED195D; }
span { border-color: rgb(237,25,93); }
td.TdClassName
{
border-color: #ED195D;
}
.TagClassName
{
border-color: #ED195D;
}
</style>