Shades of Ruby #ED195F
Tints of Ruby #ED195F
RGB
CMYK
RGB Variations
Color information
#ED195F (or 0xED195F) is known color: Ruby. HEX triplet: ED, 19 and 5F. RGB value is (237,25,95). Sum of RGB (Red+Green+Blue) = 237+25+95=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED195F is #12E6A0. Grayscale: #606060. Windows color (decimal): -1238689 or 6232557. OLE color: 6232557.
HSL color Cylindrical-coordinate representation of color #ED195F: hue angle of 340.19º 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 #ED195F is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 95 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.07 |
| HSL | 340.19º | 0.85% | 0.51% | - |
| HSV(B) | 340.19º | 0.89% | 0.93% | - |
| XYZ | 37.34 | 19.53 | 12.63 | - |
| YUV | 96.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 95 | 0 | 0.89 | 0.60 | 0.07 | 340.19 | 0.85 | 0.51 |
| Hex | ED | 19 | 5F | 0 | 59 | 3C | 7 | 154 | 55 | 33 |
| Octal | 355 | 31 | 137 | 0 | 131 | 74 | 7 | 524 | 125 | 63 |
| Binary | 11101101 | 11001 | 1011111 | 0 | 1011001 | 111100 | 111 | 101010100 | 1010101 | 110011 |
Color Harmonies of #ED195F
Complementary color
Monochromatic Colors of #ED195F
Black with #ED195F
Text Example
Text Example
White with #ED195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED195F; }
p { color: rgb(237,25,95); }
H1.HeaderClassName
{
color: #ED195F;
}
.AnyTagClassName
{
color: #ED195F;
}
</style>
background-color css
<style>
a { background-color: #ED195F; }
a { background-color: rgb(237,25,95); }
div.DivClassName
{
background-color: #ED195F;
}
.BgClassName
{
background-color: #ED195F;
}
</style>
border-color css
<style>
span { border-color: #ED195F; }
span { border-color: rgb(237,25,95); }
td.TdClassName
{
border-color: #ED195F;
}
.TagClassName
{
border-color: #ED195F;
}
</style>