Shades of Ruby #ED197A
Tints of Ruby #ED197A
RGB
CMYK
RGB Variations
Color information
#ED197A (or 0xED197A) is known color: Ruby. HEX triplet: ED, 19 and 7A. RGB value is (237,25,122). Sum of RGB (Red+Green+Blue) = 237+25+122=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED197A is #12E685. Grayscale: #636363. Windows color (decimal): -1238662 or 8002029. OLE color: 8002029.
HSL color Cylindrical-coordinate representation of color #ED197A: hue angle of 332.55º 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 #ED197A is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 122 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.07 |
| HSL | 332.55º | 0.85% | 0.51% | - |
| HSV(B) | 332.55º | 0.89% | 0.93% | - |
| XYZ | 38.79 | 20.1 | 20.25 | - |
| YUV | 99.45 | 140.74 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 122 | 0 | 0.89 | 0.49 | 0.07 | 332.55 | 0.85 | 0.51 |
| Hex | ED | 19 | 7A | 0 | 59 | 31 | 7 | 14D | 55 | 33 |
| Octal | 355 | 31 | 172 | 0 | 131 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101101 | 11001 | 1111010 | 0 | 1011001 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #ED197A
Complementary color
Monochromatic Colors of #ED197A
Black with #ED197A
Text Example
Text Example
White with #ED197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED197A; }
p { color: rgb(237,25,122); }
H1.HeaderClassName
{
color: #ED197A;
}
.AnyTagClassName
{
color: #ED197A;
}
</style>
background-color css
<style>
a { background-color: #ED197A; }
a { background-color: rgb(237,25,122); }
div.DivClassName
{
background-color: #ED197A;
}
.BgClassName
{
background-color: #ED197A;
}
</style>
border-color css
<style>
span { border-color: #ED197A; }
span { border-color: rgb(237,25,122); }
td.TdClassName
{
border-color: #ED197A;
}
.TagClassName
{
border-color: #ED197A;
}
</style>