Shades of Ruby #ED1F6C
Tints of Ruby #ED1F6C
RGB
CMYK
RGB Variations
Color information
#ED1F6C (or 0xED1F6C) is known color: Ruby. HEX triplet: ED, 1F and 6C. RGB value is (237,31,108). Sum of RGB (Red+Green+Blue) = 237+31+108=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1F6C is #12E093. Grayscale: #656565. Windows color (decimal): -1237140 or 7086061. OLE color: 7086061.
HSL color Cylindrical-coordinate representation of color #ED1F6C: hue angle of 337.57º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F6C is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 108 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.07 |
| HSL | 337.57º | 0.85% | 0.53% | - |
| HSV(B) | 337.57º | 0.87% | 0.93% | - |
| XYZ | 38.12 | 20.07 | 16.05 | - |
| YUV | 101.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 108 | 0 | 0.87 | 0.54 | 0.07 | 337.57 | 0.85 | 0.53 |
| Hex | ED | 1F | 6C | 0 | 57 | 36 | 7 | 152 | 55 | 35 |
| Octal | 355 | 37 | 154 | 0 | 127 | 66 | 7 | 522 | 125 | 65 |
| Binary | 11101101 | 11111 | 1101100 | 0 | 1010111 | 110110 | 111 | 101010010 | 1010101 | 110101 |
Color Harmonies of #ED1F6C
Complementary color
Monochromatic Colors of #ED1F6C
Black with #ED1F6C
Text Example
Text Example
White with #ED1F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F6C; }
p { color: rgb(237,31,108); }
H1.HeaderClassName
{
color: #ED1F6C;
}
.AnyTagClassName
{
color: #ED1F6C;
}
</style>
background-color css
<style>
a { background-color: #ED1F6C; }
a { background-color: rgb(237,31,108); }
div.DivClassName
{
background-color: #ED1F6C;
}
.BgClassName
{
background-color: #ED1F6C;
}
</style>
border-color css
<style>
span { border-color: #ED1F6C; }
span { border-color: rgb(237,31,108); }
td.TdClassName
{
border-color: #ED1F6C;
}
.TagClassName
{
border-color: #ED1F6C;
}
</style>