Shades of Ruby #ED195C
Tints of Ruby #ED195C
RGB
CMYK
RGB Variations
Color information
#ED195C (or 0xED195C) is known color: Ruby. HEX triplet: ED, 19 and 5C. RGB value is (237,25,92). Sum of RGB (Red+Green+Blue) = 237+25+92=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED195C is #12E6A3. Grayscale: #5F5F5F. Windows color (decimal): -1238692 or 6035949. OLE color: 6035949.
HSL color Cylindrical-coordinate representation of color #ED195C: hue angle of 341.04º 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 #ED195C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.07 |
| HSL | 341.04º | 0.85% | 0.51% | - |
| HSV(B) | 341.04º | 0.89% | 0.93% | - |
| XYZ | 37.2 | 19.47 | 11.92 | - |
| YUV | 96.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 92 | 0 | 0.89 | 0.61 | 0.07 | 341.04 | 0.85 | 0.51 |
| Hex | ED | 19 | 5C | 0 | 59 | 3D | 7 | 155 | 55 | 33 |
| Octal | 355 | 31 | 134 | 0 | 131 | 75 | 7 | 525 | 125 | 63 |
| Binary | 11101101 | 11001 | 1011100 | 0 | 1011001 | 111101 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #ED195C
Complementary color
Monochromatic Colors of #ED195C
Black with #ED195C
Text Example
Text Example
White with #ED195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED195C; }
p { color: rgb(237,25,92); }
H1.HeaderClassName
{
color: #ED195C;
}
.AnyTagClassName
{
color: #ED195C;
}
</style>
background-color css
<style>
a { background-color: #ED195C; }
a { background-color: rgb(237,25,92); }
div.DivClassName
{
background-color: #ED195C;
}
.BgClassName
{
background-color: #ED195C;
}
</style>
border-color css
<style>
span { border-color: #ED195C; }
span { border-color: rgb(237,25,92); }
td.TdClassName
{
border-color: #ED195C;
}
.TagClassName
{
border-color: #ED195C;
}
</style>