Shades of Ruby #ED146C
Tints of Ruby #ED146C
RGB
CMYK
RGB Variations
Color information
#ED146C (or 0xED146C) is known color: Ruby. HEX triplet: ED, 14 and 6C. RGB value is (237,20,108). Sum of RGB (Red+Green+Blue) = 237+20+108=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED146C is #12EB93. Grayscale: #5E5E5E. Windows color (decimal): -1239956 or 7083245. OLE color: 7083245.
HSL color Cylindrical-coordinate representation of color #ED146C: hue angle of 335.67º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED146C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.07 |
| HSL | 335.67º | 0.86% | 0.5% | - |
| HSV(B) | 335.67º | 0.92% | 0.93% | - |
| XYZ | 37.88 | 19.59 | 15.97 | - |
| YUV | 94.92 | 135.39 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 108 | 0 | 0.92 | 0.54 | 0.07 | 335.67 | 0.86 | 0.5 |
| Hex | ED | 14 | 6C | 0 | 5C | 36 | 7 | 150 | 56 | 32 |
| Octal | 355 | 24 | 154 | 0 | 134 | 66 | 7 | 520 | 126 | 62 |
| Binary | 11101101 | 10100 | 1101100 | 0 | 1011100 | 110110 | 111 | 101010000 | 1010110 | 110010 |
Color Harmonies of #ED146C
Complementary color
Monochromatic Colors of #ED146C
Black with #ED146C
Text Example
Text Example
White with #ED146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED146C; }
p { color: rgb(237,20,108); }
H1.HeaderClassName
{
color: #ED146C;
}
.AnyTagClassName
{
color: #ED146C;
}
</style>
background-color css
<style>
a { background-color: #ED146C; }
a { background-color: rgb(237,20,108); }
div.DivClassName
{
background-color: #ED146C;
}
.BgClassName
{
background-color: #ED146C;
}
</style>
border-color css
<style>
span { border-color: #ED146C; }
span { border-color: rgb(237,20,108); }
td.TdClassName
{
border-color: #ED146C;
}
.TagClassName
{
border-color: #ED146C;
}
</style>